Tech Talk: Computer Memory Quiz

Estimated Completion Time
1 min
Tech Talk: Computer Memory Quiz
Image: deepblue4you/E+/Getty Images

About This Quiz

Without memory, computers wouldn't be able to store data in any way. How much do you know about computer memory?
What kind of computer memory is both static and nonvolatile?
RAM
ROM
Cache memory
Correct Answer
Wrong Answer

Read-only memory (ROM) consists of a programmed integrated circuit that doesn't lose data when powered down, making it nonvolatile. But the data is also relatively static -- it stays the same over time.

Where does most data go first within a computer's memory hierarchy?
RAM
ROM
BIOS
Correct Answer
Wrong Answer

Whether from an external input source like a mouse or a keyboard or an internal source like a hard drive, most data first passes through random access memory (RAM).

What does BIOS stand for?
Biological Internet operating system
Binary inner/outer stages
Basic input/output system
Correct Answer
Wrong Answer

BIOS stands for basic input/output system, which is in charge of providing the CPU with information on storage devices, the boot sequence, system security and other items.

Advertisement

When your computer's speed begins to drop, which element of memory is likely overtaxed?
RAM
ROM
Flash memory
Correct Answer
Wrong Answer

Computer programs and operating systems load into RAM. If you have a lot of processes running at one time, your system's RAM may become overworked and performance can suffer.

What is a clock cycle?
The accuracy of a computer's internal clock compared to an external one
The CPU's processing speed
The amount of time it takes for a computer to recover something from memory after booting up
Correct Answer
Wrong Answer

Clock cycles refer to the central processing unit's processing speed. It's measured in hertz -- current processors have clock speeds in the gigahertz range.

What is a memory cache?
The amount of memory your computer has on hand for any particular task
An outdated memory storage device
A temporary memory storage device that keeps certain data available for quick reference
Correct Answer
Wrong Answer

Because many CPUs have processing speeds greater than RAM's capacity to access information, memory caches come in handy. They store information temporarily so that the CPU can refer to the data without commanding the RAM to access it every single time. This cuts down on load times.

Advertisement

In the world of computers, what is bus width?
The size of the vehicle used to ship the computer
The number of pins in a computer port
The number of bits that can be sent to a CPU simultaneously
Correct Answer
Wrong Answer

The speed of system random-access memory is determined by two factors: bus width and bus speed. Bus width refers to how many bits of information RAM can send to the CPU at the same time.

What is latency?
The number of clock cycles needed to read a particular bit of information.
The gap between a processor's speed and a computer's bus speed.
Anything that causes a computer memory crash.
Correct Answer
Wrong Answer

The amount of time -- or number of clock cycles -- a system needs to read a bit of information is called latency. While a system might be able to send information at blisteringly fast speeds, it might not be able to actually process that information at the same rate.

Which kind of computer memory is the first to activate when you turn on your computer?
RAM
ROM
BIOS
Correct Answer
Wrong Answer

Before a computer can even load up its operating system, it has to refer to the BIOS for instructions.

Advertisement

How does virtual memory free up RAM?
It partitions the computer's operating system, freeing up RAM in the process.
It looks for data in RAM that hasn't been used much, copies that data to the hard drive and frees up RAM for other processes.
It converts other kinds of memory into RAM temporarily on an as-needed basis.
Correct Answer
Wrong Answer

Virtual memory looks at RAM for areas that have not been used recently and copies them onto the hard disk. This frees up space in RAM to load new applications.

You Got:
/10
deepblue4you/E+/Getty Images