CPU and Virtual Memory
Quiz by Paul
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
17 questions
Show answers
- Q1What is the main purpose of virtual memory?To store permanent filesTo improve graphics performanceTo increase CPU speedTo extend the available memory beyond the physical RAM30s
- Q2Which component of the CPU is responsible for executing instructions?RegistersALU (Arithmetic Logic Unit)CU (Control Unit)Cache Memory30s
- Q3What happens when a computer runs low on RAM and uses virtual memory?It shuts down automaticallyIt loses all unsaved dataIt speeds up performanceIt may slow down due to increased disk access30s
- Q4What is the role of the Control Unit (CU) in a CPU?To store data temporarilyTo direct the operation of the processor and manage the execution of instructionsTo increase the speed of the RAMTo perform arithmetic operations30s
- Q5How does virtual memory utilize the hard drive?By creating backups of RAMBy speeding up data accessBy storing files permanentlyBy using a paging system to swap data in and out30s
- Q6What is a common consequence of relying heavily on virtual memory?The computer will freeze permanentlyThe CPU will become damagedData will be lost immediatelyThe computer may experience slower performance30s
- Q7What type of memory is faster, RAM or virtual memory?Virtual MemoryHard DriveCache MemoryRAM30s
- Q8Which of the following best describes the use of cache memory in relation to the CPU?It serves as an external backupIt stores frequently accessed data to speed up processingIt permanently stores all filesIt increases power consumption30s
- Q9What is the purpose of a memory address in a computer system?To increase CPU speedTo identify a specific location in memoryTo store encryption keysTo backup files30s
- Q10What is the primary purpose of CPU registers?To connect the CPU to external devicesTo manage the power supply of the computerTo permanently store large amounts of dataTo temporarily hold data and instructions for quick access30s
- Q11Which type of register is specifically used to hold addresses in the CPU?Data registerControl registerAddress registerInstruction register30s
- Q12What type of register temporarily holds the instruction currently being executed by the CPU?Accumulator registerInstruction registerStatus registerIndex register30s
- Q13Which register is responsible for keeping track of the arithmetic calculations in the CPU?Address registerAccumulator registerData registerProgram counter30s
- Q14What is the role of the program counter in the CPU?To point to the address of the next instruction to be executedTo store the results of calculationsTo hold the current program in executionTo manage input/output operations30s
- Q15What is the function of a data register within the CPU?To calculate arithmetic operationsTo temporarily hold data being transferred to or from memoryTo maintain the current execution state of the CPUTo store the address of the next instruction30s