MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER ARCHITECTURE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
RAM is faster to access than a register
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Registers are faster than memory. RAM is much slower than registers.

Detailed explanation-2: -If your computer is running slowly due to a lack of RAM, you might be tempted to increase virtual memory because it is less expensive. However, adding RAM is a better solution because your processor can read data from RAM faster than from a hard drive.

Detailed explanation-3: -RAM is farther away from the CPU than registers are, which can make it take longer to fetch data from it.

Detailed explanation-4: -Cache memory operates between 10 to 100 times faster than RAM, requiring only a few nanoseconds to respond to a CPU request. The name of the actual hardware that is used for cache memory is high-speed static random access memory (SRAM).

There is 1 question to complete.