1.5 System Software Flashcards

1
Q

Purpose of an OS

A

To provide a platform for applications/programs to run

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

Functions of an OS

A

File management, user management, user interfaces, memory management, peripheral management, drivers, multitasking

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

What is memory management?

A

Data used by the program is copied into main memory. The OS keeps a record of where each program and its data are located. The operating system will make sure not to overwrite existing programs and data.

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

What is multi-tasking?

A

The processor carrying out more than one task, seemingly at the same time. Allocating a small amount of time to execute each process in turn.

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

What is peripheral management?

A

Data is transferred between external devices and the processor and this process needs to be managed by the operating system.

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

What are device drivers?

A

A device driver is a program that controls peripheral devices such as printers, mice and displays. Each device communicates with the OS via its own driver. Many device drivers come with an OS but if you buy a brand new type of device, it will be supplied with a driver which you will need to install.

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

What are the different types of User Interfaces?

A

Graphical User Interface, Command Line Interface, Natural Language Interface

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

What is user management?

A

the OS is responsible for user logins and passwords. It will store all users and their passwords in a file or database.

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

What is a multi-user operating system?

A

When more than one person owns a computer so multiple people have access to the OS. They can login using their personal usernames and passwords to access their files.

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

What is file management?

A

File management is carried out by the OS. The following features are available - naming files, allocating files to folders, moving files, saving files, copying files and deleting files.

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

What is utility software?

A

Perform extra functionality and housekeeping tasks that keep computers running efficiently. They are often packaged as part of the OS. Some utility programs such as antivirus software are bought as stand-alone programs.

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

Examples of utility software?

A

Compression, defragmentation and encryption software

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

What is defrag software?

A

In order to read the file, the drive head will need to move to more locations. This makes it far slower to access files and programs. Defragmenting the hard disk reorganises files so they are stored together. Read times are far faster and free space is also in one place so new files do not need to be fragmented.

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

What is encryption software?

A

Encryption software is used to encode text that it cannot be understood without knowing the code to decode it. When a website is encrypted, it will have https at the start of its URL.

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

What is compression software?

A

utilities such as WinZip enable users to compress and decompress files or folders. This reduces the amount of storage space needed on a hard disk. If sending the files, it reduces the amount of data that is sent. Compression may allow attachments to be sent via email that would otherwise have been larger than a file-size limit. More data can be stored on backup media.

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

Access rights

A

If a computer is used by more than one person, each user should be able to see only their own files. Users and system administrators have different levels of access rights. Some users may be allowed to read files but not edit them.