Systems Software

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/27

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:39 PM on 4/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

28 Terms

1
New cards

What are the 7 functions of an OS? (FUMDUMP)

File management; User interface; Memory management; Drivers; User management; Multitasking; Peripheral management

2
New cards

What is file management?

The OS creates and maintains a file system. The user can: (Re)name files; Assign files to folders; Move files; Save files; Edit files; Copy & paste files

3
New cards

What is the User Interface (UI)?

The UI receives input and outputs data to the user. Allows for communication with the hardware.

4
New cards

What are the 2 types of UI?

Graphical User Interface (GUI) and command line

5
New cards

What is the GUI?

A graphic-based UI - uses windows, icons and pointers to control the computer.

6
New cards

Give 1 advantage and 1 disadvantage of GUI.

  • Easy to use; + Powerful; - Heavy resource usage; - Slow
7
New cards

What is command line?

A text-based UI - commands are entered directly into the system.

8
New cards

Give 1 advantage and 1 disadvantage of the command line interface.

  • Low resource usage; + Fast; - Hard to understand/use
9
New cards

What is memory management?

The OS manages the RAM, moving the application from secondary storage to RAM when it is loaded. It also operates the VM.

10
New cards

What is a driver?

A program which allows the computer to communicate with an external device.

11
New cards

What is user management?

The OS: Sets up user accounts; Sets up passwords/security; Sets up access rights for each user (user, admin, guest etc.)

12
New cards

What is multitasking?

The OS can only perform one process at a time, but can appear to do multiple by managing the memory.

13
New cards

Give an example of multitasking.

Having Minecraft and Youtube running at the same time.

14
New cards

What is peripheral management?

Managing devices connected to the computer like keyboards and printers.

15
New cards

What does the OS do in peripheral management?

Receives data from input devices; Sends data to output devices; Allows for communication between input and output devices

16
New cards

What is utility software?

Software which maintains the system and keeps the computer running smoothly.

17
New cards

What is fragmentation?

Data fragments are spread over a hard drive, so it takes longer to read it

18
New cards

How does fragmentation occur?

Files are deleted; New files added are bigger than gaps left behind; Files are split up

19
New cards

What is defragmentation?

Files are moved to be stored contiguously.

20
New cards

What is the process of defragmentation?

Collate free space at end; Collate file fragments together; Store files contiguously

21
New cards

What is the benefit of defragmentation?

The needle doesn't have to move as far so faster to access files; Don't have to search for rest of file; Less time to save new data because large spaces of free space, so can be stored contiguously.

22
New cards

What is compression?

Reduction of file size to save space on secondary storage by removing quality.

23
New cards

What is the process of compression?

Algorithm is used to remove repeated/unnecessary data

24
New cards

What is the difference between lossy and lossless?

Lossy loses quality permanently, lossless is temporarily lost

25
New cards

What does encryption software do?

Algorithm used to scramble data into cypher text; Encrypted data is unintelligible; Keys are used to encrypt/decrypt data

26
New cards

What are the two software licences?

Open source and proprietary

27
New cards

What is open-source software?

Software distributed with no restrictions; Users can see source code; Users can modify it; Usually free; Issues with DPA (less secure)

28
New cards

What is proprietary software?

Software distributed with restrictions; Users buy licence to use it; Users cannot see source code; Cannot be modified; Usually paid for