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 GPU memory is commonly used in budget-friendly graphics cards?
C
Correct answer
Explanation
DDR4 (Double Data Rate 4) is a type of memory that is often used in budget-friendly graphics cards, offering a balance of performance and cost.
Which type of GPU memory is known for its low power consumption and is often used in laptops and ultrabooks?
C
Correct answer
Explanation
LPDDR4X (Low Power Double Data Rate 4X) is a type of memory that is designed for low power consumption and is commonly found in laptops and ultrabooks.
Which of the following is a key component of both DLM and ILM?
-
Data Retention Policies
-
Data Storage Strategies
-
Data Backup and Recovery Plans
-
Data Security Measures
A
Correct answer
Explanation
Data Retention Policies are a key component of both DLM and ILM, as they define the rules for how long data and information should be retained before being destroyed.
Which of the following is NOT a common data storage strategy used in DLM and ILM?
-
Primary Storage
-
Secondary Storage
-
Tertiary Storage
-
Cloud Storage
C
Correct answer
Explanation
Tertiary Storage is not a common data storage strategy used in DLM and ILM. It refers to long-term, offline storage that is typically used for archival purposes.
What is the process of organizing and storing information in memory called?
-
Encoding
-
Storage
-
Retrieval
-
Forgetting
A
Correct answer
Explanation
Encoding is the process of organizing and storing information in memory.
What is the process of accessing and using information from memory called?
-
Encoding
-
Storage
-
Retrieval
-
Forgetting
C
Correct answer
Explanation
Retrieval is the process of accessing and using information from memory.
What is the process of forgetting information from memory called?
-
Encoding
-
Storage
-
Retrieval
-
Forgetting
D
Correct answer
Explanation
Forgetting is the process of forgetting information from memory.
What is the function of short-term memory?
-
To store information that is currently being processed
-
To store information that is needed for immediate use
-
To store information that is important
-
To store information that is interesting
A
Correct answer
Explanation
The function of short-term memory is to store information that is currently being processed or that is needed for immediate use. This information is typically forgotten within a few seconds if it is not rehearsed or attended to.
What is the primary advantage of object storage over traditional file storage?
-
Scalability
-
Durability
-
Cost-effectiveness
-
Security
A
Correct answer
Explanation
Object storage is highly scalable, allowing for the storage of massive amounts of data without performance degradation.
Which object storage technology is designed for storing small, frequently accessed data objects?
-
Hadoop Distributed File System (HDFS)
-
Cassandra
-
MongoDB
-
Redis
D
Correct answer
Explanation
Redis is an in-memory data structure store that is designed for storing small, frequently accessed data objects.
What is the term used for the process of synchronizing data between two or more storage systems?
-
Data replication
-
Data migration
-
Data synchronization
-
Data backup
C
Correct answer
Explanation
Data synchronization involves keeping data consistent across multiple storage systems.
Which object storage technology is designed for storing large, append-only data sets?
-
Hadoop Distributed File System (HDFS)
-
Cassandra
-
MongoDB
-
Elasticsearch
B
Correct answer
Explanation
Cassandra is a distributed database designed for storing large, append-only data sets.
What is the default file system used by Ubuntu Touch?
A
Correct answer
Explanation
Ubuntu Touch primarily utilizes the ext4 file system, known for its stability, performance, and wide support.
Which of the following is a distributed file system used in Hadoop?
A
Correct answer
Explanation
HDFS (Hadoop Distributed File System) is a distributed file system used in Hadoop for storing large amounts of data.
What is the purpose of a DataNode in HDFS?
-
Stores data blocks
-
Manages file system metadata
-
Performs data processing
-
Handles client requests
A
Correct answer
Explanation
DataNodes in HDFS are responsible for storing data blocks.