Question

Which of these is an example of machine language?

(1 point)
Responses

for x in range(5):

for x in range(5):

//this function calculates the area

//this function calculates the area

0010 0001

0010 0001

0 INP

1 answer

An example of machine language from the given options is:

0010 0001

Machine language consists of binary code that is directly executed by the computer's CPU. The other options are examples of high-level programming languages or pseudocode rather than machine language.