Programming Keywords

Programming keywords illustration

Task

A task is a singular step in which you ask the computer to do.

Algorythm

A series of tasks that create a program.

Programming

Programming is the instructions a computer needs to be able to execute a task.

Sequence

A sequence is the order in which the tasks are placed within the algorythm.

Syntax

A set of rules that the programmer needs to follow, for the computer to be able to understand the tasks in which it has been given.

Variable

A variable is a fluid piece of data that can be changed or adapted whilst the program is running.

Maths Calculator

0