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
-
Standard formatting
-
HD drilling
-
Low-level formatting
-
High-level formatting
C
Correct answer
Explanation
When recycling PCs for reuse, low-level formatting is the most appropriate method to ensure data is gone. Low-level formatting overwrites the entire disk surface, making data unrecoverable. Standard formatting only clears the file system table, and high-level formatting is not a standard term. HD drilling destroys the disk, preventing reuse.
-
SIM card
-
microSD card
-
special memory unit(SMU)
-
miniSD card
B
Correct answer
Explanation
microSD cards add storage to mobile phones and are not supported on Apple devices. SIM cards are for carrier identification, not storage. miniSD is an older, larger format that's not compatible with most modern phones.
-
corrupted music file
-
virus on USB drive
-
incorrect boot sequence
-
bad juju
C
Correct answer
Explanation
The OS not found error occurs because the computer tried to boot from the USB drive instead of the hard drive. This happens when the boot sequence has USB before the hard drive. A corrupted file or virus wouldn't cause this specific boot error.
-
SATA 2.5
-
M.2
-
NVMe M.2
-
Hybrid SSD
C
Correct answer
Explanation
An NVMe M.2 SSD uses the Non-Volatile Memory Express protocol over a PCIe interface, offering extremely fast read and write speeds. While standard M.2 drives can also run on the slower SATA interface, NVMe specifically indicates the high-performance controller.
-
10,000 rpm
-
15,000 rpm
-
25,000 rpm
-
40,000 rpm
B
Correct answer
Explanation
The highest standard rotational speed for high-performance enterprise magnetic hard drives is 15,000 rpm. Higher speeds like 25,000 or 40,000 rpm are not commercially available or practical due to physical limitations and heat generation.
-
Reinstall the drive
-
Patch the OS
-
Upgrade the driver
-
Flash the BIOS
D
Correct answer
Explanation
When a system fails to recognize the full capacity of a newly installed large hard drive, it is often due to outdated motherboard firmware. Flashing the BIOS updates the system's low-level hardware support, allowing it to correctly address and recognize larger storage capacities.
-
Non-Parity
-
Dual Channel
-
Buffered
-
ECC
D
Correct answer
Explanation
Error-Correcting Code (ECC) memory can detect and correct single-bit errors in data, preventing system crashes and data corruption. Non-parity and standard dual-channel RAM do not have this built-in capability to correct errors on the fly.
-
eSATA
-
IEEE 1394
-
SATA
-
EIDE
A
Correct answer
Explanation
The eSATA (external Serial ATA) interface is specifically designed to connect external storage drives at speeds comparable to internal SATA drives. Standard SATA and EIDE are internal interfaces, making them unsuitable for external connections without an enclosure.
-
Two 500 GB SATAZ hard drives used in a JBOD array
-
Two 500 GB SATAZ hard drives in a hardware RAID 0
-
Two 500 GB SATAZ hard drives in a hardware RAID 1
-
Two 500 GB SATAZ hard drives in a software RAID 0
B
Correct answer
Explanation
RAID 0 stripes data across multiple drives, providing the fastest read and write speeds, which is ideal for demanding tasks like video editing. Hardware-based RAID is superior to software-based RAID because it offloads the processing overhead from the CPU to a dedicated RAID controller.
-
RAID 0
-
RAID 1
-
RAID 5
-
RAID 10
A
Correct answer
Explanation
RAID 0 stripes data across two or more drives, allowing simultaneous read and write operations to maximize performance. However, it offers no fault tolerance, meaning the failure of a single drive results in complete data loss.
-
The RAM
-
The ROM
-
All information
A
Correct answer
Explanation
RAM is volatile memory, meaning it requires electrical power to maintain its data. When you turn a computer off, everything stored in the RAM is lost, while data in non-volatile memory like ROM remains intact.
-
Read only memory
-
reminder over memory
-
Resting on memes
A
Correct answer
Explanation
ROM stands for Read-Only Memory, which is non-volatile storage used to store the computer's startup instructions (BIOS). Unlike RAM, the data stored in ROM cannot be easily modified or written to. The other options are simply made-up phrases.
-
Random access memory
-
reality access memory
-
The same as whatever ROM is
A
Correct answer
Explanation
RAM stands for Random Access Memory, which serves as the computer's primary volatile workspace. It temporarily holds data and programs currently in use by the CPU so they can be accessed quickly. Unlike ROM, RAM is volatile and loses its contents when the computer is powered off.
-
Kernel space and Hyperspace
-
User space
-
User space and Kernel space
-
Kernel space and cyberspace
C
Correct answer
Explanation
Operating systems manage resources and enforce security by separating memory into User space (for applications) and Kernel space (for core OS functions).
-
Non-volatile memory that retains data without power
-
Volatile memory that loses information without power
-
Temporary memory used to store things for quick access
-
Long Term Memory to store permanent data and can't be edited
A
Correct answer
Explanation
Flash memory is a type of non-volatile storage that can be electrically erased and reprogrammed, meaning it retains data even when the power is turned off.