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
-
Operating System
-
Central Processing Unit
-
Random-access Memory
-
None of these
C
Correct answer
Explanation
Random-access memory (RAM) is a type of volatile memory that allows data to be read and written in any order. Its contents can be changed rapidly by the computer during operation.
-
Protocol
-
Protection
-
Queue
-
All of the above
B
Correct answer
Explanation
Protection refers to the mechanisms used to control access to data and prevent unauthorized copying or modification. While protocols govern communication, protection specifically addresses the security of the storage medium.
-
Memory
-
Archive
-
Buffer
-
Accumulator
B
Correct answer
Explanation
An archive is a collection of historical records or data that is preserved for long-term storage and is not frequently accessed. Buffers and accumulators are temporary storage areas used during active processing.
C
Correct answer
Explanation
Primary memory (RAM) is much faster than secondary memory (HDD/SSD) because it is directly connected to the CPU via the memory bus, allowing for rapid data access. However, it is also more expensive and smaller in capacity.
-
ROM
-
PROM
-
EROM
-
Laser memory
-
Special
-
Online
-
Offline
-
Multi
-
Magnetic tape
-
Punched card
-
Disk storage unit
-
Buffer
C
Correct answer
Explanation
Disk storage units, such as hard drives, provide random access, allowing the system to jump directly to any data location. This is much faster than sequential access devices like magnetic tape, which require reading through all preceding data to reach a specific point.
B
Correct answer
Explanation
IAS stands for Immediate Access Storage, a term used for the computer's primary memory (RAM) because the CPU can access it directly. Other options like CAI (Computer-Aided Instruction) or CCITT (a standards body) are unrelated to hardware memory.
-
Cycle time
-
Access time
-
Data transfer rate
-
Down time
C
Correct answer
Explanation
The data transfer rate of a magnetic tape drive is determined by how many bits are recorded per inch (density) and how many inches of tape pass the read head per second (speed). Multiplying these two values gives the total amount of data transferred per second.
-
Buffer is a hardware device that stores data outside the CPU
-
Buffer is the portion of the CPU memory which stores the program instructions
-
Buffer is a temporary storage between the CPU memory and a peripheral device
-
Buffer is a device to convert input data into a computer readable form
C
Correct answer
Explanation
A buffer is a temporary storage area in memory that holds data while it is being transferred between two devices or processes with different speeds. It prevents the faster device (like a CPU) from having to wait for the slower device (like a printer) to finish.
-
PROM
-
SAM
-
Scratchpad storage
-
Buffer
C
Correct answer
Explanation
Scratchpad storage refers to a high-speed internal memory area used by a processor for the temporary storage of data, intermediate results, or instructions. It allows for faster access than main memory during complex calculations.
-
Storage
-
Output
-
CPU
-
Memory
A
Correct answer
Explanation
The storage function of a computer involves saving data on non-volatile media like hard drives or solid-state drives so it remains available even after the power is turned off. In contrast, "memory" typically refers to RAM, which is temporary and volatile.
B
Correct answer
Explanation
Static RAM (SRAM) uses a configuration of transistors that act like switches to maintain data as long as power is supplied. Unlike Dynamic RAM, it does not need to be periodically refreshed to retain its state.
C
Correct answer
Explanation
The SCSI (Small Computer System Interface) standard was designed to allow multiple peripheral devices, such as hard drives and scanners, to be connected to a single bus. A standard narrow SCSI bus supports up to eight device IDs.