Wednesday, 24 June 2015

Coding

In class we’ve been having a lot of fun learning how to code. So far we’ve learned four important coding vocabulary words.

Algorithm
We use algorithms almost every day! Algorithms are a set of steps (instructions) that must be followed to get the correct result.

Loop
Loops are when the same action happens more than once.

Debugging
Finding errors in the algorithm then fixing them.

Conditionals
If else statements. Things that will only happen if another thing happens.

No comments:

Post a Comment