4-1 Buses Flashcards
2Mx8 memory would require how many bits to store the addresses in a byte-addressable architecture?
21
Which of the following is the least likely to be found inside a computer’s CPU?
Main Memory
Which of the following buses most commonly interconnects other buses?
Backplane Bus
Which of the following components of a bus is most likely to transmit the content of a memory location from main memory to the CPU?
Data Lines
Which of the following components of a bus is most likely to transmit the binary sequence for a memory location?
Address Line
Synchronous clock time on buses connected to the CPU almost always match the CPU clock time.
False
If memory is 8 bits wide, changing from byte-addressed memory to word-addressed memory in a 16 bit word-length architecture will
Halve the number of required addresses
Interrupts that occur regularly at a time interval or at a consistent location in a program are
Synchronous
Explain the purpose of an arbiter in centralized parallel bus arbitration.
The arbiter grants access to the bus. With centralized parallel arbitration, all bus-connected devices will have a request line to the arbiter, and the arbiter will have a mechanism for determining priority. Grants to the bus will flow over grant lines.
Explain what allowing the block transfer of multiple words on a bus means. What advantages are gained by allowing the block transfer of multiple words on a bus?
Block transfer of words means that a device can advertise how many words need to be sent, and it can requests bus access for multiple sequential cycles. Connected devices need to request the bus less frequently if multiple words needs to be sent.