1
GATE CSE 2026 Set 1
MCQ (Single Correct Answer)
+1
-0
Match each addressing mode in List I with a data element or an element of a data structure (in a high-level language) in List II:
| List-I | List-II | ||
|---|---|---|---|
| P. | Immediate | 1. | Element of an array |
| Q. | Indirect | 2. | Pointer |
| R. | Base with index | 3. | Element of a record |
| S. | Base with offset/displacement | 4. | Constant |
2
GATE CSE 2026 Set 1
MCQ (Single Correct Answer)
+1
-0
Consider a processor P whose instruction set architecture is the load-store architecture. The instruction format is such that the first operand of any instruction is the destination operand.
Which one of the following sequences of instructions corresponds to the high-level language statement $Z=X+Y$ ?
Note: $X, Y$, and $Z$ are memory operands. $R 0, R 1$, and $R 2$ are registers.
3
GATE CSE 2025 Set 2
MCQ (More than One Correct Answer)
+1
-0.33
Which of the following is/are part of an Instruction Set Architecture of a processor?
4
GATE CSE 2020
MCQ (Single Correct Answer)
+1
-0.33
Consider the following statements.
I. Daisy chaining is used to assign priorities in attending interrupts.
II. When a device raises a vectored interrupt, the CPU does polling to identify the source of the interrupt.
III. In polling, the CPU periodically checks the status bits to know if any device needs its attention.
IV. During DMA, both the CPU and DMA controller can be bus masters at the same time.
Which of the above statements is/are TRUE?
I. Daisy chaining is used to assign priorities in attending interrupts.
II. When a device raises a vectored interrupt, the CPU does polling to identify the source of the interrupt.
III. In polling, the CPU periodically checks the status bits to know if any device needs its attention.
IV. During DMA, both the CPU and DMA controller can be bus masters at the same time.
Which of the above statements is/are TRUE?
GATE CSE Subjects
Browse all chapters by subject
Theory of Computation
Operating Systems
Algorithms
Database Management System
Data Structures
Computer Networks
Software Engineering
Compiler Design
Web Technologies
General Aptitude
Discrete Mathematics
Programming Languages