UnicMinds

Teaching Kids Computers

Logarithms explained for Kids

Logarithms and their applications in coding & computer mathematics

Logarithms is a mathematical concept that is used a lot in computer-science. In this post, let’s understand this concept and its applications in computer-science and beyond. We’ll talk about how logarithms help us in: To introduce, if you know exponentials, then you know logarithms too. Because logarithms are nothing but the inverse of exponentials. For

Logarithms and their applications in coding & computer mathematics Read More »

Compilers&Assemblers

Compilers, Assemblers, Linkers and Loaders – what are they?

User writes a program in C or C++ language (high-level language). The C compiler compiles the program and translates it to an assembly program (low-level language). An assembler then translates the assembly program into machine code (object). A linker tool is used to link all the parts of the program together for execution (executable machine

Compilers, Assemblers, Linkers and Loaders – what are they? Read More »

BOOK A FREE TRIAL