Informatics is the science or technical studies on the technology that automatic processing of information using electronic devices and computer systems.
The hardware of a computer is all the physical parts that compose it.
Software: A set of programs that run tasks that run the electrical circuits of the computer.
Soft type:
Software system.
Software development.
Application Software.
numbering systems:
decimal system evolution comes from a not very well known, each figure has a weight where its value depends on where you are located.
binary: the coding system is more elementary and only uses "0" and "1". This coding avoids confusion in electronic systems because they identify only two possible states.
A constant takes an initial value that it can not be changed during program execution. This means then that the contents of the cell? Of which represents the identifier of the constant is always the same. An example might be a constant IP ID that contain the value 3.14 and not change during program execution. But a variable is an identifier that will make reading and writing operations of the sky? The memory it represents. This means that you can change the value of a variable at any time during program execution.
Flow control structures of a program: the program must be able to make decisions based on some variables. To achieve this are two basic structures needed in programming: loops and conditionals.