4.7 Fundamentals of computer organisation and architecture Flashcards
(11 cards)
What is the role of a processor
executes program instructions to run applications
what is main memory
includes RAM and ROM to store program instructions and frequently used data, this is usually faster than secondary storage
what is a bus
a series of parallel wires that connect internal components - allows signals to pass between the processor and them
I/O controller
input / output controllers are hardware pieces that control communication of data between the processor and external hardware e.g keyboards
what is the width of a bus
number of parallel wires
what is the width of a bus related to
number of bits that can be transferred simultaneously
What is the address bus
it is a unidirectional bus that transports memory addresses, it specifies where data is sent and received from
what is the result of increasing the width of the address bus
increases the range of addresses that can be specified so it increases the computer’s amount of addressable memory - adding a wire doubles the number of addressable memory locations
what is the data bus
it is a bidirectional bus that sends data and instructions to and from different components
what is the result of increasing the width of the data bus
increasing width increases the volume of data that can be transferred at a time