UnicMinds

TEACHING KIDS CODING

Arrays vs Classes

Arrays vs. Classes

Why do we need Classes, why not just use Arrays and work things out? A lot of kids ask this question: why do we need classes, why not just use arrays and put all data together in one array or in a couple of arrays and access? It is understandable why kids are asking this […]

Arrays vs. Classes 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 »

Coding Complexity for Kids

Complexity Classes (P, NP) of Problems in Computer Science & Coding

Let’s talk about how functions in mathematics is related to coding in this blog. You must have already written some code in some language and you might’ve used for-loops or while-loops and processed some data using these loops. We typically write different code in various languages to solve some problems like, say sorting an array

Complexity Classes (P, NP) of Problems in Computer Science & Coding Read More »

BOOK A FREE TRIAL