3. Software Flashcards

1
Q

What is software?

A

Any program that runs on a computer.

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

What are the two main categories of software?

A
  • System software

* Application software

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

What is system software?

A

Programs that are needed to enable the computer to function.

E.g. The OS, utilities, library routines, programming language translators

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

What is application software?

A

Programs that enable a user to perform a task. That is something that the user may need to do with or without a computer, like writing a letter.

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

What is the easiest way of telling whether a program is system software or application software?

A
  • Ask yourself “Would I need to do this task if I didn’t have a computer?”
  • If yes, such as writing a letter, then it is an application.
  • If no, then it is system software.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What 4 types of program does system software include?

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

What 4 types of program does application software include?

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

Remember to revise the categorisation of software.

A

Pg 33 of textbook

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

What is an operating system?

A

Systems software that is necessary for the computer to function.

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

What are utility programs?

A

Systems software that provides other useful functions for operating the computer or performing computer-related tasks such as anti-virus programs.

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

What is library software?

A

Systems software modules that perform frequently required tasks. They can be built into or called from other programs.
(Think about JS libraries)

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

What are translators?

A

System software that translates high-level programming languages into machine code.

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

What programs do translators include?

A
  • Compilers

* Interpreters

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

What is a compiler?

A

A program that converts high level instructions into executable machine code.

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

What is an interpreter?

A

A method of running programs written in high level language “line by line” in the development environment.

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

What is an assembler?

A

Translator that converts low-level assembly language into machine code.

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

What is the difference between a compiler and interpreter?

A
  • An interpreter executes the code line by line in the development environment.
  • A compiler produces a machine code version of the program, which can be run without the development environment. This is an executable file.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

If a program is to be run in a web based environment (e.g. a JS program), should it be compiled or interpreted?

A

Interpreted, because a compiled program makes code for only one particular processor type. On the web, the program needs to be able to run on many processor types.

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

What is a high level language?

A

A language such as Visual Basic that uses more human readable commands to make programs.

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

What is an assembly language?

A

Language that is much closer to the actual instruction set of the processor - uses mnemonics such as LD (standing load).

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

What is a virtual machine?

A

One that “simulates” a processor instruction set. So by using a virtual machine, a program can run on more than one real processor - interacting with the virtual machine.

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

What are the functions of the operating system?

A
  • Memory management
  • Peripheral management
  • Multi-tasking
  • Security
  • User interface
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Why does the OS need to manage memory management?

A

The OS needs to allocate space for each program in the main memory. It needs to reuse this space when the program is closed.

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

What is multi-tasking?

A

Managing how several tasks or programs, which are all running at the same time, share the processor.

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

Why does the OS have to manage multi-tasking?

A

When many programs are open in the background, the OS needs to control what the processor does. It allocates a small amount of processor time for each active process in memory.

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

What are peripherals?

A

Computer hardware components that are not parts of the CPU, which provide input, output or storage.

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

Is a hard disk a peripheral?

A

Yes, because it is not part of the CPU.

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

Why does the OS have to manage peripheral management?

A

The OS needs to allow the user to print things, etc. on input and output devices. When the user gives an instruction, the peripheral management function takes over and sends data to the correct component for it to be carried out.

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

Why does the OS have to manage security?

A

The OS needs to make sure that the user can protect certain files with passwords. In other cases, for example a washing machine, all that is needed is a function to stop the user opening the door when the machine is full of water.

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

Why does the OS have to manage an interface?

A

To allow the user to easily interact with the computer. In PCs, the interface is usually a WIMP.

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

What is WIMP?

A

A type of user interface which stands for:
Windows
Icons
Menus
Pointers
It is where the user selects icons and menu items with a pointer of some kind (with a mouse, stylus or fi nger).

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

What is a user interface?

A

The method of communication between the computer and its user. (A.K.A. HCI or MMI)

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

What is HCI?

A

Human-Computer Interface: another term for user interface.

34
Q

What is MMI?

A

Man-Machine Interface: another term for user interface.

35
Q

What is GUI?

A

Graphical User Interface. A style of user interface, which is based on icons rather than text.

36
Q

What is Command-Line Interface?

A

A style of user interface that is only text-based. Commands are typed in at a text prompt.

37
Q

What is an address (in terms of memory)?

A

A numerical reference to a location in memory.

38
Q

What is a process?

A

A program that is running in main memory.

39
Q

What is an executable file?

A

A file without the programming development environment (compiled code).

40
Q

What is the advantage of an executable file over one run in an interpreter?

A

It runs at a faster rate.

41
Q

What are the different categories of system utility?

A
  • Security utilities
  • Disk organisation
  • Maintenance utilities
42
Q

What is a virus?

A
  • A program that is installed on a computer without your knowledge or permission with the purpose of doing harm.
  • It includes instructions to replicate automatically on a computer and between computers.
43
Q

What do security utilities do?

A

Keep your computer safe from hackers and viruses.

44
Q

What do disk organisation utilities do?

A

Organise your files into folders and tidy up the disk.

45
Q

What do maintenance utilities do?

A

Perform system diagnostics and get software updates.

46
Q

What does antivirus software do?

A
  • It prevents harmful programs from being installed on the computer.
  • It prevents important files, such as the operating system, from being changed or deleted.
  • Performs regular scans and removes any virus.
47
Q

What is a firewall and what does it do?

A

• A utility program that prevents unauthorised access to computers or a LAN from the Internet
• Controls what sites computers on the LAN can access.
(See diagram pg 39 of textbook)

48
Q

Give some examples of filter criteria for a firewall.

A
  • Where the access is from (the computer’s address)
  • The type of traffic (e.g. .exe files may carry viruses)
  • Specific web site addresses
49
Q

Define spyware.

A

A program that secretly records the user’s actions on the computer including passwords and personal details they type when accessing a secure site.

50
Q

What does anti-spyware software do?

A

It detects spyware programs and prevents them from installing.

51
Q

Name the different types of security utilities.

A
  • Anti-virus software
  • Anti-spyware
  • Firewall
52
Q

Name the different types of disk organisation utilities.

A
  • Formatting
  • File transfer + File management
  • Disk defragmentation
53
Q

What does a formatting utility do?

A

When a hard disk is new or a new OS is installed, the disk needs to be marked to indicate recording blocks. This is so that the OS can save files to the hard disk as expected.

54
Q

What does a file transfer / file management utility do?

A

Allows the user to move or copy files using a logical view of the files stored.

55
Q

What does a disk defragmentation software do?

A

Rearranges fragmented files on the hard disk to put them more consecutively, allowing faster access.
(See diagram pg 41 of textbook)

56
Q

Name the different tyes of maintenance utilities.

A
  • System information and diagnosis
  • System clean-up tools
  • Automatic updating
57
Q

What are system utilities?

A

Small programs that allow us to perform maintenance on the computer system, monitor the system, transfer files etc. around the system, clean up and improve the performance of the system.

58
Q

What does a system information and diagnosis utility do?

A

Gives information about the hardware,

statistics about its use and information that will help diagnose any problems with the computer.

59
Q

What does a system clean-up utility do?

A

Finds files which are no longer necessary, such as temporary files and files used to install a software package, and deletes these.

60
Q

What are the effects of using a system clean-up utility?

A
  • Frees up disk space
  • Reduces the time it takes to boot up the system
  • Improves performance of the computer
61
Q

What does an automatic updating utility do?

A

It searches a web server location periodically for updates to the software and can download them automatically.

62
Q

What is system diagnosis?

A

Information about the system / hardware / performance etc.

63
Q

What is a back-up utility?

A

A program designed to make copies of important files / whole system in case of damage or loss.

64
Q

What is a stand-alone utility program?

A

A program that does not come with the OS but is designed to do a system task.

65
Q

What is multi-purpose software?

A

Software that can have more than one use. E.g. Word Processor.

66
Q

What is special purpose software?

A

Software that has one use. E.g. A game editing program

67
Q

What is bespoke software?

A

Software designed specifically for one company to do exactly what is needed. E.g. Air Traffic Control Software

68
Q

What is open source software?

A
  • Free to use

* Supplied with its source code, which can be modified

69
Q

What happens when a person creates new software from open source software?

A

They can sell it, but it must also be open.

70
Q

What is the difference between freeware and open source software?

A

Both are free to use, but freeware doesn’t give the user access to the source code.

71
Q

What is proprietary software?

A
  • Made and controlled by one company

* No access to source code and no reselling

72
Q

Compare the advantages of open source and proprietary software.

A

OPEN SOURCE
• Often cheaper
• Source code is available (can be altered)

PROPRIETARY
• Better support from company
• Updates more often

73
Q

What does a file extension do?

A

Allows the user and computer to tell what type of file it is easily and what it is.

74
Q

What are the file extensions MP3, MP4, XLS?

A

Sound, Video, Excel file

75
Q

What are the advantages of using code from a software library?

A
  • Saves time
  • More pro looking input screens
  • Access to advanced validation code
76
Q

What are the disadvantages of using code from a software library?

A
  • May reduce security of site
  • External code not well documented
  • Limited by what external source of code offers
77
Q

What is off-the-shelf software?

A

Software that can be purchased from a High Street or online store. Not custom-written.

78
Q

What is custom-written software?

A

Software that is written for one customer’s specific requirements.

79
Q

What are the advantages and disadvantages of off-the-shelf software (compared to custom written software)?

A
ADV
• You can buy it straight away
• Cheaper than custom-written software
• Lots of support from community
• Regular updates
DIS
• Unnecessary features
• Not always useful
80
Q

What are the advantages and disadvantages of custom written software (compared to off-the-shelf software)?

A
ADV
• Does exactly what is needed
• Provides edge over other companies
• No unnecessary features
DIS
• Not available straight away
• Expensive
• No support community
• No regular updates and bug fixes to download
81
Q

What is a development environment?

A

A program that helps us write software.