Memory MCQ Quiz - Objective Question with Answer for Memory - Download Free PDF

Last updated on Jun 5, 2025

Latest Memory MCQ Objective Questions

Memory Question 1:

Which among the following statements is/are true about Static Random Access Memory (SRAM)?

(i) SRAM is a semiconductor memory widely used in electronics.
(ii) Though faster than DRAM, SRAM is a volatile memory that stores bits in small capacitors.
(iii) Static RAM is mostly used as a cache memory for the CPU.

  1. (i) and (ii)
  2. (i) and (iii)
  3. Only (i)
  4. All of the above
  5. None of the above

Answer (Detailed Solution Below)

Option 2 : (i) and (iii)

Memory Question 1 Detailed Solution

The correct answer is (i) and (iii).

  • Static random access memory (SRAM) is a fast memory that uses small latches called “flip-flops” to store bits while DRAM stores bits in small capacitors.
  • SRAM is a volatile memory i.e. data disappears when the power is removed from the memory device. It requires a constant power supply.
  • SRAM is faster than DRAM but is more expensive because it's every cell requires several transistors.
  • SRAM has a lower access time and offers low packaging density.

Memory Question 2:

Which of the following pen drives offers the highest storage capacity ?

  1. 8 MB pen drive
  2. 4 GB pen drive
  3. 2 TB pen drive
  4. 1 KB pen drive

Answer (Detailed Solution Below)

Option 3 : 2 TB pen drive

Memory Question 2 Detailed Solution

The correct answer is 2 TB pen drive.

key-point-image Key Points
  • The storage capacity of a device is measured in units such as KB, MB, GB, and TB, in increasing order of magnitude.
  • 1 KB (Kilobyte) = 1024 Bytes, 1 MB (Megabyte) = 1024 KB, 1 GB (Gigabyte) = 1024 MB, and 1 TB (Terabyte) = 1024 GB.
  • Among the options provided:
    • 1 KB pen drive = smallest storage capacity.
    • 8 MB pen drive = larger than 1 KB but smaller than 4 GB.
    • 4 GB pen drive = larger than 8 MB but smaller than 2 TB.
    • 2 TB pen drive = highest storage capacity among the options.
  • Hence, the correct answer is 2 TB pen drive, as it offers the largest storage capacity.
additional-information-image Additional Information
  • Storage devices come in various capacities to suit different user needs, from small files to large data backups.
  • Modern pen drives offer capacities ranging from a few GBs to several TBs, making them suitable for diverse applications.
  • 2 TB pen drives are ideal for storing high-definition videos, large databases, and extensive multimedia libraries.
  • Pen drives are portable and convenient, enabling users to carry large amounts of data easily.
  • When purchasing a pen drive, it's essential to consider storage capacity, speed, and compatibility with your device.

Memory Question 3:

Which of the following is a type of volatile memory in a computer system ?

  1. ROM 
  2. RAM
  3. Hard Disk 
  4. External Storage Device

Answer (Detailed Solution Below)

Option 2 : RAM

Memory Question 3 Detailed Solution

The correct answer is RAM

Key Points

  • RAM (Random Access Memory): ✅ RAM is a type of volatile memory, which means its contents are lost when the computer is turned off. It temporarily stores data and instructions that the CPU needs while performing tasks.
  • ROM (Read-Only Memory): ❌ ROM is non-volatile memory; its contents remain intact even after the computer is powered off.
  • Hard Disk: ❌ This is a non-volatile storage device used to store data permanently.
  • External Storage Device: ❌ Devices like USB drives or external HDDs are also non-volatile and retain data without power.

Additional Information

  • Volatile Memory: Requires power to maintain stored information. It is faster and is mainly used for temporary storage during system operations.
  • Non-Volatile Memory: Retains data even when power is off, ideal for long-term storage.

Hence, the correct answer is: option 2) RAM

Memory Question 4:

 In which category of computer memory that a FLASH MEMORY belongs to?

  1. EEPROM
  2. SRAM
  3. DRAM
  4. SDRAМ

Answer (Detailed Solution Below)

Option 1 : EEPROM

Memory Question 4 Detailed Solution

The correct answer is EEPROM.

Key Points

  • EEPROM stands for Electrically Erasable Programmable Read-Only Memory.
  • Flash memory is a type of EEPROM, but with faster erasure and write times.
  • It is a non-volatile memory, meaning data is retained even when power is off.
  • Flash memory is widely used in USB drives, SSDs, and memory cards.

Additional Information

  • SRAM (Static Random Access Memory):
    • SRAM is a type of volatile memory that uses flip-flops to store each bit of data.
    • It is faster than DRAM but more expensive and consumes more power.
    • Commonly used in cache memory for CPUs.
  • DRAM (Dynamic Random Access Memory):
    • DRAM is a type of volatile memory that stores data in capacitors.
    • It requires constant refreshing to retain the data.
    • It is cheaper and slower than SRAM, but it is widely used in main memory for computers.
  • SDRAM (Synchronous DRAM):
    • SDRAM is a type of DRAM that synchronizes with the system clock for faster data access.
    • It is widely used in modern PCs and other devices.
  • EEPROM:
    • EEPROM is a non-volatile memory that allows data to be erased and reprogrammed electrically.
    • It is slower than SRAM and DRAM but is used in applications requiring long-term data storage.

Memory Question 5:

What is a 'memory bank' in RAM organisation?

  1. A cache memory location
  2. A group of memory cells arranged in a single row
  3. A section of memory reserved for the operating system
  4. An independent memory module that can be accessed concurrently

Answer (Detailed Solution Below)

Option 4 : An independent memory module that can be accessed concurrently

Memory Question 5 Detailed Solution

The correct answer is: 4) An independent memory module that can be accessed concurrently

Explanation:

What is a Memory Bank?

  • A memory bank is a logical or physical unit of RAM that can be accessed independently and simultaneously by the memory controller.

  • It consists of multiple memory chips working together as a single module (e.g., a DIMM in modern systems).

  • Banks enable parallel data access, improving memory bandwidth and performance.

Option Analysis

  1. Cache memory location → Incorrect, as cache is a separate high-speed memory layer.

  2. Group of memory cells in a single row → Describes a memory row, not a bank.

  3. Section reserved for the OS → Refers to kernel memory, not a bank.

Top Memory MCQ Objective Questions

Which of the following is NOT a part of auxiliary memories in a Computer system?

  1. PROM
  2. Floppy
  3. CD-ROM
  4. Magnetic tapes

Answer (Detailed Solution Below)

Option 1 : PROM

Memory Question 6 Detailed Solution

Download Solution PDF

The correct answer is PROM.

  • PROM is not a part of auxiliary memories in a Computer system.

Key Points

  • Secondary Memory/ Auxiliary memory:
    • An Auxiliary memory is the lowest-cost, highest-capacity and slowest-access storage in a computer system. 
    • It is permanent in nature, so it is also called non-volatile.
    • In these memories, programs and data are kept for long-term storage or when not in immediate use.
    • Examples of auxiliary memories are magnetic tapes, Floppy, CD-ROM and magnetic disks.
    • The PROM (Programmable Read-Only Memory) has the option of being programmed.
    • It is not a part of auxiliary memory.

Additional Information

  • Primary Memory:
    • It is often referred to as the working memory of the main memory of a computer system.
    • It is temporary in nature, so it is also called volatile memory.
    • Its example is RAM.

In which form is data stored in a computer?

  1. Binary
  2. Picture
  3. Magnetic
  4. Alphabets

Answer (Detailed Solution Below)

Option 1 : Binary

Memory Question 7 Detailed Solution

Download Solution PDF

The correct answer is Binary.

Key Points

  • Data stored in a compute in the form of binary.
  • A binary number is a number expressed only two symbols: typically "0" (zero) and "1" (one).
  • Each digit is referred to as a bit or binary digit.
  • Bit is the smallest unit of memory.
  • Bit is the short form of Binary digit.
  • Half byte is known as a nibble.

Additional Information

  • The memory of a computer is usually measured in bytes.
  • Tera-represents the fourth power of 1000.
  • A Terabyte is more precisely defined as 1,024 gigabytes.
  • 1 TB equals 1,024 gigabytes (GB).
  • The storage capacity of a hard disc is measured in Megabytes, Gigabytes, and Terabytes.

Which one of the following memory units is considered as the largest?

  1. Peta Byte (PB)
  2. Exa Byte (EB)
  3. Zetta Byte (ZB)
  4. Yotta Byte (YB)

Answer (Detailed Solution Below)

Option 4 : Yotta Byte (YB)

Memory Question 8 Detailed Solution

Download Solution PDF

The correct answer is Yotta Byte (YB).

Key Points

  • Yotta Byte (PB) is considered the largest.
  • 1 Yotta Byte (YB) = 1024 Zettabytes

Additional Information

Data Measurement Chart:

Unit

Expansion

1 Bit

Single Binary Digit (0 or 1)

1 Nibble

4 bits (half a byte)

1 Byte (1B)

8 bits

1 Kilobyte (1KB)

1024 Bytes

1 Megabyte (1MB)

1024 Kilobytes

1 Gigabyte (1GB)

1024 Megabytes (1024 × 1024 KB)

1 Terabyte (1TB)

1024 Gigabytes (1024 × 1024 × 1024 KB)

1 Petabyte (1PB)

1024 Terabytes

1 Exabyte (1EB)

1024 Petabytes

1 Zettabyte (1ZB)

1024 Exabytes

1 Yottabyte (1YB)

1024 Zettabytes

Which of the following is the fastest memory?

  1. Hard Disk
  2. DVD ROMs
  3. Static RAM
  4. Cache Memory

Answer (Detailed Solution Below)

Option 4 : Cache Memory

Memory Question 9 Detailed Solution

Download Solution PDF

The correct answer is Cache Memory.

Key Points

  • Cache memory is a special very high-speed memory.
    • It is used to speed up and synchronize with the high-speed CPU. Cache memory is more expensive than main memory or disk memory but economical as compared to CPU registers.
    • Cache memory is an extremely fast memory type that acts as a buffer between the RAM and the CPU.
    • It holds frequently requested data and instructions so that they are immediately available to the CPU when needed.
    • Cache memory is used to reduce the average time to access data from the main memory.

Additional Information

  • Secondary Memory:
    • It is non-volatile, i.e. it retains data when the power is turned off.
    • It is cheaper than primary memory.
    • Depending on whether the second memory device is part of the CPU, there are two types of secondary memory – fixed and removable.
    • Hard drives, SSD, Flash, Optical drives, USB drives are some examples of secondary memory in computers.

Which of the following is used in main memory?

  1. DDR
  2. DRAM 
  3. SRAM
  4. PRAM 

Answer (Detailed Solution Below)

Option 2 : DRAM 

Memory Question 10 Detailed Solution

Download Solution PDF

The correct answer is DRAM.

Key Points

  • DRAM:
    • It is dynamic random access memory and is widely used as a computer's main memory. Hence, Option 2 is correct.
    • Each DRAM memory cell is made up of a transistor and a capacitor within an integrated circuit, and a data bit is stored in the capacitor.
  • DDR-RAM:
    • It stands for Double Data Rate Synchronous Dynamic Random-Access Memory.
    • These are the computer memory that transfers the data twice as fast as regular chips like SDRAM chips because DDR memory can send and receive signals twice per clock cycle as a comparison.
  • SRAM:
    • It stands for Static Random Access Memory.
    • It is a form of a semiconductor.
    • It is widely used in microprocessors, general computing applications, and electronic devices.
    • The SRAM is volatile in nature which means the data stored in it gets all wiped out once the power supply is cut.
    • SRAM is comprised of flip-flops. 
  • PRAM:
    • In computer science, a parallel random-access machine is a shared-memory abstract machine.
    • As its name indicates, the PRAM is intended as the parallel-computing analogy to the random-access machine.

Which among the following memories is used in Digital camera?

  1. Virtual memory
  2. Flash memory 
  3. Main memory 
  4. Cache memory 

Answer (Detailed Solution Below)

Option 2 : Flash memory 

Memory Question 11 Detailed Solution

Download Solution PDF

The correct answer is Flash Memory.

Key Points

  • Digital Camera
    • It is a camera that captures photographs in flash memory.
    • The basis for digital camera image sensors is metal-oxide-semiconductor technology.
    • Steven Sasson invented the world's first digital camera in 1975.
  • Flash Memory
    • It is a type of nonvolatile memory that erases data in units called blocks and rewrites data at the byte level.
    • It is widely used for storage and data transfers in consumer devices, industrial applications.
    • Flash memory is a non-volatile computer storage chip,
    • It is made up of EEPROM.
    • EEPROM is the acronym of electrically erasable programmable read-only memory,
    • EEPROM is a Programmable ROM that can be erased and reprogrammed using an electrical charge.
    • It was first was developed by George Perlegos.
    • It allows the user to update the computer BIOS without having to open the computer or remove any chips.
    • It is organized as arrays of floating-gate transistors.
    • USB flash drives, Memory cards are examples of flash memory storage.
    • BIOS is stored in a Flash memory chip.

Additional Information

  • Virtual Memory
    • It is a feature of an operating system that enables a computer to be able to compensate for shortages of physical memory by transferring pages to data from random access memory to disk storage.
  • Main Memory
    • It refers to physical memory that is internal to the computer.
    • Main Memory includes RAM and primary storage.
    • The computer can manipulate only data that is in the main memory.
  • Cache Memory
    • Cache memory is an extremely fast memory type that acts as a buffer between RAM and the CPU.
    • It is used to reduce the average time to access data from the Main memory.

Which of the following is a Permanent Memory in the computer?

  1. RAM
  2. ROM
  3. CPU
  4. CD ROM

Answer (Detailed Solution Below)

Option 2 : ROM

Memory Question 12 Detailed Solution

Download Solution PDF

The correct answer isROM.

Key Points

  • ROM(Read-only Memory) is permanent memory in the computer system.
  • The computer system cannot write any data on ROM.

Important Points

  • Random-access memory is a form of computer data storage that stores data and machine code currently being used.
  • The computer CPU (short for Central Processing Unit) is a vital component that handles all the instructions and calculations that are sent to it from other computer's components and peripherals.
  • CD-ROM Stands for "Compact Disc Read-Only Memory."
  • A CD-ROM is a CD that can be read by a computer with an optical drive."

Permanent Memory of a computer is known as-

  1. RAM
  2. CD-ROM
  3. ROM
  4. CPU

Answer (Detailed Solution Below)

Option 3 : ROM

Memory Question 13 Detailed Solution

Download Solution PDF

The Correct Answer is ROM.

Key Points

  • The permanent memory of a computer is known as ROM(Read-only memory).
  • In computers and other electronic devices, read-only memory (ROM) is a form of non-volatile memory.
  • After the memory unit is manufactured, data contained in ROM cannot be electronically changed. Read-only memory, also known as firmware, is useful for storing software that is rarely updated during the life of the device.
  • Plug-in cartridges containing ROM can be used to distribute software applications (such as video games) for programmable computers.
  • Read-only memory refers to memory that is hard-wired and cannot be modified electronically after manufactures, such as a diode matrix or a mask ROM integrated circuit (IC).

Additional Information

  • The memory is permanently installed on your computer. This is a read-only memory. The working memory of a computer, also known as random-access memory. The hardware allows data to be passed through a device. 
  • Random-access memory (RAM) is a type of computer memory that allows data and machine code to be read and modified in any order. It is commonly used to store working data and machine code.
  • A CD-ROM is a data-containing optical compact disc that has been pre-pressed. CD-ROMs are a form of read-only memory that computers can read but not write to or delete.
  • The electronic circuitry that executes instructions in a computer programme is known as a central processing unit (CPU), also known as a central processor, main processor, or simply processor.

Which of the following memory devices is very much similar, mainly in terms of speed, to the cache memory?

  1. Flash memory
  2. DRAM
  3. SRAM
  4. EEPROM

Answer (Detailed Solution Below)

Option 3 : SRAM

Memory Question 14 Detailed Solution

Download Solution PDF

The correct answer is SRAM.

Key Points

  • SRAM memory devices are very much similar, mainly in terms of speed, to the cache memory.
  • SRAM stands for Static random-access memory.
  • Static random-access memory is a type of random-access memory that uses latching circuitry to store each bit.
  • SRAM is volatile memory; data is lost when power is removed.
  • The term static differentiates SRAM from DRAM which must be periodically refreshed.

Additional Information

  • Dynamic random access memory (DRAM) is a type of semiconductor memory that is typically used for the data or program code needed by a computer processor to function.
  • Flash memory, also known as flash storage, is a type of nonvolatile memory that erases data in units called blocks and rewrites data at the byte level.
  • EEPROM (electrically erasable programmable read-only memory) is user-modifiable read-only memory (ROM) that can be erased and reprogrammed (written to) repeatedly through the application of higher than normal electrical voltage.

Which of the following has the highest storage?

  1. Megabyte
  2. Gigabyte
  3. Terabyte
  4. Kilobyte

Answer (Detailed Solution Below)

Option 3 : Terabyte

Memory Question 15 Detailed Solution

Download Solution PDF

The correct answer is Terabyte.

Important Points

  • The memory unit is the amount of data that can be stored in the storage unit.
  • This storage capacity is expressed in terms of Bytes.
    • Bit (Binary Digit): A binary digit is logical 0 and 1 representing a passive or an active state of a component in an electric circuit.
    • Nibble: A group of 4 bits is called a nibble.
    • Byte: A group of 8 bits is called byte. A byte is the smallest unit, which can represent a data item or a character.
    • Word: A computer word, like a byte, is a group of a fixed number of bits processed as a unit, which varies from computer to computer but is fixed for each computer.

Additional Information

Memory units with no. of Bytes:

Memory units Bytes
Kilobyte(KB) 1024Bytes
Megabyte(MB) 1024KB
Gigabyte(GB) 1024MB
Terabyte(TB) 1024GB
Get Free Access Now
Hot Links: teen patti - 3patti cards game teen patti master apk download teen patti gold old version teen patti plus