Which of the following describes the observation that transistors in a computing unit (such as a CPU) will double every two years.
Moore’s Law
An instruction that does one thing or another based on a condition, such as equals, not equals, etc, is known as which of the following?
branch
Memory build directly into each CPU core that stores 32 bits for a 32-bit machine or 64 bits for a 64-bit machine is called which of the following?
register
The operating system, such as Linux or Windows, runs in which of the following spaces?
system space
Local variables in C++ get stored in which segment of RAM?
stack
Which of the following is NOT found inside of the CPU?
RAM
Which of the following is used by user space to request services from the operating system in system space?
system call
Generic instructions, such as add and sub run in which of the following CPU modes?
unprivileged mode
Which of the following tools converts object code into an executable?
linker
Doing more things simultaneously (like with a multiple core CPU) is called which of the following?
parallelism