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
A
Correct answer
Explanation
VSAM (Virtual Storage Access Method) is an IBM data access method for mainframe systems that manages data in virtual storage. The statement correctly defines the VSAM acronym.
-
Dynamic cache
-
Static cache
-
Both
-
NONE
C
Correct answer
Explanation
Connected lookup is flexible and can use either static cache (loaded once at session start) or dynamic cache (updated during session) depending on configuration. The cache type is determined by the lookup cache properties.
-
Can hold more data
-
Contains a backup of the data stored
-
Uses a second layer to offer a speed increase
-
Creates alternative sound tracks
A
Correct answer
Explanation
Dual-layer DVDs can store approximately twice the data of single-layer DVDs by using two semi-transparent layers that the laser can read from different depths. They do not provide automatic backup, speed increases, or alternative audio tracks.
-
Clip art
-
Mother board
-
Peripheral
-
File server
D
Correct answer
Explanation
A file server is a computer dedicated to storing and managing files that can be accessed by other computers on a network. Clip art refers to images, motherboards are main circuit boards within a single computer, and peripherals are external devices like printers.
-
Can hold more data
-
Contains a backup of the data stored
-
Uses a second layer to offer a speed increase
-
Creates alternative sound tracks
A
Correct answer
Explanation
A dual-layer DVD (also called DVD-9) has two data layers on one side of the disc that can be read by the same laser. This effectively doubles the storage capacity from 4.7 GB (single layer) to approximately 8.5 GB, allowing for longer movies, additional content, or higher quality video on a single disc. The second layer does not provide speed increase, backup functionality, or alternative audio tracks - its primary value is increased storage capacity.
-
Clip art
-
Mother board
-
Peripheral
-
File server
D
Correct answer
Explanation
A file server is a dedicated computer system that stores files centrally and provides network access to them. When networked computers need to access shared files, they send requests to the file server, which retrieves and sends the requested files. Clip art refers to pre-made images, motherboard is the main circuit board inside a computer, and peripherals are external devices like printers or keyboards - none of these store and serve files over a network.
-
Random access media
-
Sequential access media
-
Depending on Filesystem, it is sequential of Random access
-
Depends on boot sequence
B
Correct answer
Explanation
Tape storage requires sequential access because the tape must physically wind forward or backward to reach data. Unlike disk storage which allows random access to any block, tape media must pass through all preceding data to reach a specific location.
-
Last night's copy
-
Today morning's copy
-
Point in time copy
-
data copy
C
Correct answer
Explanation
A filesystem snapshot captures the state at a specific moment in time - hence 'point-in-time copy'. Unlike traditional backups which copy from a specific time (nightly, morning), snapshots preserve the exact filesystem state at the instant they're taken.
-
controls the way that information in files and directories is stored on disk
-
It schedules the task to Processor
-
An memory driver
-
It controls which users can access what items and how
A,D
Correct answer
Explanation
The Unix File System controls storage structure (how files/directories are organized on disk) and access permissions (which users can read/write/execute). It does not schedule tasks to processors (that's the kernel's scheduler) nor is it a memory driver.
A
Correct answer
Explanation
VSAM (Virtual Storage Access Method) datasets are designed for direct access storage devices (DASD). They cannot reside on tape or other sequential media because VSAM requires direct access capability for its indexed and keyed access methods.
B
Correct answer
Explanation
When VSAM retrieves a record, it reads the entire Control Interval (CI) containing that record into the buffer, not just the Control Area (CA). A CA contains multiple CIs. Reading entire CIs is correct; reading entire CAs is not.
-
hard disk
-
ROM
-
Ram
-
Pendrive
C
Correct answer
Explanation
Volatile memory requires continuous power to maintain data. When power is lost, all data is erased. RAM (Random Access Memory) is the primary example of volatile memory used as main memory in computers. Hard disk, ROM, and Pendrive (flash storage) are all non-volatile - they retain data without power.
-
Input Output
-
Working Storage
-
Linkage Sction
-
File section
B,C,D
Correct answer
Explanation
In COBOL, Data Division contains sections for handling file operations and data storage. Working Storage Section holds program variables and temporary data, File Section describes files used by the program, and Linkage Section contains data passed to/from subprograms. Input Output Section does not exist as a standard section in COBOL Data Division.
-
Intel 1103
-
SDRAM
-
Intel 504
-
DDR
A
Correct answer
Explanation
The Intel 1103, introduced in 1970, was the world's first commercially available dynamic RAM (DRAM) chip. It had 1Kbit capacity and replaced magnetic core memory. SDRAM, DDR, and later memory technologies evolved from this foundation.
-
APPLE
-
Microsoft
-
Western Digital
-
IBM
D
Correct answer
Explanation
The first commercial hard disk drive, the IBM 350 disk storage unit, was invented by IBM in 1956 as part of the IBM 305 RAMAC system. Companies like Microsoft and Apple did not exist at the time, and Western Digital was founded later in 1970.