MCQOPTIONS
Saved Bookmarks
This section includes 5 Mcqs, each offering curated multiple-choice questions to sharpen your Computer Organization knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
When using Branching, the usual sequencing of the PC is altered. A new instruction is loaded which is called as ______ |
| A. | Branch target |
| B. | Loop target |
| C. | Forward target |
| D. | Jump instruction |
| Answer» B. Loop target | |
| 2. |
While using the iterative construct (Branching) in execution _____________ instruction is used to check the condition. |
| A. | TestAndSet |
| B. | Branch |
| C. | TestCondn |
| D. | None of the mentioned |
| Answer» C. TestCondn | |
| 3. |
In a system, which has 32 registers the register id is __________ long. |
| A. | 16 bit |
| B. | 8 bits |
| C. | 5 bits |
| D. | 6 bits |
| Answer» D. 6 bits | |
| 4. |
The instruction, Add R1,R2,R3 in RTN is _______ |
| A. | R3=R1+R2+R3 |
| B. | R3<-[R1]+[R2]+[R3] |
| C. | R3=[R1]+[R2] |
| D. | R3<-[R1]+[R2] |
| Answer» E. | |
| 5. |
RTN stands for ___________ |
| A. | Register Transfer Notation |
| B. | Register Transmission Notation |
| C. | Regular Transmission Notation |
| D. | Regular Transfer Notation |
| Answer» B. Register Transmission Notation | |