SLR1.5 Flashcards

1
Q

what is an operating system

A
  • provides a platform on which users can run programs
  • software that tells the hardware what to do
  • controls the operations of the computer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

utility software

A

used to maintain the computer system

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

types of user interfaces:

A

GUI (graphical user interface)
command line
menu
natural language

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

GUI

A

graphical user interface
the way in which you interact with a computer as a human being
includes windows, icons, menus, pointers
interactive and intuititve
optimised for mouse and touch gesture

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

command line interface

A

text based
less source heavy compared to a GUI
more common than a GUI
efficient
useful for automating processing

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

menu driven interface

A

e.g. pin and chip devices
successive menus presented to the user
single options chosen at each stage
often with buttons on a keypad

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

natural language

A

responds to questions in spoken language
not always reliable
getting better all the time

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

multitasking

A

running multiple applications at the same time by giving each application a small slice off processor time

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

device drivers

A

translates operating system instructions into commands that the hardware will understand

The device can also pass data back to the operating system using the device driver

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

what is user mangement

A

allows different users to log into a computer
data from each user is saved, e.g. theme
users could have different access rights to files and programs

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

file management

A

data is stored in files
an extension to file name tells the operating system which application to load the file into

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

encryption

A

utilises use algorithms to scramble plain text into cypher text

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

defragmentation

A

reorganises files on a hard disk, putting fragments of files back together, and to collect free space
This reduces the movement of a read/write head across the surface of the disk speeding up file access

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

data compression

A

reduces the size of a file so that it takes up less space, and is quicker to download over the internet

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

System information utility

A

displays important data about the current state of the computer
e.g temperature

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

Diagnosis utility

A

detects and resolves items that are not working
e.g network connection

17
Q

system software

A

Software that governs the computer system. It:
controls the hardware
allows applications to run
provides an interface for the user to interact with the computer

18
Q

incremental backup

A

Only the changes made to the device needs to be backed up
Small number of files are used between backup
Take less time
Each backup will take less memory to store

19
Q

full backup

A

backups all data, files and software
longer compared to incremental backup
faster to restore backups

20
Q

open source software

A

The source code is distributed with the software
The customer can modify the source code

21
Q

examples of utility system software

A

Defragmentation software
Backup software
Anti-virus
Firewall

22
Q

why do solid state drives not need to be fragmented

A

Solid state drives do not need to be defragmented because they contain no moving parts
they are random access memory, not sequential access

Defragmenting an SSD actually reduces their lifespan
defragmentation requires a lot of read and write cycles, which SSDs have a finite amount of

23
Q

functions of file management

A

copying files
deleting files
moving files
renaming files

24
Q

what is peripheral management

A

allows external hardware to connect to the CPU

25
Q

explain the process of defragmentation

A

files are moved around to create free space
file fragments are combined into the free space
files are all moved together, leaving all the free space in one place

26
Q

difference between operating system and system software

A

operating system is essential for the function for the computer
system software is optional that can help the computer system

27
Q

functions of the operating system

A

controlling hardware components
providing a platform for software to run on
providing a user interface
managing processes
managing the computer’s memory

28
Q

fragmentation

A

When a file is stored as a series of segments
some segments run together in sequence and some are split up over a disk

29
Q

paging

A

form of memory management
Memory is broken up into fixed-size blocks, known as pages

30
Q

Process management

A

tasks related to processing like creation, scheduling, termination, deadlock, etc

31
Q

multi-user operating system

A

Different users can log into the same computer, e.g, admins, school accounts.
allowing a personalised experience

32
Q

what is a user interface

A
  • human computer interaction
33
Q

application software

A

used to carry out tasks on a computer, such as writing an email, making a poster, doing homework and messaging friends