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
-
Bays
-
Buses
-
Peripherals
-
Flash memory
-
CMOS
B
Correct answer
Explanation
Yes, buses will carry the information from one component to the other component.
-
Non - volatile
-
Corrupted
-
Volatile
-
Non -corrupted
-
None of the above
C
Correct answer
Explanation
Yes, volatile is called as the information lost when the power is off .
-
Secondary storage
-
RAM
-
Cache memory
-
CD-R
-
Main memory
D
Correct answer
Explanation
Yes, it is correct. It belongs to tertiary storage.
-
cache memory
-
main memory
-
secondary storage
-
vacant memory
-
none of the above
C
Correct answer
Explanation
Yes, secondary storage is called as auxiliary storage. It is also called as mass storage device.
-
Machine control group
-
Branch group
-
Logical group
-
Data transfer group
-
Arithmetic group
D
Correct answer
Explanation
This group provides the 8085 with mathematical ability to manipulate 8-bit data and by judicious use of the condition codes manipulate larger values.
Data transfer group of instructions provide 8085 with the ability to move data around inside the RAM, between the RAM and the register of the microprocessor and between registers within the microprocessor.
-
AND Instruction
-
Increment Instruction
-
OR Instruction
-
Decrement Instruction
-
Compare Instruction
B
Correct answer
Explanation
This instruction provides a quick means of adding one to the contents of a register or memory location.
-
LDA & STA
-
LHLD & SHLD
-
LDAX & STAX
-
AND Instruction
-
Compare Immediate
A
Correct answer
Explanation
The Load Accumulator Direct (LDA) and the Store Accumulator Direct (STA) instructions provide a means of moving a byte between the accumulator and a RAM address.
-
Main memory
-
Secondary memory
-
Cache memory
-
Read only storage memory
-
None of the above
D
Correct answer
Explanation
Micro program executes the OPCODE. These programmes are available in ROS of the processor.
-
user programme in the main memory
-
instruction (OPCODE) in processor
-
instruction (OPRAND) in processor
-
program in the main memory
-
none of the above
B
Correct answer
Explanation
Micro programs are written to produce relevant digital signals of the given OPCODE. Hence, option (2) is correct.
-
larger than main memory
-
same as main memory
-
shorter than main memory
-
overlay has nothing to do with memory
-
none of the above
A
Correct answer
Explanation
Overlay concept uses the free blocks of the main memory during run time to execute some portion of a program. So, when a larger size program is required to be executed, it is first fragmented in smaller continuous programmes, and those programmes are loaded and removed in/from memory as and when required.
-
8080
-
8085
-
80486
-
bit slice
-
none of the above
C
Correct answer
Explanation
Cache memory is used when pipelining is implemented in the processor architecture. 80486 architecture supports the pipelining.
-
MOS Device
-
TTL Device
-
ECL Device
-
C-MOS Device
-
None of the above
C
Correct answer
Explanation
ECL can be easily implemented to have high speed memory chip. Because of its speed, it is favourable for implementing cache memory.
-
8255 is not used by microcontroller, but microprocessor uses it
-
extended RAM & ROM memory are not used in microcontroller but used in microprocessor
-
RISC can be implemented in microprocessor, but not in microcontroller
-
microprocessor has internal flash memory, but microcontroller does not
-
none of the above
A
Correct answer
Explanation
For parallel I/O operation, microprocessor uses a programmable peripheral interface (PPI) IC as controller/interface device for parallel I/O while this is internally implemented in microcontroller. So, microcontroller does not require 8255.
-
both at input and output
-
only at input
-
only at output
-
only at address port
-
none of the above
A
Correct answer
Explanation
Memory chip accepts the data bit at the input and loads it in by WR, and outputs data bit at output by RD. So, both output and input remain connected to the bus where tristate nature is required. So, these buffers are required at both input and output.
-
MOS
-
TTL
-
ECL
-
JFET
-
none of the above
A
Correct answer
Explanation
Due to its high density, low power requirement and generally acceptable speed, MOS memories are most popularly used memories.