List - I List - II (Bus/Logic) (Function/Characteristic) A. Address bus I. Carries read/write signals, timing signals, and interrupt signals B. Data bus II. A three-state output that can be high, low, or high-impedance C. Control bus III. Unidirectional lines used by CPU to point to a memory location or I/O device D. Tristate logic IV. Bidirectional lines used for transferring data between the CPU and memory
Choose the correct answer from the options given below :
This question requires matching different types of computer buses and a logic characteristic with their respective functions or definitions.
The Address bus is used by the CPU to specify the location in memory or the I/O device it intends to communicate with. These lines are unidirectional, meaning they carry information only from the CPU. Therefore, the Address bus matches with characteristic III.
The Data bus is responsible for the actual transfer of data between the CPU, memory, and peripherals. This communication needs to be in both directions (CPU to memory/peripheral and vice versa), making the Data bus bidirectional. Thus, the Data bus matches with characteristic IV.
The Control bus carries various control and timing signals that manage the operation of the system. These signals include read/write commands, clock signals, interrupt requests, and status signals. Therefore, the Control bus matches with characteristic I.
Tristate logic describes an output that can exist in one of three states: a logic high level, a logic low level, or a high-impedance state. This high-impedance state effectively disconnects the output, preventing it from affecting the bus when not actively transmitting data. This characteristic matches with definition II.
Based on the analysis:
The correct combination is A-III, B-IV, C-I, D-II.
| List - I (Addressing Modes) | List - II (Instruction) |
| A. Immediate Addressing | I. LDAX B |
| B. Register Addressing | II. OUT 01H |
| C. Direct Addressing | III. MVI B, 37H |
| D. Indirect Addressing | IV. MOV A, B |
| List - I | List - II |
| (Memory) | (Characteristic) |
| A. ROM | I. Volatile, Fast, Expensive |
| B. EPROM | II. UV erasable |
| C. EEPROM | III. Electrically erasable |
| D. SRAM | IV. Non-Volatile, permanent data |