Read Mode
Volatile Vs Non-Volatile Memory
Which is a volatile memory?
Explanation and memory cue
RAM (Random Access Memory) is volatile memory because it loses its data when power is turned off, unlike ROM, BIOS, and PROM which are non-volatile.
Scan verified MCQs with the answer highlighted, then open explanations when you want the reasoning.
Read Mode
Volatile Vs Non-Volatile Memory
Which is a volatile memory?
RAM (Random Access Memory) is volatile memory because it loses its data when power is turned off, unlike ROM, BIOS, and PROM which are non-volatile.
Read Mode
Practice MCQ
Which of the following is a way to access secondary memory?
Secondary memory is accessed through transfer methods that move data between storage devices and the computer system. Random Access Memory (RAM) is a type of primary memory, not a method for accessing secondary storage.
Read Mode
Cache Function
Which acts as a buffer between the CPU and the main memory?
Cache memory acts as a buffer between the CPU and main memory by storing frequently accessed data and instructions, thereby reducing the time the CPU takes to access data from the slower main memory.
Read Mode
Data Storage Unit Order
What comes after Exabyte in terms of increasing size?
After Exabyte, the next larger data storage unit is Zettabyte, followed by Yottabyte. Terabyte and Petabyte are smaller units than Exabyte.
Read Mode
Cache Purpose
What is the purpose of cache memory in the CPU?
Cache memory is used to store frequently accessed data and instructions to speed up processing by reducing the time the CPU needs to fetch data from the main memory.
Read Mode
Practice MCQ
The primary function of a register in the CPU is ____?
Registers in a CPU are small storage locations used to temporarily hold data and instructions that the CPU needs immediate access to during processing. This temporary storage enables faster data access compared to main memory.
Read Mode
Cache Placement
Cache memory acts between ____:
Cache memory is a small, fast memory located between the CPU and RAM to speed up data access by storing frequently used data and instructions close to the CPU.
Read Mode
Main Memory Terminology
Another term for main memory is ____:
Main memory is commonly referred to as RAM (Random Access Memory), which is the primary memory used by a computer to store data temporarily while it is running. Cache and hard disk are different types of memory/storage and do not refer to main memory.
Read Mode
Role Of Cpu Registers
What is the main purpose of registers inside the CPU?
Registers inside the CPU temporarily hold data and instructions that the CPU is currently processing, enabling fast access and manipulation during execution. This is their main purpose, distinguishing them from other storage types like cache or RAM.
Read Mode
Memory Hierarchy
Which of the following is the smallest and fastest memory in the CPU?
Registers are the smallest and fastest type of memory located inside the CPU, used to hold data and instructions that the CPU is currently processing. Cache memory is larger but slower than registers, while main memory (RAM) and ROM are much larger and slower.