GCSE computing OS(s) Flashcards
What are the functions of an OS?
user management, disk management, peripheral management, multitasking, driver management
List some types of utility software
antivirus, defragmentation, encryption, compression software
What are peripherals?
Input and output devices
What are drivers?
Software that communicate and control peripherals
What are the two main benefits of drivers?
-can be updated
-any device can be used with the OS as long as you have the driver
What is defragmentation?
When a file does not fit into a consecutive memory location on a computer, the computer splits the file up into different memory locations. Over time, files become more fragmented
What is the slowest part of the HDD?
the moving read/write arm
Why does defragmentation speed up computer performence?
The HDD’s moving arm is the slowest part, so if all the fragments are in the same place the arm does not need to move around as much
What does UCD stand for?
User-centered design
What does UI stand for?
User Interface
What does UX stand for?
User Experience
What is a GUI?
Graphical User Interface
What does WIMP stand for?
Windows, icons, menus, pointer
What is multitasking?
When an OS manages many tasks happening at the same time, eg using a web browser and playing music
What are interupts?
Signals sent to the CPU by external devices to indicate an event needs immediate attention. They tell the CPU to stop its current activities and execute appropriate instructions