whats branching
determines the path a program takes , IF statements
whats sequence
Code is executed line-by-line, from top to bottom.
whats itteration
repeated execution of code
whats pipelining and give an example
when The result from one process feeds into the next
E.g. the result of detecting a character touching an enemy feeds
into reducing the number of lives
What is passing by reference
Address of parameter is given to the subroutine
What is passing by value
A copy of the value is passed to the sub routine and discarded at the end