You are on page 1of 2

BCoT

School of Computer
Science

Unit 2: Technology Systems


Learning Aim: C

Activity Sheet

Search)

Introduction to
Programming (Word

Task 1
Below are the words you need to find. Once you have found each word,
proceed to task 2
Function
Variable
Integer

Sequence
Selection
Iteration,

www.bcotcomputerscience.co.uk

Algorithm
Procedure
Global

Declare
Array
Loop
1 | Page

BCoT
School of Computer
Science

Character
Float

Unit 2: Technology Systems


Learning Aim: C

Assignment

local

Pseudocode

Task 2
Now that you have found all the words in the grid above, complete the
below table with the meaning of each word. If you get stuck use the
internet or the LRC to help.
Function
Variable
Integer
Character
Real
Sequence
Selection
Iteration
Assignment
Algorithm
Procedure
Global

Local
Declare
Array
Loop
Pseudocode

A block of code that carries out a particular task


Stores data in a program whilst its running
A whole number
A single unit of data such as a letter or symbol
A number with a decimal place
A set of steps that go in a particular order
Selecting an option
The act of repeating
Assigning a value to a variable
A set of unambiguous steps to solve a problem
A set of steps that go in a particular order
A variable that is declared within a function or
subroutine
A variable that is declared outside of a function or
subroutine
Making a variable in a program
A group of data that has the same data type stored
in memory
A continuous sequence
Breaking the program down converting it to English.

www.bcotcomputerscience.co.uk

2 | Page

You might also like