This section contains carefully selected MCQs and Previous Year Questions with explanations to help students understand concepts and prepare effectively for examinations, interviews, and competitive tests.
Q: 1I am a memory device. I am composed of transistors and capacitors. I am able to access the data fast. Who am I?
Option B
Q: 2What is the full form of SDRAM?
Option A
The full form of SDRAM is Synchronous Dynamic Random Access Memory. SDRAM is a type of dynamic RAM that is synchronized with the system clock, meaning it waits for the clock signal to perform read or write operations. This synchronization improves speed and efficiency compared to conventional DRAM.
Additionally, SDRAM can pipeline commands, allowing multiple instructions to be processed simultaneously.
Q: 3Which of the following is not a secondary memory device?
Option A
| MEMORY TYPE | PURPOSE | EXAMPLES |
|---|---|---|
| Primary Memory | Temporary storage for CPU to store active data and instructions. Nature is Volatile. | RAM (Random Access Memory), Cache Memory. |
| Secondary Memory | Long-term storage of data and programs. Nature is Non-Volatile. | Hard Disk Drive (HDD), Solid State Drive (SSD), CD/DVD, Memory Card, USB Flash Drive. |
| Tertiary Memory | Backup or archival storage, usually slower and used for large amounts of data. Nature is Non-Volatile. | Magnetic Tape, Optical Disks for backups, Cloud Storage. |
Q: 4Primary storage is __________ as compared to secondary memory.
Option C
Primary storage or main memory, such as RAM and ROM is directly accessed by the CPU, so it operates at a very high speed. Because it is built using faster and more costly hardware technology, it is also more expensive per unit of storage.
Secondary memory like hard disk, SSD, pen drive is slower because data must be transferred to primary memory before processing, but it is cheaper and used for long-term storage.
Q: 5What is the full form of “EEPROM”?
Option B
EEPROM stands for Electrically Erasable Programmable Read-Only Memory. It is a special type of memory used in computers and electronics to store data that remains even when the power is turned off. What makes EEPROM useful is that it can be erased and rewritten using electrical signals without needing to remove the chip from the device.
This is faster and easier than older memory types that needed to be erased with ultraviolet (UV) light. EEPROM is commonly used to save important settings and small amounts of data that need to be updated regularly.
| MEMORY TYPE | FULL FORM | DESCRIPTION |
|---|---|---|
| ROM | Read-Only Memory | Permanent memory, cannot be modified, stores essential instructions. |
| PROM | Programmable ROM | Can be programmed once after manufacturing, permanent afterward. |
| EPROM | Erasable Programmable ROM | Can be erased with UV light and reprogrammed multiple times. |
| EEPROM | Electrically Erasable Programmable ROM | Can be erased and reprogrammed electrically without removing the chip. |
| Flash Memory | — | Modern non-volatile memory, used in USB drives, SSDs, and memory cards. Its fast and durable. |
Q: 6Which of the following devices will take highest time in taking the backup of the data from a computer?
Option D
Backup time depends mainly on the data access method and data transfer speed of the storage device. Devices like magnetic disks, pen drives, and CDs allow direct or random access, so data can be read or written faster.
A Magnetic Tape uses sequential access, which means the tape has to move step by step to reach the required data. So, locating and writing data takes more time, making magnetic tape the slowest device for taking data backups.
Q: 7Acronym of EEPROM is?
Option C
EEPROM stands for Electrically Erasable Programmable Read Only Memory. It is a type of non-volatile memory. The contents of EEPROM can be erased and reprogrammed using electrical signals, without removing the chip from the computer system.
Q: 8Which of the following memory is used to minimize memory-processor speed mismatch?
Option D
Cache memory is a small, high-speed storage area located between the CPU and the main memory (RAM). Its primary function is to store copies of frequently accessed data and instructions, enabling the CPU to retrieve them more quickly than if it had to access the slower main memory every time.
1. L1 Cache (Level 1)
2. L2 Cache (Level 2)
3. L3 Cache (Level 3)
UVEPROM (Erasable Programmable Read-Only Memory), used for storing firmware. It can be erased with UV light and reprogrammed multiple times.
Flash Memory, it is non-volatile storage used in USB drives, SSDs, and memory cards. It retains data without power and allows fast read and write operations.
DVD (Digital Versatile Disc), optical storage media for large data, very slow compared to CPU. It is commonly used for movies, software distribution, and backup purposes.
Q: 9A tiny bootstrap loader program is situated in —
Option B
A bootstrap loader is a small program that starts the process of loading the operating system (OS) when a computer is powered on. It is stored in ROM (Read-Only Memory) because ROM is non-volatile, meaning its contents are retained even when the computer is turned off.
Q: 10Virtual memory is a memory management technique where –
Option C
Virtual Memory is a technique where part of secondary storage (HDD/SSD) is used by the computer as if it were an extension of the main memory (RAM).
The Operating System (OS) manages this process using paging or segmentation, ensuring smooth performance even when physical memory is limited.
Q: 11What is the “RAM” stands for :
Option D
RAM stands for Random Access Memory, which is a type of primary memory in a computer.
Q: 12Which one of the following is not an optical – disk storage device?
Option B
In this section, you will find detailed explanations for similar types of questions. Thank you.
Q: 13Out of the following types of memory, which one retains the data even after the power is turned off?
Option D
Computer memory is broadly classified into volatile (loses data when power is turned off) and non-volatile (retains data even after power is turned off) memory. ROM is a type of non-volatile memory, while Static RAM, Dynamic RAM, and Cache Memory are all volatile.
| MEMORY TYPE | NATURE | DESCRIPTION |
|---|---|---|
| Static RAM (SRAM) | Volatile | Used in Cache Memory and CPU registers. Expensive, no refreshing needed. |
| Dynamic RAM (DRAM) | Volatile | Used as Main Memory (RAM) in computers. Needs constant refreshing. |
| Cache Memory | Volatile | High-speed memory between CPU and RAM for storing frequently used instructions. |
| ROM (Read Only Memory) | Non-Volatile | Stores Firmware / BIOS permanently. Data is not lost after power off. |
| PROM (Programmable ROM) | Non-Volatile | Can be programmed once by the user. |
| EPROM (Erasable PROM) | Non-Volatile | Can be erased with UV light and reprogrammed. |
| EEPROM (Electrically Erasable PROM) | Non-Volatile | Can be erased and rewritten electrically. Used in embedded systems. |
| Flash Memory | Non-Volatile | Used in USB drives, SSDs, memory cards. Rewritable and portable. |
| Hard Disk (HDD) | Non-Volatile | Magnetic storage for OS, applications, and user data. |
| Optical Discs (CD/DVD/Blu-Ray) | Non-Volatile | Used for media, backups, and software distribution. |
Q: 14Which of the following is an optical storage device?
Option B
Storage devices are used to store data and information in a computer. An optical storage device is a storage medium from which data is read and to which it is written by using a laser.
| STORAGE TYPE | EXAMPLE |
|---|---|
| Magnetic Storage | Hard Disk, Magnetic Tape. |
| Optical Storage | CD, DVD, Blu-Ray. |
| Solid-State Storage | SSD, USB Flash Drive. |
| Mechanical | Punch Card, Floppy Disk. |
Q: 15Solid State Memory Sticks are commonly used in our day to day life. They are available in various storage sizes. Identify the device.
Option C
A Pen Drive (USB Flash Drive) is a Solid-State storage device that uses flash memory to store data. It connects to a computer via a USB Port and is commonly used for data transfer, storage, and backup.
Thank you so much for taking the time to read my Computer Science MCQs section carefully. Your support and interest mean a lot, and I truly appreciate you being part of this journey. Stay connected for more insights and updates! If you'd like to explore more tutorials and insights, check out my YouTube channel.
Don’t forget to subscribe and stay connected for future updates.