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
-
Ready
-
Status Lines
-
Read And Write
-
Address Lines
-
Trap
C
Correct answer
Explanation
These lines indicate which direction the 8085 microprocessor expects to pass data between itself and the external data bus.
-
Direct Branch Addressing Mode
-
Register Indirect Branch Addressing Mode
-
Register Addressing Mode
-
Zero Flag
-
Stack Pointer
B
Correct answer
Explanation
Here, the register pair contains the high order byte of the address in the first and the low order byte of the address in the second in 8085 processor.
-
Register Indirect Addressing Mode
-
Intersegment Indirect Addressing Mode
-
Intrasegment Indirect Addressing Mode
-
Register Addressing Mode
-
Direct Branch Addressing Mode
A
Correct answer
Explanation
Here, the instruction indirectly specifies the address of the data by referring to a register pair for the absolute address in 8085 processor.
-
hold the return address of a function call
-
hold the calling address of a function call
-
hold the address of the data area of the main program
-
provide the next address of program execution
-
It is not required at all.
A
Correct answer
Explanation
After completing the function call, the processor returns back to calling program using the address in the stack pointer.
D
Correct answer
Explanation
The kernel is the core memory-resident portion of an operating system that manages system resources. Registry stores configuration, API is interface, and CMOS stores BIOS settings.
-
BIOS
-
API
-
device driver
-
supervisor program
A
Correct answer
Explanation
BIOS (Basic Input/Output System) is firmware stored on a ROM chip that initializes hardware components during startup and loads the operating system bootloader from the hard drive into RAM. This bootstrap process is essential for getting the computer running.
-
Any amount of RAM can be allocated to virtual memory.
-
The setting for the amount of hard drive space to be allocated to virtual memory can be manually changed.
-
Virtual memory is also called the swap file (or page file).
-
Virtual memory is the physical space on the hard drive.
-
None of these
-
CD-R
-
Floppy disk
-
CD-RW
-
Hard disk
-
a boot record
-
a file allocation table
-
a root directory
-
virtual memory
D
Correct answer
Explanation
DOS floppy disks contain essential file system structures including a boot record (for loading the OS), a file allocation table (for tracking file locations), and a root directory (for organizing files). However, virtual memory is a memory management technique used by modern operating systems to extend RAM using disk space, which DOS floppy disks do not implement.
-
in a floppy disk
-
in the CPU
-
in a flash card
-
in the hard drive
-
swapping data between virtual memory and RAM too frequently
-
insufficient hard disk space
-
too many processors being managed by the operating system
-
inaccurate information stored in the registry
A
Correct answer
Explanation
Thrashing occurs when a computer spends excessive time swapping data between virtual memory (disk) and RAM, leaving little time for actual program execution. This typically happens when the system is overloaded with processes and doesn't have enough physical memory. It's not related to disk space, number of processors, or registry issues.
-
kilobyte
-
megabyte
-
gigabyte
-
terabyte
C
Correct answer
Explanation
A gigabyte represents approximately one billion bytes (actually 1,073,741,824 in binary). A kilobyte is about 1,000 bytes, a megabyte is about 1 million bytes, and a terabyte is about 1 trillion bytes. The question asks for one billion locations, making gigabyte the correct answer.
-
a nonsystem floppy has been left in the floppy disk drive
-
the CD drive is not functioning
-
the BIOS is corrupted
-
there is a problem loading a device
A
Correct answer
Explanation
The message indicates the system is trying to boot from a non-bootable floppy disk left in the drive. This is a common error when a floppy disk remains in the drive during startup, causing the BIOS to attempt booting from it instead of the hard drive. Options B, C, and D describe different hardware issues but not this specific scenario.
-
a computer program that draws picture
-
a picture stored in secondary memory
-
the smallest resolvable part of a picture
-
none of these
C
Correct answer
Explanation
A pixel (picture element) is the smallest addressable element in a raster image or display. It's the basic unit of digital imaging and represents a single point in an image. The resolution of an image or display is measured in total pixels.