what is binary?
We know bi[comes from latin, meaning twice/double]nary as 0s and 1s. This is how all computer data represented.
In simple terms, 0 – on/1 – off.
Both 0 and 1 combined together called bits. Binary numbers are made up of binary digits (bits).
Computer programs are set of instruction. Each instruction is translated into machine code. In turn, binary codes activate the CPU.
Programmers write computer code and this is converted by a translator into binary instructions that the processor can execute.
Any software, music, video, images and any other information that is processed by a computer , is also stored using binary.