151k views
1 vote
Computer execute the program using ____________ code. a. Machine language b. assembly language c. high-level language d. none of the above

User Davemyron
by
6.7k points

1 Answer

0 votes

Answer:

a. Machine language

Step-by-step explanation:

Computers execute programs using machine language. Machine language instructions can be represented using binary or hexadecimal notation that can be understood by the computer. Assembly language, on the contrary, is a low-level programming language used by programmers. The language represents the machine code in a form that can be understood by humans. High-level languages are programming languages that are not limited to particular computer architecture and closely represent human language such as the C programming language.

User JofoCodin
by
6.1k points