MCQOPTIONS
Saved Bookmarks
This section includes 3 Mcqs, each offering curated multiple-choice questions to sharpen your Systems Programming knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
An interpreter is a program that |
| A. | places programs into memory and prepares then for execution |
| B. | automates the translation of assemble language into machine language |
| C. | accepts a program written in a high level language and produces an object program |
| D. | appears to execute a resource as if it were machine language |
| Answer» E. | |
| 2. |
Indicate which of the following is not true about interpreter ? |
| A. | Interpreter generate an object program from the source program |
| B. | Interpreter analyses each source statement every time it is to be executed |
| C. | Interpreter is a kind of translator |
| D. | All of above |
| Answer» B. Interpreter analyses each source statement every time it is to be executed | |
| 3. |
A programmer, by mistakes writes a program to multiply two numbers instead of dividing them, how can this error be detected |
| A. | Compiler |
| B. | Interpreter |
| C. | Compiler or interpreter |
| D. | None of the above |
| Answer» E. | |