What is the binary system?

What is the binary system?

A numbering system is a set of symbols and rules through which we can express all valid numbers within that system. For example, the decimal system, which is the system we use the most on a daily basis, uses the number 10 as a base and is made up of 10 different...
Classification of Programming Languages

Classification of Programming Languages

Programming languages are communication systems which allow programmers giving specific instructions to machines and computers, so that they can perform the actions that are necessary to achieve certain goals. Through programming languages, programmers can communicate...
The most popular programming languages (2021)

The most popular programming languages (2021)

We are entering the final stretch of the year and it is time to take a look at the most popular programming languages in 2021. Throughout the year many ranking lists are published and each one takes into account different metrics, such as how many times and in which...
Conditionals, loops, variables and functions

Conditionals, loops, variables and functions

Now that we know what algorithms are, we can continue learning other basics of programming that we can find in most languages. Remember that an algorithm is a problem solving procedure which consists of a well-defined, ordered, and finite sequence of instructions. To...