Menu
School Logo Homepage Logo

'Let your light shine' (Matthew 5:16)

Computing Vocabulary

Algorithm

An unambiguous procedure or precise step-by-step guide to solve a problem or achieve a particular objective.

Computer Networks

The computers and the connecting hardware (wifi access points, cables, fibres, switches and routers) that make it possible to transfer data using an agreed method (‘protocol’).

Control

Using computers to move or otherwise change ‘physical’ systems. The computer can be hidden inside the system or connected to it.

Data

A structured set of numbers, representing digitised text, images, sound or video, which can be processed or transmitted by a computer.

Debug

To detect and correct the errors in a computer program.

Digital Content

Any media created, edited or viewed on a computer, such as text (including the hypertext of a web page), images, sound, video (including animation), or virtual environments, and combinations of these (i.e. multimedia).

Information

The meaning or interpretation given to a set of data by its users, or which results from data being processed.

Input

Data provided to a computer system, such as via a keyboard, mouse, microphone, camera or physical sensors.

Internet

The global collection of computer networks and their connections, all using shared protocols (TCP/IP) to communicate.

Logical Reasoning

A systematic approach to solving problems or deducing information using a set of universally applicable and totally reliable rules.

Output

The information produced by a computer system for its user, typically on a screen, through speakers or on a printer, but possibly though the control of motors in physical systems.

Program

A stored set of instructions encoded in a language understood by the computer that does some form of computation, processing input and/ or stored data to generate output.

Repetition

A programming construct in which one or more instructions are repeated, perhaps a certain number of times, until a condition is satisfied or until the program is stopped.

Search

To identify data that satisfies one or more conditions, such as web pages containing supplied keywords, or files on a computer with certain properties.

Selection

A programming construct in which the instructions that are executed are determined by whether a particular condition is met.

Sequence

To place programming instructions in order, with each executed one after the other.

Services

Programs running on computers, typically those connected to the internet, which provide functionality in response to requests; for example, to transmit a web page, deliver an email or allow a text, voice or video conversation.

Simulation

Using a computer to model the state and behaviour of real-world (or imaginary) systems, including physical and social systems; an integral part of most computer games.

Software

Computer programs, including both application software (such as office programs, web browsers, media editors and games) and the computer operating system. The term also applies to ‘apps’ running on mobile devices and to web- based services.

Variables

A way in which computer programs can store, retrieve or change simple data, such as a score, the time left, or the user’s name.

World Wide Web

A service provided by computers connected to the internet (web servers), in which pages of hypertext (web pages) are transmitted to users; the pages typically include links to other web pages and may be generated by programs automatically.

Top