Category Archives: CS Subjects

Square Roots using Prime Factorization Method

The number system is basically a representation of numbers in different forms and with different operators. The origin of the number system was a long time ago by our ancestors. Earlier they use the barter system until they don’t get introduced to Number System. They discover the method of counting. They might be used their fingers for counting… Read More »

Difference between Compiler and Interpreter

1. Compiler Compiler takes high-level human readable program and convert into low-level machine readable program. Compiler checks for any error for syntax and some semantic in the code. 2. Interpreter Interpreter takes high-level human readable program and convert into comprehensible program. It convert high-level program into intermediate code. It contains pre-compiled code, source code, etc. Difference between Compiler… Read More »