There are 3 basic programming constructs - sequence, ____ and iteration. Sequence means following instructions in the ____ that they are written. Selection means choosing which lines of code to run. This is also know as ____. Iteration means repeating code. This is also know as ____. In Python, selection uses if, elif and ____ statement. There is also a case statement. In Python, iteration uses for and ____ loops. In some languages, there is also a do until loop. For loops are ____ controlled. E.g. for x in range(0,10) While loops are ____ controlled. E.g. while x > 10 There are two types of subroutine - ____ and functions. Subroutines are re-usable blocks of code. A function ____ a value. A procedure does not.

Clasament

Stilul vizual

Opţiuni

Comutare șablon

Restaurare activitate salvată automat: ?