[amp_mcq option1=”Repeated execution of program segments” option2=”Depicting flow of data in a system” option3=”A sequence of instructions which, when followed properly, solves a problem” option4=”the language which communicates with the computer using only the binary digits 1 and 0. E. None of the above” correct=”option4″]
The correct answer is D. Machine language is the language that a computer can understand and execute directly. It is a low-level language that consists of binary digits, or bits, which are represented by the numbers 0 and 1. Machine language instructions are very specific and tell the computer what to do step-by-step.
Option A is incorrect because it describes a loop, which is a programming construct that repeats a set of instructions until a certain condition is met.
Option B is incorrect because it describes a flowchart, which is a graphical representation of the flow of data through a system.
Option C is incorrect because it describes a program, which is a set of instructions that tells the computer what to do.
Option E is incorrect because it is not one of the options.