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
-
Text editor
-
Assembler
-
Linker
-
Loader
D
Correct answer
Explanation
The loader is a system software that places programs into memory and prepares them for execution. It must reside in the main memory to perform its function of loading other programs.
C
Correct answer
Explanation
Main memory is organized into addressable units called words. Data transfer between the CPU and memory typically occurs in these word-sized chunks.
-
speeds up the execution
-
reduces the number of instructions
-
reduces the size of instructions
-
none of the above
B
Correct answer
Explanation
Addressing modes define how the operand of an instruction is specified. Efficient use of these modes allows complex operations to be performed with fewer instructions.
-
Relative
-
Memory indirect
-
Immediate
-
Direct
D
Correct answer
Explanation
Direct addressing mode specifies the memory address directly in the instruction. Indexing is a technique where an index register is added to a base address, and direct addressing is often used to specify the base or the offset in such schemes.
-
Programmed I/O
-
Interrupt-driven I/O
-
DMA
-
None of the above
C
Correct answer
Explanation
Direct Memory Access (DMA) allows hardware subsystems to access main system memory independently of the central processing unit, making it the most efficient way to transfer large blocks of data.
-
should be done each month
-
uses more tapes
-
saves all files
-
saves only files that have recently changed
D
Correct answer
Explanation
An incremental backup only copies files that have been created or modified since the last backup, which saves time and storage space compared to full backups.
-
periods
-
sectors
-
zones
-
groups
B
Correct answer
Explanation
On a magnetic disk, tracks are the concentric circles, and these tracks are further divided into smaller segments called sectors for data storage.
-
Spooling
-
Swapping
-
Thrashing
-
None of the above
B
Correct answer
Explanation
Swapping is the process of moving entire processes between main memory and secondary storage (disk) to manage memory availability.
-
5 Kbits/sec
-
50 Kbits/sec
-
500 Kbits/sec
-
5, 000 Kbits/sec
-
re-enterable memory
-
non-reusable memory
-
virtual memory
-
cache memory
D
Correct answer
Explanation
The principle of locality of reference states that programs tend to access a relatively small portion of their address space at any instant, which is the fundamental reason cache memory is effective.
-
Absolute mode
-
Immediate mode
-
Index mode
-
Modulus mode
A
Correct answer
Explanation
In absolute (or direct) addressing mode, the instruction contains the actual memory address of the operand.
-
Best fit
-
First fit
-
Worst fit
-
Buddy
C
Correct answer
Explanation
The worst-fit strategy allocates the largest available hole to a process, which is the opposite of best-fit.
-
Non-volatile
-
Longer storage capacity
-
Lower price per bit
-
Faster
C
Correct answer
Explanation
Disks are generally slower than main memory (RAM) due to mechanical seek times and rotational latency. While disks are non-volatile and have larger capacities, the statement that they are faster is false.
-
non-volatile
-
volatile
-
surplus
-
garbage
D
Correct answer
Explanation
In computing, memory or data that is no longer needed or is invalid is commonly referred to as garbage. This term is frequently used in the context of garbage collection, which is the process of reclaiming such memory.
-
relocating loader itself
-
linker
-
assembler or translator
-
macro processor