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
-
More expensive
-
More portable
-
Less rigid
-
Slowly accessed
A
Correct answer
Explanation
Hard disks use more precision engineering, sealed enclosures, and higher-speed components than flexible diskettes, making them significantly more expensive to manufacture. While hard disks are actually faster (not slower), less portable, and more rigid, the cost difference stems from their superior construction and performance capabilities.
-
Hard disks
-
High-density disks
-
Diskettes
-
Templates
C
Correct answer
Explanation
Floppy disks get their name from their flexible magnetic disk inside a protective casing. They are commonly called diskettes as a diminutive term for these small, flexible disks. Hard disks use rigid platters, high-density refers to storage capacity not the disk type, and templates are completely unrelated to storage media.
-
Primary and secondary
-
Random and sequential
-
ROM and RAM
-
All of above
C
Correct answer
Explanation
Main memory (primary memory) consists of RAM (Random Access Memory) which is volatile read-write memory, and ROM (Read-Only Memory) which is non-volatile and contains permanent instructions. Primary/secondary refers to main vs backing storage, random/sequential describes access methods, and main memory is specifically RAM and ROM.
-
It will add to the content of the location
-
It will change the address of the memory location
-
It will erase the previous content
-
It will not be fruitful if there is already some data at the location
C
Correct answer
Explanation
When new data is entered into a memory location, it completely overwrites and replaces whatever was previously stored there. This is a fundamental characteristic of how computer memory works - memory cells can only hold one value at a time. The process is destructive by design: the old data is erased before or during the writing of new data.
-
Memory
-
Buffer
-
Accumulator
-
Address
B
Correct answer
Explanation
A buffer is a temporary storage area specifically designed to compensate for speed differences between system components that process data at different rates. It holds data when the producing device works faster than the consuming device, preventing data loss. Memory is general storage, an accumulator is for arithmetic operations, and address is a location identifier - none of these specifically handle speed mismatch.
-
Direct access
-
Sequential access
-
Both of above
-
None of above
C
Correct answer
Explanation
Magnetic disks support both direct access (reading/writing specific blocks directly) and sequential access (reading data in sequence), which is why they are versatile and popular storage media.
C
Correct answer
Explanation
DRAM (Dynamic Random Access Memory) cells consist of exactly one MOSFET transistor and one capacitor, which stores the electrical charge representing a bit. SRAM uses flip-flops made from multiple transistors (typically 6), while ROM is pre-programmed during manufacturing and doesn't use this simple cell structure. DROM is not a standard memory type.
-
Clip art
-
Mother board
-
Peripheral
-
File server
D
Correct answer
Explanation
A file server is a computer specifically dedicated to storing and managing files that can be accessed by other computers on a network. It provides centralized storage, backup, and file sharing capabilities for all connected devices. The other options are incorrect: clip art refers to pre-made images, a motherboard is the main circuit board in a computer, and peripherals are external devices like keyboards and printers.
-
Magnetic drum
-
PROM
-
Floppy disk
-
All of these
B
Correct answer
Explanation
Primary storage refers to memory directly accessible by the CPU, including ROM and RAM. PROM (Programmable Read-Only Memory) is a type of ROM used as primary storage. Magnetic drums and floppy disks are secondary storage devices (also called auxiliary storage or external memory) because they are not directly accessible by the CPU without I/O operations.
-
SRAM
-
DRAM
-
ROM
-
All of above
B
Correct answer
Explanation
DRAM (Dynamic RAM) uses capacitive storage cells that leak charge over time, requiring periodic refresh cycles to maintain data integrity. SRAM uses flip-flop circuits (6 transistors per cell) that hold state as long as power is applied, so it never needs refresh. ROM is non-volatile and stores data permanently without requiring refresh. This makes DRAM the only memory type listed that fundamentally requires refresh operation.
-
Electric Programmable Read Only Memory
-
Erasable Programmable Read Only Memory
-
Evaluable Philotic Random Optic Memory
-
Every Person Requires One Mind
B
Correct answer
Explanation
EPROM stands for Erasable Programmable Read Only Memory. It's a type of non-volatile memory chip that can be erased and reprogrammed using ultraviolet light, commonly used in older computers and embedded systems.
-
Channel
-
Buffer
-
Register
-
Core
B
Correct answer
Explanation
A buffer is a temporary storage area that holds data being transferred between the CPU and I/O devices. It compensates for speed differences between fast CPU operations and slower I/O devices, preventing data loss during transmission. Channels are data paths, registers are CPU internal storage, and cores refer to magnetic core memory.
-
Random Optical Memory
-
Read Optical Memory
-
Read Only Memory
-
Rapid Only Memory
C
Correct answer
Explanation
ROM stands for Read-Only Memory, a type of computer memory that stores permanent instructions and cannot be modified after manufacture. It's used to store firmware and boot-up instructions. Option A incorrectly says 'Optical' instead of 'Only,' Option B says 'Read' instead of 'Read-Only,' and Option D incorrectly says 'Rapid' instead of 'Read Only.' The 'Read-Only' characteristic means data is stored permanently and cannot be written to after programming.
-
Format Allocation Table
-
File Allocation Type
-
Folder Allocation Type
-
File Allocation Table
D
Correct answer
Explanation
FAT stands for File Allocation Table, a file system architecture developed by Microsoft for MS-DOS and used in early Windows versions. It keeps track of how files are stored on the disk by maintaining a table that maps cluster locations. Option A incorrectly says 'Format' instead of 'File,' while Options B and C incorrectly say 'Type' instead of 'Table.' The FAT file system was simple but limited compared to modern systems like NTFS.
-
Random Access Memory
-
Read Access Memory
-
Ready Access Memory
-
Rapid Access Memory
A
Correct answer
Explanation
RAM stands for Random Access Memory, which is volatile computer memory that can be read and changed in any order. It stores data and machine code currently being used so the CPU can access it quickly. Options B, C, and D are incorrect - 'Read Access' and 'Ready Access' are not the correct terms, and while 'Rapid' describes speed, it's not part of the acronym.