Chapter 3: Software Flashcards

1
Q

Define the term ‘Software’.

A

Software is the term given to the programs we run on our Computer.

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

Name four secondary storage mediums.

A

A hard disk
A memory stick
An SD card
An optical disk (DVD or CD)

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

What do System, Application and software control?

A

System Software: Controls the Software
Application Software: Handles the real-world jobs that users want to do.
Utility Software: Has limited functionality and is used to maintain computer systems.

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

Why does System Software act as an intermediary between the application and the hardware?

A

It hides the complexities of the hardware from the user and the application programmer.
It allows the user to operate the computer without having to write programs.

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

Define the term ‘User Interface’

A

The user interface is the boundary between the human user and the machine.

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

What does the command-line interface require?

A

The user to type commands.

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

What does ‘GUI’ stand for?

A

Graphical User Interface.

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

What are some of the difficulties that some interfaces face?

A

Accent
Speed of Talking
Dialect Used.

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

Name three types of files.

A

Data Files: Such as a word processed document or a database.
Program Files: Such as operating system components or applications.
Configuration Data: Such as the parts of the Windows registry.

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

What can ‘Defragmentation’ be used for ?

A

Can be used to tidy up the disk or other medium so that the parts of the files are moved to be stored next to each other.

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

What is a ‘Device Driver’ and what does it do?

A

Creates an interface so that programmers do not need to be concerned about the peculiarities of the device.
Allows an operating system to communicate with he device.
Allows devices to operate independently of each other.

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

What must a ‘Multiprogramming operating system’ do?

A

Make sure that the CPU is in use as much of the time as possible.
Try to speed up the operations of all tasks.
Share resources fairly between tasks.

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

What are ‘File Extensions’?

A

These are parts if the file name that indicate what type of file it is.

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

What do viruses do?

A

They replicate themselves and attach themselves to legitimate programs.

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

State 3 things Viruses can do

A

Damage files.
Take control of a computer.
Retrieve confidential data.

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

State 4 application programs

A

Word Processors.
Traffic light controls.
Payroll processing.
Train look-up programs.

17
Q

Explain what Disk Organisation utilities include.

A

Formatting - Prepares new media for receiving data.
File Transfer: Copies files from one location to another. FTP utilities are for copying files across a network.
Defragmentation - Recognises files that have been split on secondary storage. It relocates the fragments close together so that access is faster.

18
Q

State two advantages and two disadvantages of custom written software.

A

Advantages: It should have exactly the features required.
It should not require special adaptations to be made after instillation.
Disadvantages: It may not have been extensively tested.
It may take a long time to develop.

19
Q

Give three examples of ‘Off the shelf software’

A

Microsoft Office.
Windows.
Norton security software.

20
Q

What are the difficulties that ‘normal speech input’ are associated with?

A

Accent.
Speed of Talking.
Dialect used.

21
Q

Give three advantages and three disadvantages of Open source software.

A

Advantages:
It maybe free of charge;
It can be altered because the source code is available;
It many be extremely reliable and efficient because many people work to improve it.

Disadvantages:
There are no maintenance contracts;
There is no one to contact if there are any problems;
Updates may not happen or come at irregular intervals.

22
Q

Explain what is meant by Open source software.

A

This is software that has bee placed in the public domain by the programmers. They often produce software to improve their skills or for the public good. Some of the most widely used software in the world is open source.