Topic 7: Systems Software Flashcards

1
Q

What are some of the things an operating system does

A

-controlling hardware components
-providing a platform for software to run on
-providing a
user interface
-multitasking facilities
-managing the computer’s
memory
-managing peripherals
-managing files
-managing users

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

What is a user interface

A

A user interface is a program, or suite of programs that allows a user to interact with a computer. It is split into three main parts: Graphical user interface, Mobile user interface and Command line interface.

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

What does the GUI do

A

GUIs feature a desktop where everything is displayed. Applications run in Windows, and all objects (apps, hardware and files) are represented by icons. Application features are accessible through the use of menus. Users interact with the interface by using a mouse and on-screen pointer.

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

What does a MUI do

A

MUI’s respond to touch. Fingers are used to open programs and interact with them. Gestures such as swiping are used to scroll within documents. Pinching and stretching are used to re-size images.

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

What do CLI’s do

A

Command line interfaces are text-based. Users control the computer by typing in commands. CLIs require little processing power and are extremely powerful, but are difficult to use. Originally most interfaces were CLIs, and they still exist within modern operating systems.

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

What is multitasking

A

Multitasking means to be able to run more than one program simultaneously.

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

What are the requirements for multitasking

A

Multitasking is possible only if:

-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
8
Q

Why do computers need memory management

A

Computer memory must be managed to ensure that:

-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
9
Q

What are peripheral devices

A

Peripherals are exteral hardware devices connected to a computer.

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

What is needed for a peripheral to connect to a computer

A

To operate a peripheral, the operating system uses a program called a device driver. Device drivers contain instructions on how to control a device. Each connected device has its own driver.

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

What are the advantages of 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

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

What is file handling software

A

The file handling software allows users to:
-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

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

How do Operating Systems manage users

A

-individual users to be created and deleted
-access levels to be given to users, such as administrator rights or standard user rights
-auditing (keeping a log) of files a user creates, accesses, edits and deletes

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

What purpose does a utility software have

A

Helps maintain the system

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

How does a utility software help maintain the system

A

-encryption software
defragmentation software
-data compression software
-backup software

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

How does encryption software work

A

Encryption software disguises the contents of files so they can only be understood by authorised users. The software uses a complex algorithm to scramble the contents. Only authorised users can descramble the content.

17
Q

How does disk defragmentation work

A

When a file is stored on a
hard disk it is actually stored not as a whole file, but as a series of segments scattered. Over time, more and more files become fragmented, as do individual files. A fragmented disk takes longer to read from and write to, making a computer run slower. Defragmentation software takes the fragmented files and rearranges the segments so that they run contiguously. This decreases read/write time, thereby speeding up computer performance.

18
Q

What is data compression software

A

Compression software reduces the size of a file stored on secondary storage.

19
Q

How does full backup software work

A

A full backup involves making a copy of every file on the computer or network. They can require a lot of storage space and can be time consuming to make.