Software Types Flashcards

1
Q

What are the two types of software?

A
  • Systems software

* Applications Software

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

What is systems software?

A

The software needed to run the computer’s hardware and applications programs.

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

What are some examples of systems software?

A
  • Operating systems
  • Utility Programs
  • Library Programs
  • Translators
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are some examples of applications software?

A
  • Off the shelf
  • Custom Written
  • Proprietary
  • Open Source
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the OS?

A

A set of programs that lies between applications software and computer hardware

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

What are some functions of the OS?

A
  • Resource Management
  • Provision of a user interface
  • Interrupt Handling
  • Multi tasking
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is utility software?

A
System software designed to optimise the performance of the computer or perform tasks such as:
• Backing up files 
• Restoring corrupted files
•Compressing or decompressing data
• Encrypting data before transmission
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are some examples of utility programs?

A
  • Disk de-fragger
  • Auto Backup
  • Auto Update
  • Virus checker
  • Compression Software
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a disk defragmenter?

A

A program that will re organise a magnetic hard disk so that the files which have been split up into blocks and stored all over the disk will be recombined in a single series of sequential blocks.

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

Why is using a disk defragger useful?

A

So file scan be read more quickly.

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

What does the automatic backup do?

A
  • Where backup is stored
  • What you want to backup
  • How you want to run the backup
  • When you want to run the backup
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does automatic update do?

A

• Makes sure that any software installed on the computer is up to date

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

What does a virus checker do?

A

Scans permanent storage for viruses by comparing files to known virus definitions.

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

How do virus programs use heuristics?

A
  • Knows what types of behaviour are likely to be used by a malicious program.
  • Used to guess which programs or files may contain a virus based upon their behaviour.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does compression software do?

A
  • Reduces the size of files.

* Faster transmission of files over the internet.

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

What is applications software?

A

Software the performs tasks that benefit the user.

17
Q

What are the different types of applications software?

A
  • General Purpose
  • Special Purpose
  • Bespoke
18
Q

What is off the shelf?

A

Read made software available to anyone to purchase.

19
Q

What is bespoke?

A

Software that is custom created for a specific user.

20
Q

What is open source software?

A

Software that allows anyone to access the source code.

21
Q

What are some features of open source software?

A
  • Software is licensed for use but there is no charge for the license, anyone can use it.
  • Open source software must be distributed with the source code so anyone can modify it.
  • Developers can sell the software they have created.
  • Any new software created from open source software must be open, this means that it must be distributed or sold in a form that other people can read and edit.
22
Q

What is closed source?

A
  • Software that does not allow access to source code.
  • Users must pay the person or company who owns the copyright for a license to use the software.
  • There may be restrictions on how the software is used.
23
Q

What is an advantage of using closed source?

A
  • Support available from the company.
  • regular updates available
  • Large user base and training courses.
24
Q

What are some differences between off the shelf vs bespoke?

A
  • Less expensive.
  • May contain many unwanted features
  • Ready to be installed immediately..
  • well documented and error free
25
Q

What are some differences between bespoke vs off the shelf?

A
  • more expensive
  • Features customised to user requirements and other features can be added as needs arise.
  • may take a long time to develop
  • May contain errors.