🧠 120+ Questions • Updated 2026

Computer Memory Multiple Choice Questions

Master Computer Memory concepts with 120+ curated MCQs covering RAM, ROM, Cache, Virtual Memory, Memory Management, and more. Perfect for exams, interviews, and placements.

📚14 Topics
120+ Questions
🎯Exam Ready

📚Explore Computer Memory Topics

📝Computer Memory MCQs(121 questions)

1

What is computer memory?

  • A

    A device that stores data and instructions for processing

  • B

    A device that displays output

  • C

    A device that processes data

  • D

    A device that connects to the internet

Show Answer
A. A device that stores data and instructions for processing
2

Which of the following is the fastest type of memory?

  • A

    RAM

  • B

    Cache Memory

  • C

    Hard Disk

  • D

    ROM

Show Answer
B. Cache Memory
3

What is the primary function of memory in a computer?

  • A

    To store data and programs temporarily or permanently

  • B

    To perform arithmetic calculations

  • C

    To display information

  • D

    To connect to networks

Show Answer
A. To store data and programs temporarily or permanently
4

Which type of memory is directly accessible by the CPU?

  • A

    Secondary Memory

  • B

    Primary Memory

  • C

    Tertiary Memory

  • D

    Offline Memory

Show Answer
B. Primary Memory
5

The smallest unit of data in computer memory is:

  • A

    Byte

  • B

    Bit

  • C

    Nibble

  • D

    Word

Show Answer
B. Bit
6

A group of 8 bits is called:

  • A

    Word

  • B

    Byte

  • C

    Nibble

  • D

    Kilobyte

Show Answer
B. Byte
7

What does RAM stand for?

  • A

    Random Access Memory

  • B

    Read Access Memory

  • C

    Run Access Memory

  • D

    Real Access Memory

Show Answer
A. Random Access Memory
8

Which of the following is a characteristic of RAM?

  • A

    Volatile memory

  • B

    Non-volatile memory

  • C

    Read-only memory

  • D

    Permanent storage

Show Answer
A. Volatile memory
9

What is the full form of DRAM?

  • A

    Dynamic Random Access Memory

  • B

    Digital Random Access Memory

  • C

    Direct Random Access Memory

  • D

    Dual Random Access Memory

Show Answer
A. Dynamic Random Access Memory
10

What is the full form of SRAM?

  • A

    Static Random Access Memory

  • B

    System Random Access Memory

  • C

    Super Random Access Memory

  • D

    Serial Random Access Memory

Show Answer
A. Static Random Access Memory
11

Which type of RAM needs to be refreshed periodically?

  • A

    SRAM

  • B

    DRAM

  • C

    MRAM

  • D

    FRAM

Show Answer
B. DRAM
12

Which RAM is faster and more expensive?

  • A

    DRAM

  • B

    SRAM

  • C

    SDRAM

  • D

    RDRAM

Show Answer
B. SRAM
13

What does ROM stand for?

  • A

    Read Only Memory

  • B

    Random Only Memory

  • C

    Run Only Memory

  • D

    Real Only Memory

Show Answer
A. Read Only Memory
14

Which of the following is a characteristic of ROM?

  • A

    Volatile

  • B

    Non-volatile

  • C

    Read-write memory

  • D

    Temporary storage

Show Answer
B. Non-volatile
15

What is the full form of PROM?

  • A

    Programmable Read Only Memory

  • B

    Primary Read Only Memory

  • C

    Pre-programmed Read Only Memory

  • D

    Partial Read Only Memory

Show Answer
A. Programmable Read Only Memory
16

What is the full form of EPROM?

  • A

    Erasable Programmable Read Only Memory

  • B

    Electronic Programmable Read Only Memory

  • C

    External Programmable Read Only Memory

  • D

    Extended Programmable Read Only Memory

Show Answer
A. Erasable Programmable Read Only Memory
17

What is the full form of EEPROM?

  • A

    Electrically Erasable Programmable Read Only Memory

  • B

    Electronic Erasable Programmable Read Only Memory

  • C

    External Erasable Programmable Read Only Memory

  • D

    Extended Erasable Programmable Read Only Memory

Show Answer
A. Electrically Erasable Programmable Read Only Memory
18

Which type of ROM can be erased using ultraviolet light?

  • A

    PROM

  • B

    EPROM

  • C

    EEPROM

  • D

    Mask ROM

Show Answer
B. EPROM
19

What is cache memory?

  • A

    High-speed memory between CPU and main memory

  • B

    Secondary storage device

  • C

    Virtual memory

  • D

    Flash memory

Show Answer
A. High-speed memory between CPU and main memory
20

Cache memory is based on which principle?

  • A

    Locality of reference

  • B

    FIFO

  • C

    LRU

  • D

    Round Robin

Show Answer
A. Locality of reference
21

Which level of cache is the smallest and fastest?

  • A

    L1 Cache

  • B

    L2 Cache

  • C

    L3 Cache

  • D

    L4 Cache

Show Answer
A. L1 Cache
22

What is the purpose of cache memory?

  • A

    To reduce the average time to access data

  • B

    To increase storage capacity

  • C

    To provide backup storage

  • D

    To improve graphics performance

Show Answer
A. To reduce the average time to access data
23

Which cache mapping technique uses a hash function?

  • A

    Direct mapping

  • B

    Associative mapping

  • C

    Set-associative mapping

  • D

    All of the above

Show Answer
C. Set-associative mapping
24

What is a cache hit?

  • A

    Data is found in the cache

  • B

    Data is not found in the cache

  • C

    Cache is full

  • D

    Cache is empty

Show Answer
A. Data is found in the cache
25

Which of the following is a secondary storage device?

  • A

    Hard Disk Drive

  • B

    RAM

  • C

    Cache Memory

  • D

    Register

Show Answer
A. Hard Disk Drive
26

What is the full form of SSD?

  • A

    Solid State Drive

  • B

    System Storage Drive

  • C

    Super Speed Drive

  • D

    Serial Storage Drive

Show Answer
A. Solid State Drive
27

Which storage device uses magnetic platters to store data?

  • A

    SSD

  • B

    HDD

  • C

    USB Drive

  • D

    Memory Card

Show Answer
B. HDD
28

What is the storage capacity of a standard DVD?

  • A

    4.7 GB

  • B

    700 MB

  • C

    25 GB

  • D

    50 GB

Show Answer
A. 4.7 GB
29

Which of the following is a portable storage device?

  • A

    USB Flash Drive

  • B

    Internal HDD

  • C

    RAM

  • D

    Cache Memory

Show Answer
A. USB Flash Drive
30

What is the primary advantage of SSD over HDD?

  • A

    Faster read/write speeds

  • B

    Larger capacity

  • C

    Lower cost

  • D

    All of the above

Show Answer
A. Faster read/write speeds
31

What is virtual memory?

  • A

    Memory that uses hard disk as extended RAM

  • B

    Physical RAM

  • C

    Cache memory

  • D

    ROM

Show Answer
A. Memory that uses hard disk as extended RAM
32

What is the purpose of virtual memory?

  • A

    To allow programs to use more memory than physical RAM

  • B

    To increase processing speed

  • C

    To store permanent data

  • D

    To improve graphics

Show Answer
A. To allow programs to use more memory than physical RAM
33

What is a page fault?

  • A

    When a requested page is not in memory

  • B

    When the system crashes

  • C

    When the disk is full

  • D

    When memory is corrupted

Show Answer
A. When a requested page is not in memory
34

Which algorithm is used for page replacement?

  • A

    LRU (Least Recently Used)

  • B

    FIFO (First In First Out)

  • C

    Optimal

  • D

    All of the above

Show Answer
D. All of the above
35

What is thrashing in virtual memory?

  • A

    Excessive page swapping causing performance degradation

  • B

    Memory being upgraded

  • C

    Disk being formatted

  • D

    Cache being cleared

Show Answer
A. Excessive page swapping causing performance degradation
36

What is the page size in virtual memory typically?

  • A

    4 KB

  • B

    1 KB

  • C

    16 KB

  • D

    64 KB

Show Answer
A. 4 KB
37

Which of the following correctly represents the memory hierarchy from fastest to slowest?

  • A

    Registers → Cache → RAM → SSD → HDD

  • B

    Cache → Registers → RAM → HDD → SSD

  • C

    RAM → Cache → Registers → HDD → SSD

  • D

    HDD → SSD → RAM → Cache → Registers

Show Answer
A. Registers → Cache → RAM → SSD → HDD
38

What is the purpose of memory hierarchy?

  • A

    To optimize cost, speed, and capacity

  • B

    To reduce power consumption

  • C

    To increase storage capacity

  • D

    To simplify hardware design

Show Answer
A. To optimize cost, speed, and capacity
39

Which memory in the hierarchy has the largest capacity?

  • A

    Registers

  • B

    Cache

  • C

    RAM

  • D

    Secondary Storage

Show Answer
D. Secondary Storage
40

Which memory in the hierarchy is the most expensive per byte?

  • A

    Registers

  • B

    RAM

  • C

    Hard Disk

  • D

    SSD

Show Answer
A. Registers
41

What is the access time order from fastest to slowest?

  • A

    Registers < Cache < RAM < Disk

  • B

    Disk < RAM < Cache < Registers

  • C

    RAM < Cache < Registers < Disk

  • D

    Cache < Registers < RAM < Disk

Show Answer
A. Registers < Cache < RAM < Disk
42

Which level of memory hierarchy is closest to the CPU?

  • A

    Registers

  • B

    Cache

  • C

    RAM

  • D

    SSD

Show Answer
A. Registers
43

What is memory management in operating systems?

  • A

    The process of managing computer memory

  • B

    The process of managing files

  • C

    The process of managing processes

  • D

    The process of managing devices

Show Answer
A. The process of managing computer memory
44

What is fragmentation in memory management?

  • A

    When memory becomes unusable due to small free blocks

  • B

    When memory is completely full

  • C

    When memory is upgraded

  • D

    When memory is corrupted

Show Answer
A. When memory becomes unusable due to small free blocks
45

What is external fragmentation?

  • A

    Free memory scattered in small blocks

  • B

    Memory allocated to a process is wasted

  • C

    Memory is not allocated

  • D

    Memory is corrupted

Show Answer
A. Free memory scattered in small blocks
46

What is internal fragmentation?

  • A

    Wasted memory within an allocated block

  • B

    Free memory scattered in small blocks

  • C

    Memory allocation failure

  • D

    Memory corruption

Show Answer
A. Wasted memory within an allocated block
47

Which technique is used to reduce fragmentation?

  • A

    Paging

  • B

    Segmentation

  • C

    Both Paging and Segmentation

  • D

    None of the above

Show Answer
C. Both Paging and Segmentation
48

What is a memory leak?

  • A

    When a program fails to release memory it no longer needs

  • B

    When memory is physically damaged

  • C

    When memory is upgraded

  • D

    When memory is corrupted

Show Answer
A. When a program fails to release memory it no longer needs
49

1 Kilobyte (KB) is equal to:

  • A

    1024 bytes

  • B

    1000 bytes

  • C

    512 bytes

  • D

    2048 bytes

Show Answer
A. 1024 bytes
50

1 Megabyte (MB) is equal to:

  • A

    1024 KB

  • B

    1000 KB

  • C

    1024 bytes

  • D

    1,000,000 bytes

Show Answer
A. 1024 KB
51

1 Gigabyte (GB) is equal to:

  • A

    1024 MB

  • B

    1000 MB

  • C

    1024 KB

  • D

    1,000,000 KB

Show Answer
A. 1024 MB
52

1 Terabyte (TB) is equal to:

  • A

    1024 GB

  • B

    1000 GB

  • C

    1024 MB

  • D

    1,000,000 MB

Show Answer
A. 1024 GB
53

What is a word in computer memory?

  • A

    A group of bytes processed together

  • B

    A single byte

  • C

    A single bit

  • D

    A nibble

Show Answer
A. A group of bytes processed together
54

A nibble consists of how many bits?

  • A

    4 bits

  • B

    8 bits

  • C

    2 bits

  • D

    16 bits

Show Answer
A. 4 bits
55

What is sequential access memory?

  • A

    Data is accessed in a linear sequence

  • B

    Data is accessed randomly

  • C

    Data is accessed in parallel

  • D

    Data is accessed in reverse order

Show Answer
A. Data is accessed in a linear sequence
56

What is random access memory?

  • A

    Any location can be accessed directly

  • B

    Data is accessed in sequence

  • C

    Data is accessed only once

  • D

    Data is accessed in blocks

Show Answer
A. Any location can be accessed directly
57

Which of the following is an example of sequential access?

  • A

    Tape Drive

  • B

    RAM

  • C

    SSD

  • D

    Cache

Show Answer
A. Tape Drive
58

Which of the following is an example of random access?

  • A

    RAM

  • B

    Tape Drive

  • C

    CD-ROM

  • D

    DVD

Show Answer
A. RAM
59

What is direct access memory?

  • A

    Data can be accessed directly using an address

  • B

    Data is accessed in sequence

  • C

    Data is accessed in blocks

  • D

    Data is accessed in parallel

Show Answer
A. Data can be accessed directly using an address
60

What is associative access memory?

  • A

    Data is accessed by content rather than address

  • B

    Data is accessed by address

  • C

    Data is accessed in sequence

  • D

    Data is accessed in blocks

Show Answer
A. Data is accessed by content rather than address
61

What is flash memory?

  • A

    A non-volatile memory that can be electrically erased and reprogrammed

  • B

    A volatile memory

  • C

    A read-only memory

  • D

    A magnetic memory

Show Answer
A. A non-volatile memory that can be electrically erased and reprogrammed
62

Which of the following uses flash memory?

  • A

    USB Drives

  • B

    SSDs

  • C

    Memory Cards

  • D

    All of the above

Show Answer
D. All of the above
63

What is the difference between NAND and NOR flash memory?

  • A

    NAND has higher density and lower cost; NOR has faster read speed

  • B

    NOR has higher density; NAND has faster read speed

  • C

    Both are the same

  • D

    NAND is volatile; NOR is non-volatile

Show Answer
A. NAND has higher density and lower cost; NOR has faster read speed
64

What is the typical lifespan of flash memory in terms of write cycles?

  • A

    10,000 to 100,000 write cycles

  • B

    1,000 to 10,000 write cycles

  • C

    100,000 to 1,000,000 write cycles

  • D

    Unlimited write cycles

Show Answer
A. 10,000 to 100,000 write cycles
65

What is wear leveling in flash memory?

  • A

    A technique to distribute writes evenly across memory cells

  • B

    A technique to increase memory capacity

  • C

    A technique to speed up read operations

  • D

    A technique to reduce power consumption

Show Answer
A. A technique to distribute writes evenly across memory cells
66

Which type of flash memory is commonly used in SSDs?

  • A

    NAND Flash

  • B

    NOR Flash

  • C

    Both NAND and NOR

  • D

    Neither

Show Answer
A. NAND Flash
67

What is optical storage?

  • A

    Storage that uses laser light to read and write data

  • B

    Storage that uses magnetic fields

  • C

    Storage that uses electrical charges

  • D

    Storage that uses mechanical parts

Show Answer
A. Storage that uses laser light to read and write data
68

Which of the following is an optical storage medium?

  • A

    CD-ROM

  • B

    DVD

  • C

    Blu-ray

  • D

    All of the above

Show Answer
D. All of the above
69

What is the storage capacity of a standard Blu-ray disc?

  • A

    25 GB (single-layer)

  • B

    4.7 GB

  • C

    700 MB

  • D

    50 GB (single-layer)

Show Answer
A. 25 GB (single-layer)
70

What is the difference between CD-R and CD-RW?

  • A

    CD-R can be written once; CD-RW can be rewritten multiple times

  • B

    CD-R has more capacity than CD-RW

  • C

    CD-RW is read-only; CD-R is writable

  • D

    CD-R is faster than CD-RW

Show Answer
A. CD-R can be written once; CD-RW can be rewritten multiple times
71

What type of laser is used in Blu-ray players?

  • A

    Blue-violet laser

  • B

    Red laser

  • C

    Infrared laser

  • D

    Green laser

Show Answer
A. Blue-violet laser
72

What is the data transfer rate of a typical DVD drive?

  • A

    1x = 1.32 MB/s

  • B

    1x = 150 KB/s

  • C

    1x = 4.5 MB/s

  • D

    1x = 10 MB/s

Show Answer
A. 1x = 1.32 MB/s
73

What is magnetic storage?

  • A

    Storage that uses magnetic fields to store data

  • B

    Storage that uses laser light

  • C

    Storage that uses electrical charges

  • D

    Storage that uses mechanical parts

Show Answer
A. Storage that uses magnetic fields to store data
74

Which of the following is a magnetic storage device?

  • A

    Hard Disk Drive

  • B

    SSD

  • C

    USB Drive

  • D

    CD-ROM

Show Answer
A. Hard Disk Drive
75

What is a magnetic tape used for?

  • A

    Backup and archival storage

  • B

    Primary storage

  • C

    Cache memory

  • D

    RAM

Show Answer
A. Backup and archival storage
76

What is the advantage of magnetic tape over other storage media?

  • A

    Low cost per GB for large-scale storage

  • B

    Fast random access

  • C

    Small physical size

  • D

    High power efficiency

Show Answer
A. Low cost per GB for large-scale storage
77

What is a floppy disk?

  • A

    A magnetic storage medium that was commonly used in the past

  • B

    A type of optical storage

  • C

    A type of flash memory

  • D

    A type of RAM

Show Answer
A. A magnetic storage medium that was commonly used in the past
78

What is the storage capacity of a standard 3.5-inch floppy disk?

  • A

    1.44 MB

  • B

    720 KB

  • C

    2.88 MB

  • D

    100 MB

Show Answer
A. 1.44 MB
79

What is memory access time?

  • A

    The time taken to read or write data

  • B

    The time taken to boot the system

  • C

    The time taken to transfer data over network

  • D

    The time taken to display output

Show Answer
A. The time taken to read or write data
80

What is memory bandwidth?

  • A

    The amount of data that can be transferred per second

  • B

    The size of memory

  • C

    The speed of the CPU

  • D

    The speed of the network

Show Answer
A. The amount of data that can be transferred per second
81

What is latency in memory?

  • A

    The delay between a request and response

  • B

    The size of memory

  • C

    The speed of memory

  • D

    The cost of memory

Show Answer
A. The delay between a request and response
82

Which memory has the lowest latency?

  • A

    Registers

  • B

    Cache

  • C

    RAM

  • D

    Hard Disk

Show Answer
A. Registers
83

What is the CAS latency (CL) in DRAM?

  • A

    The delay between the CAS signal and data output

  • B

    The size of the memory

  • C

    The speed of the memory

  • D

    The type of memory

Show Answer
A. The delay between the CAS signal and data output
84

What is the typical latency of a hard disk drive?

  • A

    Several milliseconds

  • B

    Several nanoseconds

  • C

    Several microseconds

  • D

    Several seconds

Show Answer
A. Several milliseconds
85

What is MRAM?

  • A

    Magnetoresistive Random Access Memory

  • B

    Magnetic Random Access Memory

  • C

    Memory Random Access Memory

  • D

    Micro Random Access Memory

Show Answer
A. Magnetoresistive Random Access Memory
86

What is FRAM?

  • A

    Ferroelectric Random Access Memory

  • B

    Fast Random Access Memory

  • C

    Flash Random Access Memory

  • D

    Field Random Access Memory

Show Answer
A. Ferroelectric Random Access Memory
87

What is PCM (Phase Change Memory)?

  • A

    A non-volatile memory that uses phase change material

  • B

    A type of volatile memory

  • C

    A type of optical storage

  • D

    A type of magnetic storage

Show Answer
A. A non-volatile memory that uses phase change material
88

What is ReRAM?

  • A

    Resistive Random Access Memory

  • B

    Read Random Access Memory

  • C

    Rapid Random Access Memory

  • D

    Regenerative Random Access Memory

Show Answer
A. Resistive Random Access Memory
89

Which memory technology is considered a potential replacement for DRAM?

  • A

    PCM

  • B

    MRAM

  • C

    ReRAM

  • D

    All of the above

Show Answer
D. All of the above
90

What is the advantage of emerging memory technologies like MRAM?

  • A

    Non-volatility and high speed

  • B

    Lower cost than DRAM

  • C

    Higher capacity than HDD

  • D

    All of the above

Show Answer
A. Non-volatility and high speed
91

What is ECC memory?

  • A

    Error Correcting Code memory

  • B

    Extended Cache Controller memory

  • C

    Enhanced Capacity Cache memory

  • D

    External Cache Control memory

Show Answer
A. Error Correcting Code memory
92

What is the purpose of ECC memory?

  • A

    To detect and correct memory errors

  • B

    To increase memory speed

  • C

    To increase memory capacity

  • D

    To reduce power consumption

Show Answer
A. To detect and correct memory errors
93

What is a parity bit?

  • A

    An extra bit used for error detection

  • B

    A bit used for data storage

  • C

    A bit used for addressing

  • D

    A bit used for speed

Show Answer
A. An extra bit used for error detection
94

What is the difference between parity and ECC?

  • A

    Parity detects errors; ECC detects and corrects errors

  • B

    Parity corrects errors; ECC only detects errors

  • C

    Both are the same

  • D

    ECC is older than parity

Show Answer
A. Parity detects errors; ECC detects and corrects errors
95

What causes memory errors?

  • A

    Alpha particles, cosmic rays, and hardware defects

  • B

    Software bugs

  • C

    Network failures

  • D

    Power outages

Show Answer
A. Alpha particles, cosmic rays, and hardware defects
96

What is a soft error in memory?

  • A

    A transient error that can be corrected by rewriting data

  • B

    A permanent hardware failure

  • C

    A software bug

  • D

    A network error

Show Answer
A. A transient error that can be corrected by rewriting data
97

What is paging in operating systems?

  • A

    A memory management technique that divides memory into fixed-size pages

  • B

    A technique for file management

  • C

    A technique for process scheduling

  • D

    A technique for device management

Show Answer
A. A memory management technique that divides memory into fixed-size pages
98

What is segmentation in operating systems?

  • A

    A memory management technique that divides memory into logical segments

  • B

    A technique for file management

  • C

    A technique for process scheduling

  • D

    A technique for device management

Show Answer
A. A memory management technique that divides memory into logical segments
99

What is the Translation Lookaside Buffer (TLB)?

  • A

    A cache for page table entries

  • B

    A type of RAM

  • C

    A type of ROM

  • D

    A type of disk storage

Show Answer
A. A cache for page table entries
100

What is a page table?

  • A

    A data structure that maps virtual addresses to physical addresses

  • B

    A table of files

  • C

    A table of processes

  • D

    A table of devices

Show Answer
A. A data structure that maps virtual addresses to physical addresses
101

What is demand paging?

  • A

    Pages are loaded into memory only when needed

  • B

    All pages are loaded at startup

  • C

    Pages are loaded in sequence

  • D

    Pages are loaded randomly

Show Answer
A. Pages are loaded into memory only when needed
102

What is the working set of a process?

  • A

    The set of pages actively used by the process

  • B

    All pages allocated to the process

  • C

    The set of files used by the process

  • D

    The set of devices used by the process

Show Answer
A. The set of pages actively used by the process
103

Which memory is used to store the BIOS?

  • A

    RAM

  • B

    ROM

  • C

    Cache

  • D

    Register

Show Answer
B. ROM
104

What is the difference between primary and secondary memory?

  • A

    Primary memory is volatile; secondary memory is non-volatile

  • B

    Primary memory is non-volatile; secondary memory is volatile

  • C

    Both are volatile

  • D

    Both are non-volatile

Show Answer
A. Primary memory is volatile; secondary memory is non-volatile
105

What is the typical voltage used by DDR4 RAM?

  • A

    1.2V

  • B

    1.5V

  • C

    1.8V

  • D

    2.5V

Show Answer
A. 1.2V
106

What is the maximum capacity of DDR4 RAM per module?

  • A

    64 GB

  • B

    32 GB

  • C

    16 GB

  • D

    128 GB

Show Answer
A. 64 GB
107

What is mask ROM?

  • A

    ROM that is programmed during manufacturing

  • B

    ROM that can be programmed by the user

  • C

    ROM that can be erased

  • D

    ROM that is volatile

Show Answer
A. ROM that is programmed during manufacturing
108

What is the cache coherency problem?

  • A

    Inconsistency between cache and main memory

  • B

    Cache being too small

  • C

    Cache being too large

  • D

    Cache being too slow

Show Answer
A. Inconsistency between cache and main memory
109

What is the average seek time of a typical HDD?

  • A

    8-12 ms

  • B

    1-2 ms

  • C

    100-200 ms

  • D

    1-2 seconds

Show Answer
A. 8-12 ms
110

What is the purpose of the MMU (Memory Management Unit)?

  • A

    To translate virtual addresses to physical addresses

  • B

    To manage files

  • C

    To manage processes

  • D

    To manage devices

Show Answer
A. To translate virtual addresses to physical addresses
111

What is the principle of locality?

  • A

    Programs tend to access data and instructions in a localized area

  • B

    Programs are executed sequentially

  • C

    Programs are executed in parallel

  • D

    Programs use all memory equally

Show Answer
A. Programs tend to access data and instructions in a localized area
112

What is the buddy system in memory management?

  • A

    A memory allocation technique that splits memory into power-of-two blocks

  • B

    A technique for file management

  • C

    A technique for process scheduling

  • D

    A technique for device management

Show Answer
A. A memory allocation technique that splits memory into power-of-two blocks
113

What is the size of a typical memory word in modern computers?

  • A

    32 bits or 64 bits

  • B

    8 bits

  • C

    16 bits

  • D

    128 bits

Show Answer
A. 32 bits or 64 bits
114

What is the access time of cache memory typically?

  • A

    1-10 nanoseconds

  • B

    50-100 nanoseconds

  • C

    1-10 microseconds

  • D

    1-10 milliseconds

Show Answer
A. 1-10 nanoseconds
115

What is the typical endurance of an enterprise SSD?

  • A

    10,000+ write cycles

  • B

    1,000 write cycles

  • C

    100 write cycles

  • D

    Unlimited

Show Answer
A. 10,000+ write cycles
116

What is the data transfer rate of a 16x DVD drive?

  • A

    21.12 MB/s

  • B

    16 MB/s

  • C

    32 MB/s

  • D

    64 MB/s

Show Answer
A. 21.12 MB/s
117

What is the typical RPM of a desktop HDD?

  • A

    7200 RPM

  • B

    5400 RPM

  • C

    10,000 RPM

  • D

    15,000 RPM

Show Answer
A. 7200 RPM
118

What is the speed of DDR4-3200 RAM?

  • A

    3200 MT/s (megatransfers per second)

  • B

    3200 MHz

  • C

    3200 MB/s

  • D

    3200 GB/s

Show Answer
A. 3200 MT/s (megatransfers per second)
119

What is the advantage of 3D NAND flash memory?

  • A

    Higher density and lower cost per bit

  • B

    Faster speed than planar NAND

  • C

    Lower power consumption

  • D

    All of the above

Show Answer
A. Higher density and lower cost per bit
120

What is a chipkill ECC?

  • A

    A type of ECC that can recover from multiple bit errors

  • B

    A type of memory that kills chips

  • C

    A type of memory that is not ECC

  • D

    A type of memory that is volatile

Show Answer
A. A type of ECC that can recover from multiple bit errors
121

What is the difference between a page and a frame?

  • A

    A page is a logical block of virtual memory; a frame is a physical block of memory

  • B

    A frame is a logical block; a page is a physical block

  • C

    Both are the same

  • D

    A page is larger than a frame

Show Answer
A. A page is a logical block of virtual memory; a frame is a physical block of memory

Frequently Asked Questions

What is computer memory and why is it important?
Computer memory is a hardware component that stores data and instructions for processing. It is essential because it allows the computer to store, retrieve, and process information quickly. Memory is used to hold the operating system, applications, and user data during operation.
What is the difference between RAM and ROM?
RAM (Random Access Memory) is volatile memory used for temporary storage of data and programs currently in use. It loses its content when power is turned off. ROM (Read Only Memory) is non-volatile memory used to store firmware and system instructions that are not lost when the computer is turned off.
What is cache memory and how does it work?
Cache memory is a small, high-speed memory located between the CPU and main memory. It stores frequently accessed data and instructions to reduce the average time to access memory. The cache works on the principle of locality of reference, where programs tend to access data and instructions in a localized area.
What is virtual memory?
Virtual memory is a memory management technique that uses a portion of the hard disk as extended RAM. It allows programs to use more memory than physically available by swapping data between RAM and disk. This enables running larger applications and multiple programs simultaneously.
What is the difference between SRAM and DRAM?
SRAM (Static RAM) is faster, more expensive, and does not need to be refreshed. It uses flip-flops to store each bit. DRAM (Dynamic RAM) is slower, cheaper, and needs to be refreshed periodically. It uses capacitors to store each bit and is the most common type of memory used as main memory.
What is the memory hierarchy?
The memory hierarchy is a structure that organizes different types of memory based on speed, cost, and capacity. From fastest to slowest: Registers, Cache, RAM, SSD, HDD. Each level has different characteristics, and the hierarchy is designed to optimize performance while balancing cost.
What is ECC memory and why is it used?
ECC (Error Correcting Code) memory is a type of memory that can detect and correct data corruption. It is used in servers and mission-critical systems where data integrity is crucial. ECC memory adds extra bits to each data word to detect and correct errors that may occur due to hardware defects or cosmic radiation.
What is the difference between NAND and NOR flash memory?
NAND flash memory has higher density, lower cost, and is used in SSDs, USB drives, and memory cards. NOR flash memory has faster read speeds and is used in embedded systems for firmware storage. NAND is organized in blocks and pages, while NOR allows byte-level access.