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
-
Column-major order
-
Row-major order
-
Identity matrix
-
Null matrix
-
Square matrix
B
Correct answer
Explanation
Row-major order is the order in which all the first row elements are stored in sequential memory location then all the second row elements are stored and so on.
-
Directory
-
Buckets
-
Front
-
Top
-
Rear
B
Correct answer
Explanation
This part is read and written by a system.
-
Tape drive
-
Disk
-
RAM
-
Registers
-
Cache
D
Correct answer
Explanation
Registers is faster than all other memories.
-
Registers
-
Tape drive
-
Cache
-
RAM
-
Disk
B
Correct answer
Explanation
Tape drive has biggest in size among all.
-
8.5 Gb
-
17 Gb
-
9.4 Gb
-
4.7 Gb
-
700 Mb
A
Correct answer
Explanation
Single Sided/Double layer has a storage capacity of 8.5 Gb.
-
CD
-
Flash memory
-
Hard disk
-
DVD
-
CD-RW
C
Correct answer
Explanation
Hard disk is a magnetic storage device.
-
BIOS
-
CMOS
-
BUS
-
Cache memory
-
PC
B
Correct answer
Explanation
This component of motherboard is a type of memory chip to store the date, time and system setup parameters.
-
Static RAM
-
Dynamic RAM
-
SDRAM
-
DDR-SDRAM
-
Hard disk
B
Correct answer
Explanation
This type of RAM must be refreshed continually to store information or otherwise it will lose the data it is holding.
-
PROM
-
EPROM
-
Flash memory
-
EEPROM
-
Hard disk
C
Correct answer
Explanation
This type of ROM memory consists of cell that includes a field effect transistor having a selection gate, a floating gate, a source and a drain.
-
Only once by the user.
-
Cannot be programmed by the user.
-
It can be programmed again and again.
-
Its programming is fixed by the vendor.
A
Correct answer
Explanation
PROM (Programmable Read-Only Memory) can be programmed by the user exactly once using a PROM programmer. During programming, fuses are blown to create the desired pattern. Once programmed, it cannot be reprogrammed - this is why it's called 'one-time programmable'.
-
CD-ROM
-
Electronic media
-
Born-digital
-
Digital reformatting
-
Electronic book
D
Correct answer
Explanation
Digital reformatting is the process of converting analogue materials into a digital format as a surrogate of the original. The digital surrogates perform a preservation function by reducing or eliminating the use of the original. Digital reformatting is guided by established best practices to ensure that materials are being converted at the highest quality.
-
the address of a variable
-
an indication of the variable to be accessed next
-
a variable for storing addresses
-
the data type of an address variable
C
Correct answer
Explanation
A pointer is a variable that stores memory addresses. Option C correctly defines a pointer as 'a variable for storing addresses.' Pointers allow you to indirectly access and manipulate memory locations. Option A is incomplete - while pointers contain addresses, they are themselves variables. Option B describes program flow. Option D describes a pointer's type, not what a pointer is.
-
Media management application
-
Two-very-safe
-
RAID level 1
-
RAID level 0
-
RAID level 5
E
Correct answer
Explanation
In this RAID level, upon drive failure, any subsequent reads can be calculated from the distributed parity such that the drive failure is masked.
-
Registration
-
RAID level 4
-
RAID level 0
-
RAID level 1
-
One-safe
B
Correct answer
Explanation
This RAID level refers block level parity and here each disk operate independently.
-
RAID level 0
-
RAID level 2
-
RAID level 1
-
RAID level 3
-
RAID level 4
D
Correct answer
Explanation
in RAID Level 3, Byte-level striping with dedicated parity is done.