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
-
Distributed Versatile disc
-
Distributed Visual Disc
-
Digital Visual Disc
-
Digital Versatile Disc
D
Correct answer
Explanation
DVD stands for Digital Versatile Disc. This is the official name adopted by the DVD Forum. While often called Digital Video Disc, 'Versatile' is the correct term as DVDs can store various types of data beyond video.
-
Storage Group
-
Database
-
Synonym
-
view
A
Correct answer
Explanation
A Storage Group is defined as a collection of direct access storage volumes (DASD) that all share the same device type. This allows for efficient storage management by grouping similar storage resources. Databases, synonyms, and views serve different purposes - databases contain data, synonyms provide alternate names, and views are virtual tables.
-
max memory
-
physical memory
-
logical memory
-
network memory
C
Correct answer
Explanation
The logical memory parameter in Sybase ASE indicates the amount of memory currently allocated and in use by the server. This is distinct from max memory (configured limit) and physical memory (hardware available).
-
WRITEQ TD
-
WRITE TD
-
WRITE QTD
-
WRITEQ TS
D
Correct answer
Explanation
WRITEQ TS is the CICS command that stores temporary data in a temporary storage queue. The 'TS' suffix indicates Temporary Storage, which differs from Transient Data (TD). Temporary Storage queues can reside in main or auxiliary storage and are identified by a queue name.
-
Data
-
Address
-
Both 1 and 2
-
Can't say
C
Correct answer
Explanation
General-purpose registers hold both data operands and address values during program execution, supporting arithmetic, logical, and addressing operations.
-
General,Control registers
-
Control,Floating registers
-
Control,Access registers
-
None of these
C
Correct answer
Explanation
Control registers manage CPU state (flags, mode bits) and Access registers handle memory protection. Applications don't directly manipulate these - they're for OS/hypervisor use.
-
4 times to RAM
-
3 Times to RAM
-
2 times to RAM
-
RAM size
C
Correct answer
Explanation
A traditional rule of thumb for configuring virtual memory in Linux and UNIX-like systems is to allocate swap space equal to two times the size of physical RAM. While modern systems with high RAM may require less, '2 times RAM' remains the general historical standard.
-
yes
-
no
-
cant say
-
dont know
A
Correct answer
Explanation
A separate home partition is optional during Linux installation. The /home directory can simply be a directory within the root partition, containing all user files and configurations. Many distributions successfully install and run without a dedicated home partition.
-
4 times to RAM
-
3 Times to RAM
-
2 times to RAM
-
RAM size
C
Correct answer
Explanation
Traditional guidelines suggested sizing swap partition at 2 times the RAM size, though modern systems with ample RAM may use less. The 2x rule was a general heuristic for systems with limited memory to ensure adequate swap space for hibernation and memory overflow.
-
yes
-
no
-
cant say
-
dont know
A
Correct answer
Explanation
A separate home partition is optional during Linux installation. The /home directory can simply be a directory within the root partition, containing all user files and configurations. Many distributions successfully install and run without a dedicated home partition.
B
Correct answer
Explanation
The -Xmx parameter sets the maximum heap size that the JVM can use. -Xms sets the initial heap size, while -Xmn configures the size of the young generation. There is no -Xmax parameter in standard JVM options.
-
milligan: manneb: /home/apps/cvm_live/cvm/data/failed/
-
milligan: manneb: /home/apps/cvm_live/cvm/data/logs/
-
milligan: manneb: /home/apps/cvm_live/cvm/data/incoming/
-
milligan: manneb: /home/apps/cvm_live/cvm/data/archive/
D
Correct answer
Explanation
Archived CVM feed files are stored in the /home/apps/cvm_live/cvm/data/archive/ directory. The other directories serve different purposes: failed/ holds rejected files, logs/ contains processing logs, and incoming/ is for new files awaiting processing.
-
Process Management
-
Memory Management
-
File Management
-
Device Management
-
Capacity Management
-
Network Management
E
Correct answer
Explanation
In ITIL and service management frameworks, Capacity Management is a key IT infrastructure architecture or design-related process. While Process, Memory, File, and Device Management are low-level operating system functions, Capacity Management is a strategic, architectural framework planning process, making it the correct match here.
-
Double the system RAM size
-
Three times the system RAM size
-
Four times the system RAM size
-
none of above
-
at least 2GB
-
at least 3GB
-
at least 1GB
-
Two times of main Memory
A
Correct answer
Explanation
SAP systems require at least 2GB of swap memory to handle memory overflow situations and prevent system crashes during peak loads. Less than 2GB risks insufficient paging space. Setting swap to twice main memory is excessive and not a standard requirement.