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
-
RAID level 0
-
RAID level 1
-
RAID level 6
-
Registration
-
One-safe
C
Correct answer
Explanation
This RAID level refers striped set with dual parity.
-
One-safe
-
Log writer
-
RAID level 4
-
RAID level 0
-
RAID level 1
C
Correct answer
Explanation
In this RAID level, the error detection is done by block level parity and is stored in separate single disk unit.
-
Bootstrap memory
-
Volatile memory
-
Exteranl mass memory
-
Static memory
-
Random access memory
-
directories
-
buckets
-
memories
-
area directories
A
Correct answer
Explanation
MS-DOS uses directories to organize files on disks. Directories are hierarchical structures that contain files and subdirectories, allowing logical file organization. Terms like 'buckets', 'memories', and 'area directories' are not standard DOS terminology.
B
Correct answer
Explanation
MS-DOS uses letters A-Z to designate disk drives, allowing 26 total drives (A: and B: for floppies, C: for first hard disk, D-Z for others). This is because the alphabet has 26 letters. DOS cannot address more than 26 drives.
-
/show
-
/display
-
/status
-
/part
C
Correct answer
Explanation
FDISK /STATUS displays the partition information of the hard disk without entering the FDISK menu or making changes. This is useful for viewing partition layout safely. Options /show, /display, and /part are not valid FDISK switches.
A
Correct answer
Explanation
In DOS-based systems, drive letters A and B are reserved for floppy disk drives. The first hard disk drive always receives letter C, with subsequent hard drives getting D, E, and so on. This naming convention was established to maintain consistency across different hardware configurations.
-
disk cartridge
-
disk pack
-
floppy disk
-
packette disk
C
Correct answer
Explanation
A diskette (often misspelled as dikette) is the formal term for a floppy disk - a thin, flexible magnetic storage disk enclosed in a protective plastic casing. Floppy disks were commonly used in personal computers from the 1970s through the 1990s for data storage and transfer. The other options are different storage technologies: disk cartridges are enclosed disk units, disk packs are multiple disks on a spindle, and packette disk is not a standard term.
-
2 micro seconds
-
2 milli seconds
-
50 milli seconds
-
2 seconds
B
Correct answer
Explanation
Dynamic RAM (DRAM) stores data as charge in capacitors that leak over time, requiring periodic refreshing to maintain data integrity. The typical refresh interval is 2-4 milliseconds, with 2ms being a common standard. This is much faster than 50ms or 2 seconds, but much slower than 2 microseconds which would be impractical for the capacitor technology used.
-
Relocation
-
Data collection
-
Data transmission
-
DMA
A
Correct answer
Explanation
Relocation is the process of moving a program from one memory location to another and adjusting all address references accordingly. This is essential for memory management, allowing programs to be loaded at different memory addresses. Data collection, data transmission, and DMA (Direct Memory Access) are unrelated concepts involving data handling rather than program memory positioning.
-
memory slot
-
extended memory
-
secondary memory
-
cache memory
C
Correct answer
Explanation
Auxiliary memory refers to secondary storage devices like hard disks, tapes, and optical drives that provide additional storage beyond main memory (RAM). It's called 'auxiliary' because it supports the primary memory. It is not a memory slot, extended memory (which refers to RAM expansion), or cache memory (which is high-speed primary memory).
-
Stack
-
Scratch pad
-
Address register
-
Status register
-
direct access devices
-
sequential access devices
-
slower than magnetic tape
-
used only in mainframe computers
A
Correct answer
Explanation
Direct access devices can access any location directly by moving the read/write head. Diskettes and hard disks use random access via track/sector addressing. Sequential access (like tape) requires scanning from the beginning.
-
Cache memory
-
Magnetic bubble memory
-
Magnetic core memory
-
RAM
A
Correct answer
Explanation
Cache memory uses fast SRAM located closest to the CPU, with typical access times of 1-10 nanoseconds. RAM uses slower DRAM (~50-100ns). Magnetic core and bubble memories are obsolete technologies much slower than modern semiconductor memory.
-
flip - flops
-
registers
-
storage cells
-
all of the above
C
Correct answer
Explanation
A memory unit is fundamentally composed of storage cells - the basic units that can store a single bit of information (0 or 1). These storage cells are then organized into larger structures like registers and flip-flops, but storage cells are the foundational collection.