1.5: SYSTEMS SOFTWARE Flashcards

1
Q

What is system software?

A

-software that governs the computer system.

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

Two kinds of systems software to consider:

A

-operating systems
-utilities

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

What is an operating system? (2 MAIN POINTS)

A

-a suite of programs that manages and controls the computer.

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

Give an example of an operating system:

A

-Microsoft Windows
-Apple OS X
-Android
-IOS

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

What is a user interface?

A

a suite of programs that allows a user to interact with a computer.

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

List the 3 types of user interface:

A

-graphical user interface (GUI)
-mobile user interface (Mobile UI)
-command line interface (CLI)

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

Characteristics of GUIs and MUIs: A&D

A

-Applications represented by icons (and accessible through menus.)
-Users interact by using a mouse and on-screen pointer/ touch.
-powerful and easy to use, but require a lot of processing power.

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

Characteristics of CLIs: A&D

A

-text-based.
-Users control the computer by typing in commands.
-require little processing power and are extremely powerful, but are difficult to use

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

Explain why computers need an Operating System:

A

-proves an interface between software and hardware
-allows control of hardware

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

What is multi-tasking?

A

-Many multiple tasks/ instructions running at the same time.

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

Multi-tasking is only possible if: (2)

A

-the operating system can support multitasking
-the computer has enough memory to hold more than one program in primary memory at the same time

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

What does Memory management manage? and what does it ensure can happen?

A

-manages RAM (main memory)

-more than one program can run at the same time
-more than one document can be opened at the same time

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

what are the 5 functions of an operating system?

A

o User interface
o Memory management and multitasking
o Peripheral management and drivers
o User management
o File management

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

What are peripherals?

A

-hardware devices connected to a computer

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

How does the operating system operate a peripheral?

A

-uses a program called a device driver

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

What do device drivers contain?

A

-contains instructions on how to control an external device/ peripheral

17
Q

Advantages of using device drivers:

A

-any device can be used with the operating system, as long as a driver is available for it
-drivers can be updated, usually to give better performance or to remove a bug

18
Q

What is File management? and what does it do?

A

-program that OP uses to organise and keep track of files.

-keeps track of the exact sector of the hard drive the files are stored in

19
Q

The file management software allows users to:

A

-create, modify and delete files and folders
-copy and duplicate files and folders
-move files and folders
-rename files and folders
-sort items into different orders, according to name, file type, date created and more
-search for particular files and folders
-restore deleted files
-set access rights to files such as read only or edit

20
Q

Different types of utility software:

A

encryption software
defragmentation software
data compression software
firewall

21
Q

What does an encryption software do?

A

-it disguises the contents of files so they can only be understood by authorised users