code-it.co.uk

Website:http://code-it.co.uk
Upvotes received0
Downvotes received0
Karma:0 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (24)

1

0 Thumbs up   0 Thumbs down

computer science terminology for primary teachers


(Version 1.2 9th September 2014)
Source: code-it.co.uk

2

0 Thumbs up   0 Thumbs down

algorithms


A precise step by step guide to achieving a specific outcome. We all use algorithms all the time but often don’t recognise them as such. The order we dress and wash could be described as a getting up [..]
Source: code-it.co.uk

3

0 Thumbs up   0 Thumbs down

algorithms & programming


All working
Source: code-it.co.uk

4

0 Thumbs up   0 Thumbs down

logical reasoning


Logical reasoning is the systematic application of rules to problem solving and task completion. These rules could be mathematical, logical, programming, grammatical, engineering, scientific, story co [..]
Source: code-it.co.uk

5

0 Thumbs up   0 Thumbs down

debugging


Debugging is the art of fixing or correcting algorithms or programming code. Ultimately in all areas of learning we want pupils to become independent and to find solutions to errors themselves. Comput [..]
Source: code-it.co.uk

6

0 Thumbs up   0 Thumbs down

controlling physical system


In primary programming a physical system is anything that we can attach to a computer other than a screen. The type of physical systems we might easily control in primary computing science are things [..]
Source: code-it.co.uk

7

0 Thumbs up   0 Thumbs down

decomposing


Decomposing sometimes called factoring is breaking a problem into smaller manageable chunks that can be solved separately. In a software company this allows different teams of people to work on the sa [..]
Source: code-it.co.uk

8

0 Thumbs up   0 Thumbs down

sequence


A sequence is a set of actions or events that must be carried out in the same order every time. Along with selection and repetition it is one of the three basic logical structures used by algorithms a [..]
Source: code-it.co.uk

9

0 Thumbs up   0 Thumbs down

selection


Selection is about choice. It is the place where an algorithm or program branches in different directions. Choice can be made in many ways including by the user as in a quiz program (if answer is corr [..]
Source: code-it.co.uk

10

0 Thumbs up   0 Thumbs down

repetition


(loop) Repetition refers to sections of code or algorithmic instructions that are repeated. There are different types of loop. The most basic is where a set of instructions in repeated a set number of [..]
Source: code-it.co.uk


To view all 24 definitions, please sign in.