InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is true for machine language?(a) Continuous execution of program segments(b) Depicting flow of data in a system(c) A sequence of instructions which solves a problem(d) The language which interacts with the computer using only the binary digits 1 and 0 |
|
Answer» The correct option is (d) The language which interacts with the computer using only the binary digits 1 and 0 To explain: Machine code or machine language is a set of instructions executed directly by a computer’s central processing unit (CPU). Each instruction performs a very specific task. |
|