UnicMinds

CODING FOR KIDS

stack vs heap explained to kids

What are Stack and Heap Memory and How the variables in a program are stored in these two memories?

When we write a program in any language, we declare a lot of variables, arrays, objects in various sections of the program such as the main function, global section, classes, functions, methods, etc. These variables need some space in the Random Access Memory (RAM). So, where are they stored? These variables are stored in two

What are Stack and Heap Memory and How the variables in a program are stored in these two memories? Read More »

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 »

BOOK A FREE TRIAL