Software Flashcards

1
Q

Utility software

A

system software that carries out configurational or maintenance tasks.

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

What does backup utilities do and what are the two ways it can be initiated?

A

It creates a copy of files and programs.
They can be set to run automatically when the system is not in use.
or can be started by the user

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

What does disk defragmentation utilities do?

A

By reordering the data in the disk to be as close to each other as possible the disk defragmentation utilities reduce seek times and increase file loading speeds and the read and write heads of the hard disk drive have to move around a lot less to access the data in the disk

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

What are the two ways they defragging can be initiated

A

They can be set to run automatically or be started by the user

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

What does compression utillities

A

It reduces the original size of a file or a set of files

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

Define decompression

A

Extracting data from a compressed file to that it can be readable

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

What does formatting utilities do?

A

It prepares a storage device for its first use

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

How does formatting utilities make the process of formatting a disk easier for the user?

A

They allow the user to choose the file system, file unit sizes and name of the disk. They also confirm if the user actually wants to format their disk.

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

Define operating system-

A

An OS allows a user to control or manage a computers hardware either directly or by using another system or application software

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

What is single operating system

A

It is an operating system that allows for a general user and does not provide the option to customize the user interface for different users.

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

What are three functions of network operating software

A

It makes requests to servers when users log in with their username and password.
It separates the users accounts ensuring that the users cannot access each others files.
It provides access to network storage and other shared resources such as network printers.

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

How does an operating system manage the memory of a computer?

A

It allocates RAM to different applications when they are running and clears it when that application is no longer being used making it available for another application.
It also creates virtual memory for devices.

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

How exactly does it create virtual memory?

A

When the RAM of a computer runs out and more and more RAM is required by the multiple applications that are opened and are either actively being used or running in the background the OS creates virtual memory by temporarily transferring some of the less frequently used data by these applications to the hard disk of that computer and swapping it back to the ram when it is required by the application.

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

How does OS manage other resources?

A

Other resources of an application include its graphics card, input or output devices, memory and processor. When any of these hardware resources are required by an application, the OS of that computer makes the resources available. If that system resource is currently used by another application the OS will say so and if it is a resource like a printer the OS can let the app know when that resource is available again.

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

Define graphics card

A

A device that is built in or added to a computer to allow it to display visual graphics.

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

How does OS provide security?

A

An operating system of a computer provides secure access to the computer storage through passwords, biometric scanning and personal access cards which is known as authentication. OS provide Software firewalls that can prevent network data from remotely accessing a service or application on a network.

17
Q

Define authentication

A

It is the process of confirming if a user has permission to access certain files, software and hardware

18
Q

Define firewalls

A

A firewall is a system of preventing a computer network from being looked at or used by people who is not permitted to do so.

19
Q

Define print spooling

A

It is the process of keeping pages ordered in a queue ready to be printed by a printer.

20
Q

Give some insight on print spooling

A

The operating system is essentially ordering the multiple pages in a queue which are grouped together to form a spool file. The spool file acts as a buffer to send the pages to the printer at a pace it can handle without overwhelming its processor.