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
Optical storage uses lasers to read and write data. CDs, DVDs, and Blu-ray discs are optical storage media. Floppy disks use magnetic storage, ROM is typically semiconductor-based memory chips, and RAM is volatile electronic memory. Among the options, only CD is an optical storage format.
-
Random Only Memory
-
Readable Only Memory
-
Read Only Memory
-
Random Other Memory
C
Correct answer
Explanation
ROM stands for Read Only Memory, a type of computer memory that stores permanent or semi-permanent data that cannot be modified after manufacture. It's used to store firmware and critical startup instructions. The 'Read Only' designation means data can be read from but not written to during normal operation.
-
Memory-only
-
Write-only
-
Read-only
-
Run-only
C
Correct answer
Explanation
Read-only (ROM) refers to memory whose contents are set during manufacturing and cannot be modified by users. Examples include BIOS chips, pre-recorded CDs/DVDs, and firmware. Memory-only, Write-only, and Run-only are not standard computing terms for this concept.
-
Multimedia CD
-
Personal computer
-
Multi-user computer
-
Integretad Data management policy List
C
Correct answer
Explanation
A server is a multi-user computer that provides services or resources to client computers over a network. It is not a multimedia CD, a single personal computer, or a data management policy.
-
Revolutionary Access Memory
-
Relational Access Memory
-
Rotational Access Memory
-
Random Access Memory
D
Correct answer
Explanation
RAM stands for Random Access Memory, which is the computer's short-term memory. It allows data to be read and written in any order, hence 'random access.' The other options - Revolutionary, Relational, and Rotational - are not valid expansions of the RAM acronym.
-
number of tracks * number of sectors * bytes per sector * number of read/write heads
-
number of tracks * number of sectors * bytes per sector
-
number of tracks * number of sectors 2 bits per sector * number of read/write heads
-
number of tracks * number of sectors
A
Correct answer
Explanation
Hard disk storage capacity equals the product of tracks, sectors, bytes per sector, and read/write heads. Each head accesses one surface (platter side), so the total capacity must account for all surfaces. Option B misses the heads multiplier entirely, while D misses both heads and bytes per sector.
-
1.44 GB
-
1.44 MB
-
1.44 KB
-
1.44 B
B
Correct answer
Explanation
The standard 3.5" floppy disk had a formatted capacity of 1.44 MB. This was the dominant storage medium in the 1990s before CD-RWs and USB drives. The other options are wrong by orders of magnitude - GB would be too large, KB/B too small for a floppy.
-
On the hard drive
-
On a diskette
-
On a USB drive
-
On a flash memory chip
D
Correct answer
Explanation
BIOS (Basic Input/Output System) is firmware stored on a non-volatile memory chip on the motherboard. Flash memory chips are used because they can be rewritten while retaining data without power. Hard drives, diskettes, and USB drives are storage media, not where the BIOS itself resides.
-
Digital Versatile Disc
-
Digital Video Disc
-
Digital Virtual Disc
-
None of these
A
Correct answer
Explanation
DVD officially stands for Digital Versatile Disc. While it was originally marketed as Digital Video Disc, the official name changed to reflect its versatility in storing various types of data beyond just video.
-
Region ALL
-
Region 0
-
Region 9
-
Region ALL Countries
B
Correct answer
Explanation
Region 0 means a DVD has no region coding and can be played on any DVD player worldwide. Region-free discs are often called Region 0 or Region ALL. Regions 1-8 are specific geographic areas.
B
Correct answer
Explanation
Windows 7 Starter Edition had a maximum RAM limit of 2GB. This was one of several artificial limitations of the Starter edition, which was designed for low-cost netbooks and emerging markets. Higher-tier editions supported much more RAM.
-
Cache
-
RAM
-
HardDisk
-
Register
D
Correct answer
Explanation
Registers are the fastest computer components because they are built directly into the CPU and operate at the processor's clock speed. They are used for immediate data storage and manipulation during instruction execution. Cache memory (L1/L2/L3) is faster than RAM but slower than registers. RAM is volatile storage slower than cache. Hard disks are the slowest as they involve mechanical movement. The speed hierarchy is: Registers > Cache > RAM > Hard Disk.
-
Digitally Volatile Disc
-
Demand Video Disc
-
Digitally Viable Disc
-
Digital Versatile Disc
D
Correct answer
Explanation
DVD stands for Digital Versatile Disc. The name reflects its multiple uses beyond just video - it can store data, audio, and video content. The other options use incorrect words like Volatile or Viable that don't match the actual expansion.
-
Read Access Memory
-
Random Access Memory
-
Read Avaliable Memory
-
Read Allocated Memory
B
Correct answer
Explanation
RAM stands for Random Access Memory. It allows data to be accessed in any order (randomly) rather than sequentially, and each memory location can be accessed directly in roughly the same time regardless of physical location. 'Read Access', 'Read Available', and 'Read Allocated' are incorrect expansions of the acronym.
-
Read Only Memory
-
Read Other Memory
-
Read Over Memory
-
Read Output Memory
A
Correct answer
Explanation
ROM stands for Read Only Memory, which is a type of non-volatile memory that retains its data even when the power is turned off. As the name suggests, data can only be read from it and not written to (in standard ROM). 'Other', 'Over', and 'Output' are not part of the standard terminology.