1.5 Systems software

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/32

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

33 Terms

1
New cards

Operating System

Software that acts as an interface between the applications and the hardware, the most important type of Systems Software

2
New cards

Peripheral manager

Operating system function that manages input and output between the computer and attached devices

3
New cards

Memory Manager

The function of the OS that manages the computer's memory, allocating it to processes as necessary

4
New cards

Process Manager

The OS function that manages the computer's processors by scheduling which processes are to be executed and in which order.

5
New cards

User interface

Function of an OS that allows users to interact with the computer, can just be a command line or could be graphical

6
New cards

Multitasking

An operating system function that allows more than one application to run at a time by slicing up the CPU's time and sharing it out

7
New cards

File Manager

Operating system function that saves and retrieves files on behalf of the applications. Usually provides a folder structure plus move, rename and search options

8
New cards

User manager

OS function that allocates user accounts, provides a login process, checks passwords and manages access rights

9
New cards

Window

Feature of a graphical user interface that displays applications within boxes which can be moved, opened and closed

10
New cards

Pointer

An on-screen arrow that shows the current position of the mouse, sometimes called a cursor, in a graphical user interface

11
New cards

Driver

A small piece of system software that instructs the operating system how to operate a peripheral device like a printer or scanner

12
New cards

Time slice

The amount of time a process is given in the CPU in a multitasking operating system

13
New cards

RAM

The OS must reserve some of this, then copy a program from secondary storage into here so that it can start running

14
New cards

Virtual memory

The OS's memory manager function will move processes here when primary memory (RAM) is full, it's a reserved space on the secondary storage device (HDD or SSD)

15
New cards

GUI

A Graphical User Interface, such as Windows, macOS, iOS or Android, it provides a user-friendly way of interacting with the computer

16
New cards

CLI

The user interacts with the OS through typing commands in this, a command line interface. MS-DOS and early Unix had one. Network switches often have them

17
New cards

Buffer

An area of memory used for holding data waiting to be moved somewhere else. A printer driver holds data in one while waiting for the printer

18
New cards

Access rights

The permissions granted to users to run programs, change settings, open files or edit files and folders. These are managed by the User Manager feature of the OS

19
New cards

Account

A user profile that allows someone to sign in, this is created and managed by the User Manager function of the OS

20
New cards

Folders

All Operating Systems manage a hierarchy of these, they are where you store your files

21
New cards

Assembly Language

A low-level language which uses mnemonics to replicate the instructions which can be completed by a process.

22
New cards

Software

Any programs which run on a computer, they come in two main types: application and system

23
New cards

Applications

Software which allows the user to complete a specific task, such as browse the internet or write a letter

24
New cards

Systems Software

Software that runs the computer system. Includes the OS and utilities but not applications

25
New cards

Utilities

Programs which analyse and maintain a computer system, keeping it healthy so the applications can run smoothly

26
New cards

Encryption

A utility program might provide this service which protects the contents of files by scrambling them

27
New cards

Defragmentation

Utility software which reorganises fragmented files and put all their segments back together to speed up the system

28
New cards

Compression

Utility software which reduces the size of files by running an algorithm to remove or reorganise data

29
New cards

Storage

This is where we save our data and it is limited so we might need a compression utility to make the most of it

30
New cards

Fragmented

When files get bigger they need more space, but this might be on another part of the disk, so the files get like this. We run the "defrag" utility to fix this

31
New cards

Stolen

If a laptop is __________ your sensitive data is safe as long as it was encrypted using an encryption utility program

32
New cards

A computer might run ______ if the disk is too fragmented, so you should run a defragmentation utility program

Slow

33
New cards

Housekeeping

Any utilities that keep the computer's "house in order": defragging, backups, cleaning up unused files. Often installed with the OS but can be downloaded or purchased separately