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
Which storage device is commonly used for storing data that needs to be accessed very quickly?
-
Hard Disk Drive
-
Solid State Drive
-
RAM
-
ROM
C
Correct answer
Explanation
RAM (Random Access Memory) is used for storing data that needs to be accessed very quickly due to its extremely fast access speeds.
Which of the following is NOT a common IaaS Backup Storage Type?
-
Local Storage
-
Network Attached Storage (NAS)
-
Object Storage
-
Tape Storage
D
Correct answer
Explanation
Tape Storage is not commonly used as a backup storage type in IaaS environments due to its slow access speed and limited scalability.
Which theory of memory proposes that memories are stored in the brain as holograms?
-
The engram theory
-
The holographic memory theory
-
The distributed memory theory
-
The state-dependent memory theory
B
Correct answer
Explanation
The holographic memory theory is a theory of memory that proposes that memories are stored in the brain as holograms. This theory was first proposed by Karl Pribram in 1969.
Which of the following is NOT a type of analog recording medium?
-
Magnetic tape
-
Vinyl records
-
Compact discs
-
Cassette tapes
C
Correct answer
Explanation
Compact discs are a digital recording medium, while magnetic tape, vinyl records, and cassette tapes are all analog recording media.
What was the first commercially successful digital audio recording format?
-
Compact cassette
-
Compact disc
-
Digital audio tape
-
MiniDisc
B
Correct answer
Explanation
The compact disc was the first commercially successful digital audio recording format, introduced in 1982.
Key-Value Stores are typically implemented using:
-
In-memory storage
-
Disk-based storage
-
Hybrid storage (in-memory and disk-based)
-
All of the above
C
Correct answer
Explanation
Key-Value Stores often employ a hybrid storage approach, combining in-memory storage for fast access and disk-based storage for large data volumes.
What are some best practices for managing and preserving digital records?
-
Regularly backing up digital records
-
Storing digital records in a secure and reliable location
-
Using appropriate metadata to organize and describe digital records
-
All of the above
D
Correct answer
Explanation
Best practices for managing and preserving digital records include regularly backing up digital records, storing digital records in a secure and reliable location, and using appropriate metadata to organize and describe digital records.
Which of the following is an example of a lossy digital format?
A
Correct answer
Explanation
JPEG (Joint Photographic Experts Group) is an example of a lossy digital format. It uses a compression algorithm that discards some data to achieve a smaller file size, resulting in a slight loss of image quality.
Which of the following is an example of a common file system?
A
Correct answer
Explanation
FAT32 is an example of a common file system. It is a widely used file system for storing data on various storage devices, such as hard drives, USB flash drives, and memory cards.
What was the name of BlackBerry's cloud storage service?
-
BlackBerry Cloud
-
BlackBerry Drive
-
BlackBerry Link
-
BlackBerry Hub
A
Correct answer
Explanation
BlackBerry Cloud was the cloud storage service offered by BlackBerry, providing users with secure storage and syncing capabilities.
What was the name of Microsoft's cloud storage service for Windows Phone?
-
OneDrive
-
Google Drive
-
Dropbox
-
iCloud
A
Correct answer
Explanation
OneDrive was Microsoft's cloud storage service for Windows Phone, allowing users to store and access their files from anywhere.
What is the purpose of a GPU's memory hierarchy?
-
To store data and instructions for the GPU
-
To provide fast access to frequently used data
-
To reduce memory latency
-
All of the above
D
Correct answer
Explanation
The GPU's memory hierarchy is designed to store data and instructions for the GPU, provide fast access to frequently used data, and reduce memory latency.
Which type of memory is typically used in GPUs?
-
GDDR5
-
GDDR6
-
HBM2
-
All of the above
D
Correct answer
Explanation
GDDR5, GDDR6, and HBM2 are all types of memory commonly used in GPUs.
What is the purpose of a GPU's shared memory?
-
To store data shared by threads in a warp
-
To reduce memory latency
-
To improve communication between threads
-
All of the above
D
Correct answer
Explanation
GPU's shared memory stores data shared by threads in a warp, reduces memory latency, and improves communication between threads.
What is the role of a GPU's constant memory?
-
To store data that is read-only
-
To reduce memory bandwidth usage
-
To improve performance for frequently accessed data
-
All of the above
D
Correct answer
Explanation
GPU's constant memory stores data that is read-only, reduces memory bandwidth usage, and improves performance for frequently accessed data.