Chapter 3 Flashcards

1
Q

Software

A

Programs that run on the computer.

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

System Software

A

Programs that are used to run the computer, including the operating system, utilities, library routines and programming language translators.

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

Application Software

A

Programs that perform a task for a user, such as word processing, timetabling, accounts or payroll.

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

Operating Software

A

System software that is necessary for the computer to function.

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

Utility Software

A

System software that provides other useful functions for operating the computer or performing computer-related tasks such as anti-virusprograms.

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

Library Software

A

System software modules that perform frequently required tasks. They can be built into or called from other programs.

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

Translators

A

System software that translates high-level programming languages intomachine code. Includes compilers and interpreters. (An assembler translates low-level assembly code into machine code.)

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

Memory Management

A

One of the main functions of the operating system – allocating space in main memory to all currently running programs and their associated data, and recycling the space when they have finished.

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

Peripheral

A

A device (hardware) that is connected to the CPU to provide input, outputor storage

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

Peripheral Management

A

One of the main functions of the operating system – managing the input to and the output from the CPU.

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

Multi-tasking

A

One of the main functions of the operating system – 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
12
Q

Security

A

One of the main functions of the operating system – protecting the computer system from various hazards such as unauthorised users, viruses, hackers and accidental damage.

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

User Interface

A

The method of communication between the computer and its user. Sometimes called HCI (Human-Computer Interface) or MMI (Man-Machine Interface).

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

HCI

A

Human-Computer Interface: another term for user interface.

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

MMI

A

Man-Machine Interface: another term for user interface.

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

GUI

A

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

17
Q

WIMP Interface

A

Stands for: Windows, Icons, Menus and Pointers. It describes a type of user interface where the user selects icons and menu items with a pointer of some kind (with a mouse, stylus or finger).

18
Q

Command-Line Interface

A

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

19
Q

Address

A

A numerical reference to a location in memory.

20
Q

Process

A

A program that is running in main memory.

21
Q

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.

22
Q

Antivirus Software

A

A utility program that prevents harmful programs being installed and important files being changed. The antivirus software scans all the fileson the computer periodically and if a virus does install itself, it detects and removes it.

23
Q

Firewall

A

A utility program that prevents unauthorised access to computers or a LAN from the Internet and controls what sites computers on the LAN can access.

24
Q

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.

25
Q

Disk Defragmenter

A

A utility program that optimises the use of the hard disk space by collecting together the separate segments of each file into contiguous blocks (i.e. blocks next to each other) on the disk as well as grouping together the blocks of free space so newly saved files do not have to be fragmented (split up).

26
Q

System Cleanup

A

A utility program that deletes unnecessary files and settings to optimise the computer’s performance.

27
Q

Automatic Update

A

A utility program that, for any software already installed on the computer, will regularly check on the Internet for newer versions and updates, then download and install them.

28
Q

System Information and Diagnosis

A

A utility program that presents information about the computer hardware and usage as well as information to help diagnose problems.

29
Q

Formatting

A

A utility program that formats secondary storage devices such as hard disks, preparing them for use.

30
Q

File Transfer and File Management

A

A utility program that allows the user to create a logical view of how their files are organised using folders. Allows the user to move filesand folders, copy, paste, name and delete files and folders.

31
Q

Open Source

A

Software that is supplied with its source code. The source code can be modified and the software redistributed (as long as this too is open source).

32
Q

Licence

A

An agreement that defines the conditions for using the software.

33
Q

Freeware

A

Software that is provided free of charge under licence but without the source code. It is copyrighted and cannot be modified.

34
Q

Proprietary Software

A

Software that is copyrighted and the licence sold under a patented or trademarked name.

35
Q

Off-the-Shelf Software

A

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

36
Q

Custom-Written Software

A

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