F452 Computing key words

?
  • Created by: Manja
  • Created on: 24-01-13 20:58
Parameter
Can also be known as a variable. These are locations in memory which have allocated names and data types.
1 of 9
Local parameter
Can be accessed within a procedure it is declared. Other parameters will not be able to access the variable.
2 of 9
Global parameter
Is declared in such a way that programmers can access and manipulate the data.
3 of 9
Alpha testing
Is the first stage of testing within the programmers to test for bugs.
4 of 9
Beta testing
The second stage of testing which is down by external programmers who report back any bugs or errors to the original programmers.
5 of 9
Acceptance testing
Is the final stage of testing where it is sent out to the users/clients who then test the program.
6 of 9
Iteration
Is the repetition of code. Like FOR loops. WHILE/ END WHILE. UNTIL
7 of 9
FOR loops
Count controlled loops. It will be repeated as many times as the programmer has specified until the condition is met.
8 of 9
WHILE/ END WHILE
These loops which might not execute at all. They continue until the condition is TRUE.
9 of 9

Other cards in this set

Card 2

Front

Can be accessed within a procedure it is declared. Other parameters will not be able to access the variable.

Back

Local parameter

Card 3

Front

Is declared in such a way that programmers can access and manipulate the data.

Back

Preview of the back of card 3

Card 4

Front

Is the first stage of testing within the programmers to test for bugs.

Back

Preview of the back of card 4

Card 5

Front

The second stage of testing which is down by external programmers who report back any bugs or errors to the original programmers.

Back

Preview of the back of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »