Computer Knowledge
Computer Memory and Storage
2,121 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
-
Copy Disc Read-Only Memory
-
Carbon Disc Read-Only Memory
-
Compact Disc Read-Only Memory
-
Com Disc Read-Only Memory
C
Correct answer
Explanation
CD-ROM stands for Compact Disc Read-Only Memory. It's a type of optical disc that contains data that can be read but not written to. 'Compact' refers to the physical format, 'Disc' is the medium, and 'Read-Only Memory' describes its data access characteristics.
B
Correct answer
Explanation
Molex connectors are the standard 4-pin power connectors used to supply power to CD-ROM drives, DVD drives, and other internal drives in computers. DB-15 is for video/game ports, PS/2 is for keyboard/mouse, and RJ-11 is for telephone connections. Molex connectors provide the 12V and 5V power rails that optical drives require.
-
BIOS
-
CMOS
-
EEPROM
-
Registry
D
Correct answer
Explanation
Windows stores device driver settings and most system configuration in the Registry, a hierarchical database. BIOS contains firmware settings, CMOS stores BIOS/UEFI configuration data, and EEPROM is a type of memory chip. The Registry holds hardware profiles, driver parameters, and system settings that Windows uses to load and configure drivers at boot.
-
Hardware
-
Floppy Drives
-
CD
-
Software
D
Correct answer
Explanation
The French word 'logiciel' translates to 'software' in English. This is a basic French-English technology vocabulary term. Hardware refers to physical components, floppy drives and CD are storage media, not the word for software itself.
-
Nero
-
Deep Burner
-
Ashampoo
-
none
B
Correct answer
Explanation
Deep Burner Free is a legitimate free CD/DVD burning software. Nero is primarily a commercial paid product. Ashampoo Burning Studio is also mainly a commercial product. Deep Burner stands out as one of the genuinely free options among these choices.
-
versatileCompact Disc
-
Video Compact Disc
-
Videographic Compact Disc
-
Video Compressed Disc
B
Correct answer
Explanation
VCD stands for Video Compact Disc, a standard digital format for storing video on compact discs. The key words are "Video" and "Compact Disc" - it's not "versatile" or "videographic" or "compressed". VCDs were popular in the 1990s and early 2000s before DVDs became widespread.
-
Digital Versatile Compressed Disc
-
Digitalvideo Versatile Disc
-
Data Versatile Disc
-
Digital Versatile Disc
D
Correct answer
Explanation
DVD stands for Digital Versatile Disc. It's a digital optical disc storage format developed to replace CDs, capable of storing video, audio, and computer data. The 'Versatile' reflects its multiple applications beyond just digital video.
-
Hard Disk
-
Motherboard
-
RAM
-
Fan Speed
B
Correct answer
Explanation
FSB (Front Side Bus) is the communication pathway between the CPU and RAM, and its speed is determined by the motherboard's chipset and design. The FSB speed is a key motherboard specification.
B
Correct answer
Explanation
Hard drive capacity is measured in gigabytes (GB), which represents storage space. GHz measures processor speed, watts measure power consumption, and Newtons measure force - these are unrelated to storage.
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.