Computer Knowledge
Computer Memory and Storage
2,477 Questions
Computer memory and storage questions test foundational knowledge of hardware, cache mapping, and data transfer mechanisms. Key areas include Direct Memory Access, analog recording, and RAID levels. This section is essential for candidates preparing for banking and government computer proficiency tests.
Cache memory mappingDirect memory accessRAID storage levelsHard disk technologyOptical media storageMemory addresses
Computer Memory and Storage Questions
B
Correct answer
Explanation
Internal memory (RAM, ROM, cache) is physically located within and directly connected to the CPU (Central Processing Unit). The CPU contains the control unit, arithmetic logic unit, and registers. VDU (Visual Display Unit) and CRT (Cathode Ray Tube) are display technologies, while Keyboard is an input device - none of these contain the computer's internal memory.
-
virtual disk
-
floppy disk
-
control disk
-
compact disk
A
Correct answer
Explanation
A RAM disk is a virtual disk drive that uses a portion of your computer's RAM (Random Access Memory) as if it were a physical disk drive. It provides much faster data access than traditional storage but is volatile, meaning all data is lost when power is removed.
-
RAM
-
ROM
-
Both (1) and (2)
-
None of the above
A
Correct answer
Explanation
RAM (Random Access Memory) is volatile memory that requires continuous power to maintain stored data. When power is removed, all data in RAM is lost. In contrast, ROM (Read-Only Memory) is non-volatile and retains data even without power, which is why it's used for storing firmware and boot instructions.
B
Correct answer
Explanation
Stack memory temporarily holds function data, local variables, and return addresses during program execution. It's a dynamic memory structure organized in Last-In-First-Out (LIFO) order. A sysop (system operator) refers to a person who manages systems, not memory. Sharp and shell are unrelated to memory storage.
-
retained
-
lost
-
decreased
-
memorized
B
Correct answer
Explanation
Primary memory (RAM) is volatile, meaning it requires continuous power to maintain stored data. When power is turned off, all contents are lost. This is why saving work to secondary storage (like hard drives) is essential. Option A describes non-volatile storage characteristics. Options C and D are nonsensical in this context.
B
Correct answer
Explanation
Writing is the standard computing term for recording data to a storage medium. The inverse operation is reading, which retrieves data. Option A is not technical terminology used in computing. Option C describes what storage devices do generally, not the specific action. Option D is the object being written, not the action itself.
-
non volatile
-
permanent
-
both (1) and (2)
-
none of the above
C
Correct answer
Explanation
ROM (Read-Only Memory) is non-volatile memory that retains data even when power is turned off. It is also permanent because, unlike RAM, it cannot be modified under normal operation - the data is written during manufacture and remains fixed throughout the memory's life.
-
lower
-
higher
-
smaller
-
little
B
Correct answer
Explanation
Transfer rate measures how quickly data can be moved from one place to another. A higher transfer rate means more data moves in less time, which directly translates to faster disk drive performance and quicker file access.
-
enough
-
not enough
-
more
-
rich in
B
Correct answer
Explanation
RAM cram occurs when a microcomputer lacks sufficient random access memory to run application programs properly. When RAM is insufficient, the system may slow down, crash, or be unable to load programs, as there's not enough working memory for active applications.
-
control disc
-
compact disc
-
computer disc
-
all the above
B
Correct answer
Explanation
CD stands for Compact Disc, an optical storage medium that uses laser technology to read and write data. It revolutionized data storage and distribution in the digital age, providing a standardized format for music, software, and data files.
-
write once read many
-
write once read memory
-
write one and read many
-
none of the above
A
Correct answer
Explanation
WORM stands for Write Once, Read Many, a type of optical storage technology where data can be written to the disc only once but can be read multiple times. This makes WORM discs ideal for permanent archiving and record-keeping where data must not be altered.
-
permanent
-
temporary
-
short
-
long
B
Correct answer
Explanation
A buffer is temporary storage area in memory that holds data while it's being moved from one place to another. It helps manage differences in speed between input/output devices and the processor.
-
RAM
-
ROM
-
Both (1) and (2)
-
None of the above
A
Correct answer
Explanation
RAM (Random Access Memory) is volatile memory that requires constant power to maintain data. When you perform a cold boot (completely shutting down and restarting), power is cut and all data in RAM is lost. ROM (Read-Only Memory) is non-volatile and retains its contents.
-
current drive
-
old drive
-
new drive
-
none of the above
A
Correct answer
Explanation
The default drive is the drive you're currently working on in your command prompt or file operations. It's called the 'current drive' because it's the active drive for your current session. Changing to a different drive makes that the new default/current drive. Option A is correct.
-
Flash memory
-
Hard disk drive
-
PROM
-
SRAM
-
EEPROM
B
Correct answer
Explanation
A hard disk drive (HDD) is a data storage device used for storing and retrieving digital information using rapidly rotating disks (platters) coated with magnetic material.