Systems Software Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What does the user interface allow

A

The user to interact with the hardware

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

Name the four types of user interface

A

Command line interface
Graphical user interface
Natural language interface
Menu driven interface

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

What are the features of a command line interface

A

Difficult to use but powerful and requires less processing power

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

What are the features of a graphical user interface

A

Uses windows, icons, menus and pointers
It is easy to use and intuitive

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

What are the features of the natural language interface

A

User voice to interact
Very intuitive but limited

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

What are the features of the menu driven interface

A

A series of limited menus are shown to the user

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

What is memory management

A

organising a computers memory so that is can run multiple programs at the same time and it can multi task

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

What is time slicing

A

When each program is given a slice of time to run in the cpu making it feel like they are running at the same time

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

How does the os maximise the use of space in the memory

A

It splits the data efficiently in memory by fragmenting them

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

What is fragmentation

A

Splitting a program or files into pages so that it can be placed in free spaces in memory/secondary storage

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

What is a peripheral

A

A piece of hardware attached to the device

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

Why does the os use device driver software

A

To communicate with internal hardware or peripherals connected to the computer

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

Why does the os use the device driver

A

To translate the instructions so that the hardware understands the task

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

What is user management

A

managing a users digital identity (access to resources and account information)

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

What users does the os have

A

Multi user and single user

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

What is a multi user os

A

It allows multiple accounts on one device and each account may have different access levels (they can see different files)

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

What is the features of a multi user os

A

Each account might have different access levels(see different files), have their own files, programs, settings and desktop and other users cannot see the other users files, programs and settings

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

What is file management

A

The organisation of the data into a manageable hierarchal structure by the OS

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

What does file management allow

A

The user to create, rename, move and delete folders

20
Q

What does the os do with the hard drive

A

writes and reads data to the hard drive

21
Q

What is stored on the hard drive

A

Data

22
Q

What does file extension do

A

Lets the os know what applications they need to use to open the file

23
Q

What are examples of file extensions

A

JPEG - image
MPEG - videos
DOCX - document
Xls - spreadsheet

24
Q

What does the utility software do

A

Maintains the computer and useful utilities are installed with the operating system

25
Q

What does extra utility software do

A

Perform additional tasks

26
Q

What does encryption software do

A

Scrambles data to stop third parties from being able to read and understand it so if data is intercepted when being sent across a network the hacker won’t be able to understand it

27
Q

What is needed to decrypt data

A

A private key

28
Q

What is needed to encrypt data

A

A public key

29
Q

Name the two types of keys and what they do

A

Public key - encrypts data
Private key - decrypts data

30
Q

Where are files stored

A

On the hard disk in available space

31
Q

Why do small gaps in storage appear

A

Files are created, deleted and moved

32
Q

Why does the os fragment files

A

To make them fit in the small gaps

33
Q

What is the problem with fragmented files

A

It makes reading and writing slower

34
Q

What is defragmentation

A

When the os reorganises the files and putes them back together creating lots of free space together rather than separated

35
Q

What does defragmenting a SSD do

A

It reduces its lifespan because it has no moving parts so if it’s fragmented it doesn’t take longer time to read and write to

36
Q

What is data compression

A

When the file is compressed to reduce the size of a file

37
Q

What does data compression allow

A

More files to be stored and for them to be downloaded faster

38
Q

What is lossy compression

A

Permanently deletes data that won’t be noticed but the file cannot be restored to its original quality

39
Q

What is lossy compression used on

A

Images (jpeg)

40
Q

Advantages of lossy compression

A

It significantly reduces the file size

41
Q

Disadvantages of lossy compression

A

It can be worse quality

42
Q

What is lossless compression

A

Uses an algorithm to compress a file and the file can be restored to its original quality when uncompressed

43
Q

What is lossless compression used for

A

.zip (zipped files)

44
Q

Advantages of lossless compression

A

Better quality

45
Q

Disadvantages of lossless compression

A

Doesn’t reduce the file size as much