Hardware Flashcards
What factors can increase the performance of a computer system when running programs?
- Increase speed of processor (processor speed)
2. Decrease the time it takes for the process to access the stored program (access speed)
Why are computers struggling to perform at their highest?
The access speed cannot match the processor speed
State the usages of a computer
- Run programs
2. Store data
What factors impact the storing of data?
- Capacity
2. Cost
State what is meant by computer memory?
It is what the processor accesses directly, and is used to store files and data
List the different components of memory
Register, Cache Memory, Main Memory, Hard Disk, Auxiliary Storage
List the category for the register component
processor component
List the category for the cache memory and main memory
Primary storage
List the category for the hard disk and auxiliary
Secondary Storage
List the components in order (slowest to fastest) in terms of access time
Auxiliary, Hard Disk, Main Memory, Cache Memory, Registers
List the components in order of (smallest to largest) in terms of capacity
Register, Cache memory, Main memory, Hard disk, Auxiliary storage
List the components in order of (smallest to largest) in terms of size..
Auxiliary Storage, Hard Disk, Main memory, Cache memory, Register
Where are the registers contained?
in the processor
State what is meant by random access memory?
volatile memory that can be read from or written to any number of times
State what is meant by read only memory
non-volatile memory that cannot be written to but can be read from any number of devices
How is RAM accessed?
At any location independently of which previous location was used
State the two different types of RAM
SRAM and DRAM
How is DRAM constructed?
From capacitors which leak electricity and therefore need regularly recharging every 15 milliseconds to maintain the data stored.
How is SRAM constructed?
Using flip-flops which store data indefinitely while the computer system is turned on
State the differences between SRAM and DRAM
- SRAM has shorter access time than DRAM
- DRAM is less expensive to make
- DRAM can store more bits per chip
- DRAM requires less power to operate
How do computers use SRAM and DRAM together?
SRAM is used for cache memory, DRAM is used for main memory
State how ROM can be changed?
Through programmable methods (PROM); erased (EPROM); electricically charged (EEPROM)