A451: Hardware - Memory Flashcards
What is the Cache?
-This is the holding area for data from the RAM. It ensures the CPU is always busy with data. The large the cache size means more data can be held and it’s less likely that any cycles are wasted.
What is ROM?
-ROM is memory that cannot be changed by a program or user. ROM retains its memory even after the computer is turned off. For example, ROM stores the instructions for the computer to start up when it is turned on again.
What is RAM?
-RAM is a fast temporary type of memory in which programs, applications and data are stored. Here are some examples of what’s stored in RAM, the operating system, applications, and the graphical user interface. If a computer loses power, all data stored in its RAM is lost.
What is RAM normally measured in?
-Gb.
What is ROM normally measured in?
-Kb.
What in the difference between RAM and ROM?
-ROM is memory that cannot be changed by a program or user. ROM retains its memory even after the computer is turned off. For example, ROM stores the instructions for the computer to start up when it is turned on again. RAM is a fast temporary type of memory in which programs, applications and data are stored, because they are being used by the CPU. RAM is also volatile storage while ROM is not.
How does the amount of RAM effect the speed of the computer?
-The more RAM available the more programs, applications and data the computer can store, that is at easy access to the CPU. This makes the computer faster and there is less need for virtual memory.
Why do we need ROM?
-ROM is memory that cannot be changed by a program or user. ROM retains its memory even after the computer is turned off. For example, ROM stores the instructions for the computer to start up when it is turned on again.
What is the purpose of RAM?
-RAM is a fast temporary type of memory in which programs, applications and data are stored. Here are some examples of what’s stored in RAM the operating system, applications, The GUI. If a computer loses power, all data stored in its RAM is lost.
What is virtual memory?
-Because of the size of the Ram it is not always possible to store all the running programs in the RAM at once and the computer will start running low of memory and begin to slow down. Virtual memory then comes in and stores the data that the RAM isn’t actively using on the hard drive to free up the RAM. When the CPU needs the data is is taken out of virtual memory on the hard drive and is put back on to the RAM.
what is cache memory?
-This is the holding area for data from the RAM. It ensures the CPU is always busy with data. A larger cache size means more data can be held and it’s less likely that any cycles are wasted.
What is Flash memory?
-Flash Memory is often referred to as solid-state storage, which means that there are no moving parts. It’s similar to RAM but is non-volatile which means when the power is cut off, it still remembers the content). Flash memory is used in USB memory sticks and memory cards for digital cameras and some games consoles.
What type of storage is RAM?
- RAM is volatile storage.
What is volatile storage?
- This is storage that is wiped when the power is disconnected.
What type of storage is read only memory?
- This is nonvolatile storage so that the memory is retained when the power switched off.