operating systems

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/35

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.

36 Terms

1
New cards

What does CMOS stand for

complementary metal-oxide semiconductor

2
New cards

what does OS stand for

Operating system

3
New cards

what is an operating system

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

4
New cards

what does HCI stand for 

human computer interface 

5
New cards

what does GUI stand for

graphical user interface

6
New cards

what does CLI stand for

command line interface

7
New cards

what is an icon 

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

8
New cards

what does WIMP stand fo

windows, icons, menu, pointing device

9
New cards

what is post-WIMP

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

10
New cards

what is a pinching and rotating

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

11
New cards

what is memory management 

part of the OS that controls the main memory 

12
New cards

what is memory optimisation

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

13
New cards

what is memory organisatiion

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

14
New cards

what is security management 

part of the OS that ensures the integrity, confidentiality and availability of data

15
New cards

what is contiguous

items next to each other

16
New cards

what is vertual memory systems

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

17
New cards

what si memory protecton 

function of memory management that ensures two cometing application cannot use same memory locations at the same time 

18
New cards

what is process management

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

19
New cards

what is hardware management

part of the OS that controls all I/O devices connected to a computer

20
New cards

what is device driver 

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

21
New cards

what is a utility program

parts of the operating system which carry out certain functions

22
New cards

what is a disk formatter

utiility that prepares a disck to allow data to be stored and retrieved

23
New cards

what is a bad sector 

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

24
New cards

what is an antivirus software

software that quarantines and deletes files or programs infected by a virus.

25
New cards

what is a heuristic checking

checking of software for behaviour that could indicate a possible virus

26
New cards

what is quarantine 

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

27
New cards

what is a false positive

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

28
New cards

what is disk defragmenter

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

29
New cards

what is a disk content analysis software 

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

30
New cards

what is disk compression

software that compresses data before storage on an HDD

31
New cards

whait is a back-up utility

software that makes copies of files on another portable storage device

32
New cards

what is a program library 

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 

33
New cards

what is a library program

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

34
New cards

what is a library routine

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

35
New cards

what does DLL stand for

dynamic link file

36
New cards

what is a DLL 

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