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
-
Measure of Computer's speed.
-
Measure of Hard disk capacity
-
Measure of data stream that passed over the network
-
Measure of Hard Disk access speed
A
Correct answer
Explanation
MIPS (Million Instructions Per Second) is a measure of computer processor speed, indicating how many instructions a CPU can execute per second. It's not related to hard disk capacity, network traffic, or disk access speed - those use different metrics.
C
Correct answer
Explanation
RAM (Random Access Memory) is volatile memory - it requires continuous power to maintain data and loses all stored information when power is turned off. Cache is volatile too but is a type of RAM, hard drives and ROM are non-volatile storage that retain data without power.
-
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 stored on a flash memory chip on the computer's motherboard. This allows it to be non-volatile (retained when power is off) while also being updateable through 'flashing.' The BIOS is NOT stored on removable media like hard drives, diskettes, or USB drives - it must be permanently accessible during boot.
-
Blu-ray
-
CD
-
DVD
-
Floppy diskette
A
Correct answer
Explanation
Blu-ray discs have the highest storage capacity among the options listed. A standard Blu-ray disc holds 25 GB (single-layer) or 50 GB (dual-layer). By comparison, DVDs hold 4.7 GB (single-layer) or 8.5 GB (dual-layer), CDs hold 700 MB, and floppy diskettes hold only 1.44 MB. Blu-ray uses blue-violet laser technology with a shorter wavelength (405 nm) than DVDs' red laser (650 nm), allowing for more data storage on the same disc size.
-
Chkdsk
-
Disk Management
-
Device Manager
-
Scandisk
B
Correct answer
Explanation
Disk Management is the Windows utility that allows you to view and modify drive partition information. You can access it by right-clicking 'This PC' and selecting 'Manage,' then choosing 'Disk Management,' or by typing 'diskmgmt.msc' in the Run dialog. Chkdsk checks for file system errors, Scandisk is an older version of Chkdsk, and Device Manager shows hardware devices but not detailed partition layouts.
B
Correct answer
Explanation
The correct answer is B (64MB) because Microsoft officially specified 64MB RAM as the minimum requirement for Windows XP, though 128MB or more was recommended for acceptable performance. Windows XP was more resource-intensive than earlier Windows versions like Windows 98 (which could run on 32MB).
-
Mother Board
-
Platter
-
Laser
-
Riser Board
B
Correct answer
Explanation
A hard disk drive contains platters, which are circular disks coated with magnetic material that store data. The motherboard is a separate main circuit board, while lasers are used in optical drives like CD/DVD drives, not magnetic storage devices.
-
Dell
-
Microsoft
-
Conner
-
Seagate
D
Correct answer
Explanation
The question asks which company IS currently a hard disk drive manufacturer. Seagate is one of the major HDD manufacturers still in operation. Dell is a computer assembler (not a component manufacturer), Microsoft is a software company, and Conner Peripherals was acquired by Seagate in 1996 and no longer exists as an independent company.
-
Maxtor
-
Seagate
-
Samsung
-
NOne
B
Correct answer
Explanation
Seagate's tagline 'We turn on ideas' was used in their storage and hard drive marketing campaigns. The slogan emphasizes innovation and enabling technology. This tests brand slogan recognition.
A
Correct answer
Explanation
During the boot process, the bootstrap loader loads the kernel into main memory so it can take control of the system. The kernel remains resident in memory as long as the system runs, managing all system resources and operations. This is a fundamental step in initializing any Unix-like operating system.
A
Correct answer
Explanation
DRAM (Dynamic Random Access Memory) requires periodic refreshing because it uses capacitors that leak charge over time. SRAM uses flip-flops and doesn't need refreshing. PROM and EPROM are types of ROM that don't require refreshing.
-
7200
-
8700
-
5400
-
10000
-
15000
B
Correct answer
Explanation
Standard HDD RPM speeds are 5400, 7200, 10000, and 15000 RPM. 8700 RPM is not a standard commercial hard drive speed and would be an unusual or non-existent specification in the market.
-
Channel
-
Buffer
-
Register
-
Core
B
Correct answer
Explanation
A buffer is a temporary storage area used to hold data during I/O operations. When data is transferred between the CPU and slower I/O devices, the buffer smooths out timing differences and allows the CPU to continue working without waiting for each I/O operation to complete.