You can prepare effectively for Computer Science Engineering (CSE) GATE Computer Science Engineering(CSE) 2027 Mock Test Series with this dedicated MCQ Practice Test (available with solutions) on the important topic of "Test: Addressing Modes- 1". These 10 questions have been designed by the experts with the latest curriculum of Computer Science Engineering (CSE) 2026, to help you master the concept.
Test Highlights:
Sign up on EduRev for free to attempt this test and track your preparation progress.
Match List-I with List-ll and select the correct answer using the codes given below the lists:
List-I
A. Regs[R4] ← Regs[R4] + Regs[R3]
B. Regs[R4] ← Regs[R4] + 3
C. Regs[R4] ← Regs[R4] + Mem[100 + Regs[R1]]
List-II
1. Immediate
2. Register
3. Displacement
Codes:
(a) A=3, B=2, C=1
(b) A=2, B=1, C=3
(c) A=1, B=2, C=3
(d) A=3, B=1, C=2
Detailed Solution: Question 1
The register which keeps track of the execution of a program and which contains the memory address of the instruction which is to be executed next is known as ______ .
Detailed Solution: Question 2
Detailed Solution: Question 3
Consider the following I/O instruction format for IBM 370 I/O channel

Then operation code specifies
1. Test I/O
2. Test channel
3. Store channel identification
4. Halt device
Detailed Solution: Question 4
Match List-I with List-ll and select the correct answer using the codes given below the lists:


Detailed Solution: Question 5
In a certain processor, a 2 byte Jump instruction is encountered at memory address 3010 H, the Jump instruction is in PC relative mode. The instruction is JMP - 7 where - 7 is signed byte. Determine the Branch Target Address
Detailed Solution: Question 6
Relative Addressing Mode is used to write Position-independent code because
Detailed Solution: Question 7
The immediate addressing modes can be used for ______
1. Loading internal registers with initial value.
2. Perform arithmetic or logical operation on immediate data.
Detailed Solution: Question 8
Processor XYZ supports only the immediate and the direct addressing modes. Which of the following programming language data structures cannot be implemented on this processors?
1. Pointers
2. Arrays
3. Record
Detailed Solution: Question 9
The register which contains the data to be written into or read out of the addressed location is known as
Detailed Solution: Question 10