Programming Starter

?
  • Created by: mrkhan
  • Created on: 03-12-16 19:45
A data item that can change
Variable
1 of 7
A data item that stays the same
Constant
2 of 7
If and Select Case are examples of this construct
Selection
3 of 7
While, Repeat and For are examples of this construct
Loop
4 of 7
This small part of the program performs a task and always returns a value back to the program that called it
Function
5 of 7
This paremeter allows the data to be changed because its address is passed to the sub routine.
Reference
6 of 7
This paremeter does not allow the data to be changed when passed to the sub routine.
Value
7 of 7

Other cards in this set

Card 2

Front

A data item that stays the same

Back

Constant

Card 3

Front

If and Select Case are examples of this construct

Back

Preview of the front of card 3

Card 4

Front

While, Repeat and For are examples of this construct

Back

Preview of the front of card 4

Card 5

Front

This small part of the program performs a task and always returns a value back to the program that called it

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 Programming resources »