AS Lvel CS (9618) 5 System Software

call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/33

Last updated 5:41 AM on 4/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Add student to class section state
Add studentsNo students in these sections. Invite them to track progress!

34 Terms

1
New cards

CMOS

complementary metal-oxide semiconductor.

2
New cards

Operating system

software that provides an environment in which applications can run and provides an interface between hardware and human operators.

3
New cards

HCI

human–computer interface.

4
New cards

GUI

graphical user interface.

5
New cards

CLI

command line interface.

6
New cards

Icon

small picture or symbol used to represent, for example, an application on a screen.

7
New cards

WIMP

windows, icons, menu and pointing device.

8
New cards

Post-WIMP

interfaces that go beyond WIMP and use touch screen technology rather than a pointing device.

9
New cards

Pinching and rotating

actions by fingers on a touch screen to carry out tasks such as move, enlarge, reduce, and so on.

10
New cards

Memory management

part of the operating system that controls the main memory.

11
New cards

Memory optimisation

function of memory management that determines how memory is allocated and deallocated.

12
New cards

Memory organisation

function of memory management that determines how much memory is allocated to an application.

13
New cards

Security management

part of the operating system that ensures the integrity, confidentiality and availability of data.

14
New cards

Contiguous

items next to each other.

15
New cards

Virtual memory systems

memory management (part of OS) that makes use of hardware and software to enable a computer to compensate for shortage of actual physical memory.

16
New cards

Memory protection

function of memory management that ensures two competing applications cannot use same memory locations at the same time.

17
New cards

Process management

part of the operating system that involves allocation of resources and permits the sharing and exchange of data.

18
New cards

Hardware management

part of the operating system that controls all input/output devices connected to a computer (made up of sub-management systems such as printer management, secondary storage management, and so on).

19
New cards

Device driver

software that communicates with the operating system and translates data into a format understood by the device.

20
New cards

Utility program

parts of the operating system which carry out certain functions, such as virus checking, defragmentation or hard disk formatting.

21
New cards

Disk formatter

utility that prepares a disk to allow data/files to be stored and retrieved.

22
New cards

Bad sector

a faulty sector on an HDD which can be soft or hard.

23
New cards

Antivirus software

software that quarantines and deletes files or programs infected by a virus (or other malware). It can be run in the background or initiated by the user.

24
New cards

Heuristic checking

checking of software for behaviour that could indicate a possible virus.

25
New cards

Quarantine

file or program identified as being infected by a virus which has been isolated by antivirus software before it is deleted at a later stage.

26
New cards

False positive

a file or program identified by a virus checker as being infected but the user knows this cannot be correct.

27
New cards

Disk defragmenter

utility that reorganises the sectors on a hard disk so that files can be stored in contiguous data blocks.

28
New cards

Disk content analysis software

utility that checks disk drives for empty space and disk usage by reviewing files and folders.

29
New cards

Disk compression

software that compresses data before storage on an HDD.

30
New cards

Back-up utility

software that makes copies of files on another portable storage device.

31
New cards

Program library

a library on a computer where programs and routines are stored which can be freely accessed by other software developers for use in their own programs.

32
New cards

Library program

a program stored in a library for future use by other programmers.

33
New cards

Library routine

a tested and ready-to-use routine available in the development system of a programming language that can be incorporated into a program.

34
New cards

Dynamic link file (DLL)

a library routine that can be linked to another program only at the run time stage.