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
  1. Can hold more data

  2. Contains a backup of the data stored

  3. Uses a second layer to offer a speed increase

  4. Creates alternative sound tracks

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

Dual-layer DVDs contain two recording layers on one side, allowing them to store approximately 8.5 GB of data compared to 4.7 GB on single-layer discs. This increased capacity provides nearly double the storage without requiring a second disc.

Multiple choice technology platforms and products
  1. 100 MB

  2. 500 MB

  3. 700 MB

  4. 1000 MB

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

BusinessObjects Enterprise requires at least 700 MB of disk space on the drive containing the TEMP directory for temporary files during installation and operation. This space is needed for file extraction, caching, and various temporary operations. 100 MB is insufficient, 500 MB is below the minimum requirement, and 1000 MB while technically adequate, is not the specified minimum - the system requires 700 MB as the baseline.

Multiple choice technology databases
  1. RAID 1 and Fallback

  2. RAID 5 and Fallback

  3. RAID 5 and No Fallback

  4. RAID 1 and No Fallback

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

RAID 1 (mirroring) combined with Fallback (Teradata's secondary copy of each row) provides the maximum level of data protection. RAID 1 protects against disk failure, Fallback protects against data corruption. RAID 5 with no fallback is less protection, and RAID 1 without fallback loses Teradata's additional protection layer.

Multiple choice technology databases
  1. 512MB

  2. 128MB

  3. 256MB

  4. 64MB

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

In the context of IBM InfoSphere DataStage (extending from the previous DataStage question), the default cache size is 128MB. This can be configured by administrators under the tunables settings. Other options represent non-default sizes that must be manually configured for specific performance requirements.

Multiple choice technology
  1. Processor

  2. RAM

  3. Motherboard

  4. Hard Disk

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

Hyper-threading is Intel's proprietary technology for simultaneous multithreading (SMT) that improves processor performance by allowing a single CPU core to work on two instruction streams simultaneously. It is a feature of the processor architecture itself, not related to RAM, motherboard, or hard disk components.

Multiple choice technology
  1. CPU

  2. ROM

  3. RAM

  4. DRAM

  5. DIMM

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

ROM (Read-Only Memory) is non-volatile memory that retains its contents even when power is turned off. Unlike RAM, DRAM, and DIMM which are volatile memory types that lose data when power is removed, ROM stores permanent instructions like firmware. The CPU is a processing unit, not storage.

Multiple choice technology
  1. performs low-level formatting of the hard drive

  2. fixes bad sectors on the hard drive

  3. recovers lost clusters on the hard drive

  4. creates partitions on the hard drive

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

FDISK is a disk partitioning utility that creates and modifies partitions on hard drives. It does not perform low-level formatting (done by format commands), fix bad sectors (done by scandisk/chkdsk), or recover lost clusters (done by recovery utilities). Partitioning divides a physical disk into logical sections for organizing data.

Multiple choice technology mainframe
  1. (A) COMP is a Binary storage format while COMP-3 is Packed decimal format

  2. (B) COMP is a Packed decimal format while COMP-3 is Binary storage format

  3. (C) Both COMP and Comp-3 are Binary storage format

  4. (D) Both COMP and COMP-3 are Packed decimal format.

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

COMP (binary format) stores numeric values in pure binary representation (2's complement), while COMP-3 (packed decimal) stores each decimal digit as a nibble (4 bits) with the last nibble holding the sign. Binary is faster for computation but has precision limitations for very large numbers, while packed decimal maintains exact decimal precision.

Multiple choice technology mainframe
  1. (A) True

  2. (B) False.

  3. NA

  4. Na

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

KSDS (Key Sequenced Data Set) is a VSAM file organization that inherently requires both a data component (containing the actual records) and an index component (containing the key structure for sequenced access). This two-component structure is fundamental to how KSDS provides both key-ordered access and efficient retrieval.

Multiple choice technology
  1. Use FDISK

  2. Format the hard drive

  3. Set the date and time

  4. Flash the BIOS

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

After replacing the CMOS battery, the system's real-time clock settings will be lost. Resetting the date and time is necessary because the CMOS battery powers the clock. Other options like FDISK or formatting are unrelated to battery replacement.

Multiple choice technology
  1. Write down all the settings

  2. Shut down all peripherals

  3. Save the BIOS upgrade files on to a Floppy disc

  4. Unplug all connectors

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

Writing down current BIOS settings is critical before upgrading because the upgrade may reset configurations to defaults. Without documentation, custom optimizations, boot orders, and hardware-specific settings would be lost. Other steps like shutting peripherals are secondary.

Multiple choice technology
  1. Whoever you ordered it from lied to you.

  2. Formatting tables and free space.

  3. The hard drive is defective.

  4. You incorrectly formatted the hard drive with an older formatting standard.

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

To solve this question, the user needs to understand how hard drives and formatting work. When you format a hard drive, the formatting process creates a file system on the drive, which includes tables that keep track of the location of files and free space on the drive. These tables take up some space on the drive, which is why the available space on the newly formatted hard drive is less than the total capacity of the drive.

Now, let's go through each option and explain why it is right or wrong:

A. Whoever you ordered it from lied to you: This option is unlikely to be correct. It is highly unlikely that the manufacturer or vendor would falsely advertise the capacity of the hard drive.

B. Formatting tables and free space: This option is correct. When you format a hard drive, the formatting process creates tables and filesystems that take up some space on the drive. This means that the available space on the newly formatted hard drive is less than the total capacity of the drive.

C. The hard drive is defective: This option is unlikely to be correct. If the hard drive were defective, it would not function properly, or it would produce errors when you attempt to format it or use it.

D. You incorrectly formatted the hard drive with an older formatting standard: This option is possible, but unlikely. If you formatted the hard drive with an older formatting standard, it may not be able to access the full capacity of the drive. However, modern operating systems should be able to recognize and use the full capacity of the hard drive with the appropriate formatting.

The Answer is: B

Multiple choice technology
  1. Smaller

  2. Near zero access times

  3. No Moving Parts

  4. Ruggedness

  5. All of the above

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

SSDs use flash memory instead of spinning platters, eliminating seek latency and mechanical failure points. They're physically smaller, more durable against drops and vibration, and access data almost instantly compared to the mechanical movement required in traditional hard drives.

Multiple choice technology testing
  1. a. Static or Dynamic Cache

  2. b. Dynamic cache

  3. c. static cache

  4. d. Static and Dynamic Cache

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

Unconnected lookup transformations use static cache because they receive a single input value and return one output value through an expression. Static cache loads the entire lookup dataset at the start of the session and doesn't modify during execution, which suits the unconnected lookup's one-to-one mapping pattern. Dynamic cache is only available for connected lookups where you need to track inserts and updates during the session.