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 type of memory is typically preferred for GPUs used in cryptocurrency mining?
D
Correct answer
Explanation
GDDR6 memory is the latest generation of graphics memory, offering higher bandwidth and lower power consumption compared to previous generations, making it the preferred choice for GPUs used in cryptocurrency mining.
Which of the following is a common data deduplication technique?
-
Hashing
-
Encryption
-
Compression
-
Replication
A
Correct answer
Explanation
Hashing is a widely used data deduplication technique that involves creating a unique fingerprint for each data block. Duplicate blocks can be identified by comparing their hashes.
Which of the following is NOT a type of cloud storage?
-
Object Storage
-
Block Storage
-
File Storage
-
Relational Database Storage
D
Correct answer
Explanation
Relational Database Storage is not a type of cloud storage. It is a type of database storage that is used to store data in a structured format.
Which of the following is NOT a trend in cloud storage?
-
The rise of object storage
-
The decline of block storage
-
The increasing use of cloud storage for backup and recovery
-
The decreasing use of cloud storage for primary storage
D
Correct answer
Explanation
Cloud storage is increasingly being used for primary storage, not decreasing.
Which of the following is NOT a common type of data backup?
-
Full backup
-
Incremental backup
-
Differential backup
-
Log backup
D
Correct answer
Explanation
Log backup is a type of data backup that is specific to databases. It captures changes made to the database since the last backup, rather than backing up the entire database.
Which of the following is NOT a common data backup storage medium?
-
Hard disk drives (HDDs)
-
Solid state drives (SSDs)
-
Magnetic tape
-
Cloud storage
C
Correct answer
Explanation
Magnetic tape is a legacy data backup storage medium that is rarely used today. It is slow, unreliable, and has a limited capacity.
What is the 3-2-1 backup rule?
-
Keep three copies of your data, two on different media, and one offsite.
-
Keep two copies of your data, one on a primary storage device and one on a backup device.
-
Keep one copy of your data on a primary storage device and two copies on backup devices.
-
Keep three copies of your data, one on a primary storage device, one on a backup device, and one in the cloud.
A
Correct answer
Explanation
The 3-2-1 backup rule is a best practice for data backup that recommends keeping three copies of your data, two on different media, and one offsite. This ensures that you have multiple copies of your data in case of data loss or corruption, and that at least one copy is stored in a safe location away from the primary storage location.
Which of the following is NOT a common backup storage location?
-
Local storage (e.g., hard disk drives or solid state drives)
-
Network-attached storage (NAS)
-
Cloud storage
-
Tape storage
D
Correct answer
Explanation
Tape storage is a legacy backup storage location that is rarely used today. It is slow, unreliable, and has a limited capacity.
What are the different types of file systems?
-
Hierarchical file systems, flat file systems, and network file systems.
-
FAT, NTFS, and ext4.
-
Local file systems and remote file systems.
-
Public file systems and private file systems.
A
Correct answer
Explanation
There are three main types of file systems: hierarchical file systems, flat file systems, and network file systems. Hierarchical file systems are the most common type of file system. They organize files and directories in a tree-like structure. Flat file systems store all files in a single directory. Network file systems allow users to access files that are stored on other computers over a network.
Which of the following is NOT a type of storage class in Cloud Storage?
-
Standard
-
Coldline
-
Nearline
-
Archive
D
Correct answer
Explanation
Archive is not a type of storage class in Cloud Storage. The available storage classes are Standard, Coldline, and Nearline.
What is the maximum size of an object that can be stored in Cloud Storage?
A
Correct answer
Explanation
The maximum size of an object that can be stored in Cloud Storage is 5 TB.
Which of the following is NOT a supported storage location in Cloud Storage?
D
Correct answer
Explanation
Cloud Storage does not offer storage locations in Antarctica.
What is the process of moving data from Cloud Storage to another storage location called?
-
Data transfer
-
Data migration
-
Data replication
-
Data backup
A
Correct answer
Explanation
The process of moving data from Cloud Storage to another storage location is called data transfer.
What is the maximum number of lifecycle rules that can be applied to an object in Cloud Storage?
C
Correct answer
Explanation
The maximum number of lifecycle rules that can be applied to an object in Cloud Storage is 10.
Which memory type is typically used for storing data that is frequently accessed by the GPU?
-
Global Memory
-
Shared Memory
-
Local Memory
-
Constant Memory
B
Correct answer
Explanation
Shared memory is a type of GPU memory that is shared among threads within a thread block, providing fast access to frequently used data.