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
A
Correct answer
Explanation
A CD-R is a recordable optical disc that allows users to manually write and store files. RAM and ROM are system memory types that cannot be used for external file backups, and CD-ROMs are read-only from the factory.
-
Incremental Backup
-
3-2-1 Backup
-
Mirror Backup
-
Software Backup
A
Correct answer
Explanation
An incremental backup only copies the files that have changed since the last backup was performed, adding these changes to the existing full system backup to save time and storage.
-
Complete System Backup
-
RAID Backup
-
Online Backup
-
Software Backup
A
Correct answer
Explanation
A complete system backup (or system image) captures the entire state of the computer, including the operating system, settings, programs, and all user files, allowing for full recovery.
-
The OS
-
Personal Documents
-
Program Files
-
Utilities
B
Correct answer
Explanation
Personal documents, photos, and videos are unique and completely irreplaceable if lost. Operating systems, program files, and utilities can easily be reinstalled from original installation media or online downloads.
-
Corrupted
-
Damaged
-
Lost
-
Broken
A
Correct answer
Explanation
Data corruption occurs when files become unreadable or altered due to software bugs, hardware failures, or power outages. Regular backups ensure that clean, uncorrupted versions of files can be restored.
-
No physically moving parts
-
Low power consumption
-
Faster access speed
-
Cheaper than a traditional hard disk
D
Correct answer
Explanation
Solid state drives (SSDs) offer faster access speeds, lower power consumption, and have no moving parts compared to traditional magnetic hard disk drives (HDDs). However, SSDs are generally more expensive per gigabyte of storage than HDDs. Therefore, being cheaper is not an advantage of an SSD.
B
Correct answer
Explanation
Cache memory is built directly into or very close to the CPU chip and uses high-speed static RAM (SRAM). This allows it to be accessed much faster than main memory (RAM), which uses slower dynamic RAM (DRAM). Cache holds frequently used instructions to speed up processing.
-
Size of cache
-
Clock speed
-
Size of the secondary storage
-
Number of cores
C
Correct answer
Explanation
CPU performance is directly influenced by clock speed, the number of processor cores, and the size of the cache memory. The capacity of secondary storage (like a hard drive or SSD) determines how much data you can save, but it does not affect the processing speed of the CPU itself.
-
CD-ROM
-
DVD-ROM
-
Flash Drive
-
CD-RW
C
Correct answer
Explanation
CD-ROM, DVD-ROM, and CD-RW are all forms of optical storage media that use lasers to read or write data. A flash drive, on the other hand, uses solid-state flash memory to store data, making it the odd one out.
-
Quickly accessed by the CPU?
-
Not directly accessed by the CPU
-
External to the computer
-
None of the above
B
Correct answer
Explanation
Secondary storage devices, such as hard drives and solid-state drives, are non-volatile storage media that are not directly accessed by the CPU. Instead, data must first be copied from secondary storage into primary storage (RAM) before the CPU can read or execute it.
A
Correct answer
Explanation
RAM (Random Access Memory) is volatile memory, which means it requires electrical power to maintain its data. When the computer is powered off, everything stored in RAM is lost. Non-volatile memory, such as ROM or a hard drive, retains its data even without power.
B
Correct answer
Explanation
Lossless compression retains all of the original data, allowing the file to be reconstructed perfectly with no loss in quality. Lossy compression permanently discards some data to achieve smaller file sizes, which can degrade the quality of the file.
-
Resources of memory
-
Ruins of Memory
-
Rest on Mondays
-
Read Only Memory
D
Correct answer
Explanation
ROM stands for Read-Only Memory, which is a type of non-volatile storage used in computers and other electronic devices. Data stored in ROM cannot be easily modified or written to, hence the term read-only.
-
Storing calculations
-
Keeping addresses
-
Recording stuff
-
Error checking
A
Correct answer
Explanation
CPU registers are small, high-speed storage locations within the CPU itself that are used to temporarily hold data, instructions, and the immediate results of calculations during processing.
-
degaussing
-
drilling through the hard drive
-
formatting
-
defragging
A
Correct answer
Explanation
Degaussing uses a powerful magnetic field to disrupt the magnetic domains on a hard drive, completely destroying the data and making the drive unusable. While physical destruction like drilling is also used, formatting and defragging do not securely erase confidential data.