Revision For Computing

?
  • Created by: jay dean
  • Created on: 14-01-16 09:45
__________ is when a loop is repeated until a condition is met
Iteration
1 of 11
__________ are used as containers to store values.
Variables
2 of 11
__________ is where a condition is used to find out if a statement should be read.
Selection
3 of 11
__________ loop is repeated until a pre set value is met.
For
4 of 11
__________ have an index as a means of storing and checking variables inside of an __________
Array
5 of 11
__________ arrays have two put together. this can be easily represented in a grid.
Two-Dimensional
6 of 11
__________ is a form of code that is designed to be easy to read for anyone.
Pseudocode
7 of 11
__________ is a block of code outside of the main, this can be called any time inside of the main.
Subroutines
8 of 11
An example of a sub toutine (Returns a value)
Function
9 of 11
An example of a subroutine (That does not return a value.)
Procedure
10 of 11
__________ Are set variables the sub routine must work with.
Parameters
11 of 11

Other cards in this set

Card 2

Front

__________ are used as containers to store values.

Back

Variables

Card 3

Front

__________ is where a condition is used to find out if a statement should be read.

Back

Preview of the front of card 3

Card 4

Front

__________ loop is repeated until a pre set value is met.

Back

Preview of the front of card 4

Card 5

Front

__________ have an index as a means of storing and checking variables inside of an __________

Back

Preview of the front of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Revision resources »