Ch3 Core Hardware Flashcards
(7 cards)
What does the size/width of a bus mean?
How many bits it carries in parallel. Ours is 16 bits for the instruction bus and 8 bit for the data bus
What is the speed of a bus?
Its how fast it moves data along the path
What is RAM?
Random access memory. Allows data items to be read or written in almost the same amount of time irrespective of the physical location. Normally volatile.
What is flash memory
non volatile memory that retains data in the absence of a power supply
Difference between instruction and data bus?
Address bus: dedicated for specifying a physical address.
Data bus: simply carries data
Data bus is bidirectional and address bus is unidirectional.
What is ALU?
An arithmetic logic unit (ALU) is a digital circuit used to perform arithmetic and logic operations
What is a lookup table?
Array that replaces runtime computation with a simpler array indexing operation. Can save processing time.