166k views
1 vote
What is basically the only thing that computers (microprocessors and prgrammable devices) understand?

User Jon Wolski
by
4.8k points

1 Answer

2 votes

Answer:

Binary Code

Step-by-step explanation:

All microprocessors and programmable devices understand is Binary Code. These are various combinations of 0's and 1's which when placed together in a sequence represent a set of instructions that the microprocessor can read and understand to complete complex tasks. There are various other programming languages to program these tasks in an easier to read syntax for the programmers themselves but they simply take the written code and convert it into Binary before sending it to the microprocessor.

User Oliver Nybroe
by
4.8k points