MCQOPTIONS
Saved Bookmarks
This section includes 4 Mcqs, each offering curated multiple-choice questions to sharpen your Compilers knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Assembly language ________ |
| A. | Uses alphabetic codes in place of binary numbers used in machine language |
| B. | Is the easiest language to write programs |
| C. | Need not be translated into machine language |
| D. | None of the mentioned |
| Answer» B. Is the easiest language to write programs | |
| 2. |
In computers, subtraction is generally carried out by ______ |
| A. | 9 s complement |
| B. | 10 s complement |
| C. | 1 s complement |
| D. | 2 s complement |
| Answer» E. | |
| 3. |
In Reverse Polish notation, expression A*B+C*D is written as __________ |
| A. | AB*CD*+ |
| B. | A*BCD*+ |
| C. | AB*CD+* |
| D. | A*B*CD+ |
| Answer» B. A*BCD*+ | |
| 4. |
Floating point representation is used to store ____________ |
| A. | Boolean values |
| B. | Whole numbers |
| C. | Real integers |
| D. | Integers |
| Answer» D. Integers | |