5.1 Operating systems Flashcards

1
Q

CMOS

A

complementary metal-oxide semiconductor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Operating system

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

HCI

A

human-computer interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

GUI

A

graphical user interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

CLI

A

command line interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Icon

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

WIMP

A

windows, icons, menu and pointing device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Post-WIMP

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Pinching and rotating

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Memory management

A

part of the operating system that controls the main memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Memory optimisation

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Memory organisation

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Security management

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Contiguous

A

items next to each other

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Virtual memory systems

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Memory protection

A

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

17
Q

Process management

A

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

18
Q

Hardware management

A

part of the operating system that controls all input/output devices connected to a computer

19
Q

Device driver

A

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

20
Q

Utility program

A

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

21
Q

Disk formatter

A

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

22
Q

Bad sector

A

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

23
Q

Antivirus software

A

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

24
Q

Heuristic checking

A

checking of software for behavior that could indicate a possible virus

25
Quarantine
file or program identified as being infected by a virus which has been isolated by the antivirus software
26
False positive
a file or program identified by a virus checker as being infected but the user knows this cannot be correct
27
Disk defragmenter
utility that organises the sectors on a hard disk so that files can be stored in contiguous data blocks
28
Disk content analysis software
utility that checks disk drives for empty space and disk usage by reviewing files and folders
29
Disk compression
software that compresses data before storage on an HDD
30
Backup utility
software that makes copies of files on another portable storage device
31
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
Library program
a program stored in a library for future use by other programmers
33
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
Dynamic link file (DLL)
a library routine that can be linked to another program only at the run time stage