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

Multiple choice technology web technology
  1. Serialization

  2. Garbage Collection

  3. Assemblies

  4. Overriding

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Garbage Collection is .NET's automatic memory management system that reclaims memory from objects that are no longer in use. It runs periodically in the background, removing the need for manual memory management. Serialization is for object persistence, Assemblies are deployment units, and Overriding is an OOP concept.

Multiple choice technology platforms and products
  1. Static cache

  2. Dynamic cache

  3. Shared cache

  4. All the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Informatica Lookup transformation supports three cache types: Static cache (built once and reused), Dynamic cache (cache updated during session - used for lookups that change), and Shared cache (shared across multiple transformations). Since all three are valid types, 'All the above' is the correct answer. Static is default and fastest. Dynamic is slower but needed when lookup data changes during session. Shared allows multiple lookups to share the same cache to save memory.

Multiple choice technology operating systems
  1. Large number of processes

  2. Large number of free holes

  3. Large number of waiting processes

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Memory fragmentation occurs when free memory is split into many small, non-contiguous blocks (holes). As processes allocate and deallocate memory of varying sizes, the free space becomes fragmented. This creates a situation where there's sufficient total free memory but no single block large enough to satisfy a new allocation request. The 'large number of free holes' directly causes this problem.

Multiple choice technology operating systems
  1. helps avoid unnecessary writes on a paging device

  2. helps maintain LRU information

  3. allows only read on a page

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A dirty bit indicates whether a page has been modified since being loaded from disk. If the dirty bit is 0 (clean), the page can be discarded without writing it back to the paging device, saving unnecessary I/O operations.

Multiple choice technology mainframe
  1. Direct Access Storage Device

  2. Data Systems Authorization Directory

  3. Data Systems Storage Device

  4. Digital's Attempted Storage Domination

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

DASD stands for Direct Access Storage Device, a mainframe terminology for secondary storage devices (such as hard disks) where data can be accessed directly. The other options are incorrect or humorous fabrications.

Multiple choice technology testing
  1. Memory Tab, Heap Tab, GC Tab

  2. Thread Tab, GC Tab, Memory Tab

  3. Memory Tab , Data Tab ,Heap Tab

  4. None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In JProbe memory analysis, the Runtime Summary view provides high-level diagnostics via the Memory, Heap, and GC tabs. Distractors are incorrect because Thread profiling belongs to performance/thread analysis, and Data Tab is not a standard JProbe memory summary panel.

Multiple choice technology embedded technologies
  1. Byte Addressable

  2. Half-word (or) Full-word Addressable

  3. both Byte and Bit Addressable

  4. Bit Addressable

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

ARM processors support multiple addressing modes. Unlike some microcontrollers that are strictly byte-addressable, ARM can address bytes (8-bit), half-words (16-bit), and words (32-bit). The term 'Half-word or Full-word Addressable' refers to this ability to efficiently access different data sizes. ARM is byte-addressable at its core but supports aligned accesses to half-words and full-words. The claimed answer captures this multi-width addressing capability.

Multiple choice technology web technology
  1. S9(04) COMP

  2. S9(04) COMP-3 SIGN LEADING

  3. COMP-1 SIGN LEADING

  4. S9(04) COMP-3

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The correct answer is A (S9(04) COMP). COMP stores numbers in binary format which is more space-efficient than COMP-3 (packed decimal). For a 4-digit number like +3473, COMP uses only 2-4 bytes depending on the platform, while COMP-3 would use at least 3 bytes. The binary format is the most compact representation, making it best when memory conservation is the priority.

Multiple choice technology
  1. Paging causes external fragmentation

  2. Paging causes Internal Fragmentation

  3. Segmentation causes external fragmentation

  4. Segmentation causes internal fragmentation

Reveal answer Fill a bubble to check yourself
B,C Correct answer
Explanation

Paging allocates memory in fixed-size blocks, causing internal fragmentation when process size is not a multiple of page size. Segmentation uses variable-sized blocks matching logical units, leading to external fragmentation as free memory becomes scattered. Both statements accurately describe the key trade-offs between these memory management techniques.

Multiple choice technology web technology
  1. a. Clipboard

  2. b. Page

  3. c. Embed page

  4. d. Work Object

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Pega's clipboard architecture, objects stored in temporary memory during processing are called 'pages'. The clipboard is the overall storage mechanism, Embed pages are nested page structures, and Work Objects are persisted business cases - but the temporary memory object itself is called a page.

Multiple choice technology web technology
  1. Serialization

  2. Garbage Collection

  3. Assemblies

  4. Overriding

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Garbage Collection is correct because it is the automatic memory management technique in .NET that reclaims memory from objects that are no longer in use. Serialization (A) is for object persistence, Assemblies (C) are deployment units, and Overriding (D) is an object-oriented programming concept.

Multiple choice technology operating systems
  1. 5 GB

  2. 50 GB

  3. 500 GB

  4. 5 TB

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Windows Server 2003, volumes as small as 5 GB were considered unreasonably small for production use given the storage capacities and requirements typical of that era. Modern server volumes are typically much larger (50 GB to multiple TB). A 5 GB volume would be impractical for most server applications, logs, and data storage needs.

Multiple choice technology operating systems
  1. Enable disk quotas

  2. Enable disk quotas and set the disk quota warning level

  3. Enable the disk quota warning level only

  4. Disable disk quotas

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

To solve this question, the user needs to know how to track disk space use on a per-user basis without denying users access to a volume.

Option A: Enable disk quotas. This option is correct because disk quotas allow administrators to track disk space use on a per-user basis. Disk quotas can be set to limit the amount of disk space a user can use, but they do not deny users access to a volume.

Option B: Enable disk quotas and set the disk quota warning level. This option is incorrect because setting the disk quota warning level only notifies users when they are approaching their disk quota limit. It does not allow administrators to track disk space use on a per-user basis without denying users access to a volume.

Option C: Enable the disk quota warning level only. This option is incorrect because enabling the disk quota warning level only notifies users when they are approaching their disk quota limit. It does not allow administrators to track disk space use on a per-user basis without denying users access to a volume.

Option D: Disable disk quotas. This option is incorrect because if disk quotas are disabled, administrators will not be able to track disk space use on a per-user basis.

Therefore, the correct answer is: The Answer is: A (Enable disk quotas).

Multiple choice technology
  1. Hard Disk

  2. RAM

  3. Optical Disk

  4. Graphics card(GPU)

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

DIMM (Dual Inline Memory Module) is the physical form factor used for RAM modules in modern computers. DIMMs are not used for hard disks, optical disks, or graphics cards. The term is specifically associated with RAM memory modules.