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
-
Copies all files that are selected for backup
-
Copies every file on the system that was modified or added since the previous backup, keeping the archive bit switch on
-
Copies every file on the system that has archive bit switched on, and switch off the archive bit after the backup is complete
-
Copies all the files that have been generated since the last backup
C
Correct answer
Explanation
Incremental backup copies only files that have been modified since the last backup. It uses the archive bit attribute to identify changed files - when the archive bit is set to on, the file has been modified and needs backing up. After backup completes, the archive bit is switched off to mark that the file has been backed up. This is more efficient than full backups which copy all selected files regardless of changes.
-
GFS
-
Monthly
-
Tower of Hanoi
-
Weekly
-
A hot spare
-
A cold swap
-
A hot swap
-
None of the above
A
Correct answer
Explanation
A hot spare is a standby drive that automatically replaces a failed drive in a RAID array. Hot swap is manual replacement, cold swap requires system shutdown, and none is incorrect.
-
Cache frequently accessed data in system memory
-
Dedicate system memory to specific tasks
-
Add additional memory
-
Create additional instances for parallel processing and load balancing
B
Correct answer
Explanation
Dedicating memory to specific tasks does not increase total memory or optimize its usage - it merely restricts flexibility. Caching and adding memory directly address capacity. Creating instances for parallel processing reduces memory pressure per instance. Only option B fails to remediate memory problems.
-
I/O bottleneck
-
Memory bottleneck
-
Disk bottleneck
-
Network bottleneck
C
Correct answer
Explanation
Disk time percentage measures how long the disk is busy servicing requests. A sustained increase indicates the disk cannot keep up with I/O demand, causing requests to queue. This is a clear indicator of a disk bottleneck where storage performance limits overall system throughput.
B
Correct answer
Explanation
Storage location 0002 is designated for the returns process in this SAP system. Returns require separate inventory tracking and processing, hence a dedicated storage location distinct from main storage (0001) or sales order storage (SO01).
-
Sequential read is possible
-
Free space in a VSAM File is reclaimed automatically
-
VSAM Files are device and O/S independent
-
None of the above
B,C
Correct answer
Explanation
VSAM automatically reclaims free space when records are deleted, maintaining efficient space utilization (Option B). VSAM files are also device and operating system independent, providing portability across different mainframe environments (Option C). Option A is incorrect because VSAM's random access nature means sequential reading is not its primary mode, and Option D is false since B and C are valid advantages.
-
Storage discovery and Generate report
-
Storage utilization and capacity planning
-
Netowrk monitoring and report generation
-
Server monitoring and report generation
A,B
Correct answer
Explanation
Storage Essentials and Report Optimizer are HP tools for storage management. Storage Essentials handles storage discovery (finding and inventorying storage assets), while Report Optimizer generates reports. Together they also provide storage utilization analysis and capacity planning features.
-
4 TB
-
8 TB
-
12 TB
-
None of the above
D
Correct answer
Explanation
A Netezza rack can typically store significantly more than 4, 8, or 12 TB - standard configurations support multi-petabyte scales, making 'None of the above' the correct answer as the given options are all too low for actual Netezza rack capacity.
-
Stores data into disk
-
Filtering data
-
Holds mirror data
-
None of the above
B
Correct answer
Explanation
FPGAs are primarily used for hardware acceleration of specific tasks like data filtering through field-programmable logic gates. They do not store data to disk (Option A) or hold mirror data (Option C) as those are storage system functions.
-
In “My Computer”
-
b. In documents and settings
-
Network
-
G drive
C
Correct answer
Explanation
The user I drive is typically a mapped network drive in enterprise environments, accessible through Network locations rather than local drives like My Computer or Documents and Settings. Network drives are shared resources stored on servers.
-
Z drive
-
H drive
-
G drive
-
E drive
C
Correct answer
Explanation
The G drive is the network drive accessible by associates for storing and accessing work files. Z drive, H drive, and E drive typically serve other purposes (admin, system, or restricted access). This is organization-specific policy.
-
G drive
-
Z drive
-
E drive
-
C drive
A
Correct answer
Explanation
The G drive provides access to the Application Folder where GRBS (likely a business application) is located. Associates navigate to G drive to launch required applications. This is standard application deployment in enterprise environments.
A
Correct answer
Explanation
The question asks if you can create a drive of your own. In computing, you cannot create physical storage drives (hardware), but you can create logical drives through partitioning, mapping network drives, or creating virtual drives. However, the phrasing is ambiguous and unclear.
-
Dynamic Link Library
-
Data Link Locator
-
Device Link Locator
-
Dick Link Locator
A
Correct answer
Explanation
DLL stands for Dynamic Link Library, a shared library concept in Microsoft Windows. Option A correctly uses 'Dynamic', 'Link', and 'Library'. Options B, C, and D incorrectly use 'Locator' instead of 'Library'. Option D has an inappropriate word as the first term.