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
Standard CD-ROMs typically hold 650-700 MB of data, not 1000 MB. The 1000 MB figure would be closer to a DVD's capacity. This question tests knowledge of optical storage media specifications.
-
IDE
-
EIDE
-
SCSI
-
Optical Drives
C
Correct answer
Explanation
SCSI provides the fastest access to large files like video because it offers higher sustained data transfer rates and better performance with concurrent operations compared to IDE/EIDE. Optical drives have much slower read speeds than magnetic storage technologies. SCSI's architecture is optimized for high-throughput applications.
-
Everything is just fine and dandy; have some coffee and relax.
-
You need more RAM.
-
Compare the number to the network card bandwidth to locate possible bottlenecks.
-
Increase the cache allotment.
A
Correct answer
Explanation
The Memory:Pages/sec counter measures hard page faults - when Windows must read from the disk rather than RAM. A value under 20 (roughly) is considered acceptable and indicates sufficient RAM. Values consistently above 20 suggest memory pressure. The option about 'coffee and relax' is the intended answer despite its informal tone, as it correctly indicates the system is healthy.
-
Application
-
Physical
-
Network
-
Transfer
-
Session
-
CD-ROM
-
Optical Drives
-
Server Hard Drives
-
Tape
D
Correct answer
Explanation
Tape backup has historically been the most common form of backup due to its low cost per gigabyte, portability, and reliability for long-term archival storage. Tape allows for high-capacity, sequential access storage ideal for backup operations. While disk and optical backups are used, tape dominated enterprise backup for decades.
-
Create a striped volume
-
Create a single volume on disk one and extend the volume to create a spanned volume
-
Create a RAID 5 volume
-
Mount the roots of Disk 2 and 3 in the root folder of Disk 1
A
Correct answer
Explanation
A striped volume (RAID 0) spreads data across multiple disks in parallel, significantly improving read/write performance for applications that handle many small files. This is ideal for the described scenario where a custom application writes numerous temporary files. Spanned volumes (Option B) provide no performance benefit as they simply concatenate disk space. RAID 5 (Option C) offers redundancy but slower write performance due to parity calculations. Mount points (Option D) are for organization, not performance improvement.
-
Disable disk quotas
-
Enable disk quotas
-
Enable disk quotas and set the disk quota warning level.
-
Enable the disk quota warning level only
B
Correct answer
Explanation
Enabling disk quotas allows an administrator to monitor and limit disk space usage. To track usage without denying access, you enable the quotas but do not check the 'Deny disk space to users exceeding quota limit' option. Setting a warning level helps in tracking and notification.
-
Network backup can be used to backup the Registry on remote computers.
-
Network backup decreases network traffic.
-
Network backup can be used to backup the entire network and requires fewer tape drives, or disks.
-
All of the above
-
Allows you to configure unlimited number of volumes per disk.
-
Enables you to set aside space to arrange data.
-
Enables you to combine noncontiguous unallocated space into one partition.
-
Enables you to create fault-tolerant disks.
B
Correct answer
Explanation
Basic disks allow you to set aside space (partition space) to arrange data by creating primary and extended partitions. Option A is false because basic disks support limited volumes (4 primary partitions or 3 primary + 1 extended). Options C and D describe dynamic disk features (spanned volumes and fault-tolerant RAID).
-
Move all the dynamic disks containing parts of the volume to another Windows Server 2003 computer and import the disks in the disk group on the target computer.
-
Use the Disk Management utility to recover the volume on Server1.
-
Import some of the dynamic disks of the volume into another disk group on Server1.
-
Move some of the disks containing parts of the volume to another computer and delete the volume on Server1.
A
Correct answer
Explanation
When a volume spans multiple dynamic disks and the host server fails, you must move ALL disks containing parts of the volume to another Windows Server 2003 computer, then import the foreign disks. The Disk Management utility on the target computer will recognize the volume structure. Moving only some disks (D) or using disk recovery on the failed server (B) will not work.
-
create a copy of the System State data.
-
create two sets of backups.
-
install the Recovery Console as a startup option.
-
keep the installation CD at an easily accessible location.
B
Correct answer
Explanation
Creating two sets of backups provides redundancy - if one backup set is damaged, corrupted, or lost, you have another set available for recovery. System State data alone (A) is insufficient for full disaster recovery. Recovery Console (C) helps repair systems but doesn't protect against data loss. Installation media (D) is needed but doesn't constitute a backup strategy.
-
Response Time
-
Access Time
-
Quick Time
-
None of the Above
B
Correct answer
Explanation
Access time refers to the time delay between a request for data and the moment the data begins to be delivered. It specifically measures how long the storage device takes to locate and begin retrieving the requested file. Response time is broader (system reaction), Quick Time is a media format, not a storage metric.
A
Correct answer
Explanation
DDR (Double Data Rate) is a memory technology that transfers data on both the rising and falling edges of the clock signal, effectively doubling the data transfer rate compared to older Single Data Rate (SDR) memory. This synchronous timing mechanism is why it's called Double Data Rate, and it became the standard for computer RAM in the early 2000s.
A
Correct answer
Explanation
RAID stands for Redundant Array of Independent Disks (originally Inexpensive Disks). It combines multiple disk drives for data redundancy, performance improvement, or both, protecting against drive failure.
B
Correct answer
Explanation
SATA stands for Serial ATA (Advanced Technology Attachment), not Tape Attachment. It's a computer bus interface for connecting storage devices like hard drives and SSDs to motherboards, replacing the older parallel ATA standard.