Create a custom practice set
Pick category, difficulty, number of questions, and time limit. Start instantly with your own quiz.
Generate QuizPick category, difficulty, number of questions, and time limit. Start instantly with your own quiz.
Generate QuizNo weekly quiz is published yet. Check the weekly page for the latest updates.
View Weekly PageAnswer: True
Virtual memory is a memory management technique where the OS uses a portion of hard disk (page file/swap space) as an extension of physical RAM. Allows running programs larger than available RAM by swapping inactive pages to disk. Slower than physical RAM but enables multitasking and larger address spaces.