WHAT DOES MEMORY DO?
Memory is main memory/primary storage
Stores instructions. Accessed faster than secondary storage.
WHAT ARE THE IMPACTS OF MEMORY AND PROCESSOR ON PERFORMANCE?
-Affects speed at which software can be loaded
-Affects speed of completion of software tasks.
RAM
Random Access Memory.
WHAT DOES PROCESSOR DO IN RELATION TO MEMORY?
Processor fetches software instructions from memory and executes.
WHERE IS SOFTWARE LOADED FROM?
Loaded from computer’s secondary storage.
ROM
Read Only Memory. Memory that can NOT be changed after manufacture. Stores only one program.
WHAT IS ROM USED FOR?
ROM is ONLY used to boot the system and load to OS from secondary storage in PCs.
EXAMPLES THAT STORE ONLY ONE PROGRAM?
FEATURES OF RAM?
4
WHAT HAPPENS IF SPACE IN RAM BECOMES FOR AVAILABLE?
Active programs are then moved into RAM from virtual memory which improves the performance of those programs. The computer system’s performance can be improved when user uses multiple files/programs at the same time.
FEATURES OF ROM?
ARE RAM AND ROM ACCESSIBLE IN ANY ORDER?
YES
IMPACT OF SIZES OF RAM? (POSITIVE + NEGATIVE)
WHAT ARE THE 2 TYPES OF ROM?
WHAT IS EPROM?
Data from EPROM can be erased by exposing STRONG UV LIGHT. Can then be rewritten to it (reprogrammed).
WHAT IS EEPROM?
Data is erased by applying voltage to one of the pins on a ROM chip (applying a shock). By doing this, you DON’T need to remove ROM chip to erase its contents.
WHAT WAS EEPROM LATER DEVELOPED INTO?
Flash memory.
WHEN IS THE PROCESS OF ERASING/REWRITING DATA ON EPROM/EEPROM USED?
Used when updating firmware of device.
WHAT IS THE DIFFERENCE BETWEEN EPROM AND EEPROM?
EPROM data is erased by using STRONG UV LIGHT.
EEPROM data is erased by applying a voltage (shock).
CHARACTERISTICS OF FLASH MEMORY?
USES OF FLASH MEMORY?
WHAT IS SECONDARY STORAGE?
Storage. Slower than RAM, so when software then has to access instructions from virtual memory there is a great decrease in system performance.
WHAT HAPPENS WHEN SSD (Solid State Drive) IS USED AS SECONDARY STORAGE?
Data is swapped to and from
EXAMPLES OF SECONDARY STORAGE?
Hard disks, SSDs