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
-
Live Mesh
-
Sify my storage
-
Wuala
-
Sales force
-
CouchDB
A
Correct answer
Explanation
This storage service gives you 5 GB of online storage and an online desktop that looks a lot like Windows Vista.
-
Sify my storage
-
Mango DB v.1.8.0
-
CouchDB
-
Zumo
-
Wuala
D
Correct answer
Explanation
This storage as a service enables users to store and synchronize files online.
-
Client server computing
-
Apache hadoop
-
Jungle disk
-
Wuala
-
CouchDB
C
Correct answer
Explanation
This storage service lets you map your Amazon S3 storage space as a network drive on your computer.
-
magnetic storage devices
-
optical storage devices
-
primary storage devices
-
none of these
B
Correct answer
Explanation
CD-rROMS are OPTICAL DISK and are also referred as the optical storage device.
-
storage devices
-
random access memories
-
used for transferring data
-
all of the above
A
Correct answer
Explanation
Floppy disks are storage devices used for data storage and transfer. They are not random access memory (RAM) - they are secondary storage. While they can transfer data, their primary classification is as storage media.
-
cylinder
-
track
-
disk
-
block
C
Correct answer
Explanation
A disk consists of multiple concentric tracks, and each track contains multiple sectors. The collection of sectors forms the complete disk structure. Cylinders are formed by tracks across multiple platters, not sectors.
-
monitor
-
batch monitor
-
task monitor
-
none of these
B
Correct answer
Explanation
The batch monitor is the memory-resident portion of a batch operating system that manages job scheduling and execution.
-
contiguous
-
non-contiguous
-
both 1 and 2
-
none of these
A
Correct answer
Explanation
Contiguous memory allocation places a program or data in a single continuous block of memory locations. This is simpler to implement but can lead to fragmentation issues.
-
information hiding
-
information closing
-
information capsuling
-
none of these
A
Correct answer
Explanation
Information hiding is the principle of concealing implementation details within modules. It reduces complexity and increases modularity by exposing only necessary interfaces.
-
contiguous
-
non-contiguous
-
both 1 and 2
-
none of these
B
Correct answer
Explanation
Non-contiguous memory allocation places programs or data in non-consecutive memory locations. This allows more flexible memory use through techniques like paging and segmentation.
-
Registration
-
Redundant arrays of independent level 3
-
Redundant arrays of independent disks level 0
-
Redundant arrays of independent disk level 1
-
Two-very-safe
B
Correct answer
Explanation
In this redundant arrays of independent disks level, the single parity disk is a bottle-neck for writting, since every write requires updating the parity data.
-
magnetic tapes
-
hard disks
-
video disks
-
floppy disks
-
-
C
Correct answer
Explanation
It is a source of storage medium that contains both audio and video signals recorded in an analog form.
-
Data bus
-
Address bus
-
Port
-
Control bus
-
Control unit
C
Correct answer
Explanation
Port is used to receive bytes from external peripherals for reading them using instructions executed on the processor or to send the bytes to external peripherals using instructions executed on processor.
-
Code
-
Extra
-
Stack
-
Data
-
Instruction pointer
B
Correct answer
Explanation
Extra segment register in microprocessors is a 16-bit register used to hold extra destination data during some string manipulation operations.
-
Register
-
Memory
-
Direct
-
Indirect
-
Register indirect
B
Correct answer
Explanation
This addressing mode in 8086 is the way to specify the location of an operand to memory.