Memory And Interfaces Flashcards
Explain advantages of DRAM over SRAM
Much cheaper
Less complex
Explain advantages of SRAM over DRAM.
Faster to access data
Does not require refreshing as often
Name two functions of ROM
Contains basic startup instructions
Bootstrap loader - selects and starts operating system
Name in order of speed of access the four main memory holders
Registers
Cache
Main memory
Backing Storage
What two factors affect the amount of memory a computer can address
The size of the address bus
The size of the data bus
Consequences of increasing clock speeds
Processor can execute mor instructions per second
Voltage and overheating problems
Why will extra RAM not always speed up your computer?
It will only work when virtual RAM is having to be used
Name the five functions of an interface
Buffering Protocol Conversion Voltage Conversion Data format Conversion Handling of status signals
Name and describe the two types of interface
Serial- one bit is sent after another
Parallel- multiple bits sent at a time over seperate lines
Name the features of virtualisation
Reduced hardware costs- two on one
More efficient use of existing hardware
What does volatile mean?
When power is lost, all contents are lost