MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER ARCHITECTURE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of these buses is used to identify a memory location for reading or writing?
A
The system bus
B
The data bus
C
The control bus
D
The address bus
Explanation: 

Detailed explanation-1: -The control bus is a signal line that specifies whether to read or write to the location specified by the address bus.

Detailed explanation-2: -An address bus is a bus that is used to specify a physical address. When a processor or DMA-enabled device needs to read or write to a memory location, it specifies that memory location on the address bus (the value to be read or written is sent on the data bus).

Detailed explanation-3: -Explanation: Address bus is used to choose a particular location in the memory chip.

Detailed explanation-4: -The control bus carries various synchronisation and control signals, the only one of interest to us being the read/write signal.

Detailed explanation-5: -Address bus It is concerned with passing an address one way, from the CPU to RAM. The sole purpose of an address bus is to identify the address of the location in cache or main memory that is to be read from or written to. Each location in memory will have its own unique address, this is known as addressability.

There is 1 question to complete.