Computing F452 Basic Definitions

Here are some basic definitions that shoudl be known for the F452 exam

?
Statement
Single instruction or step within a program
1 of 8
Subroutine
Set of instructions that perform a specific task located inside a program
2 of 8
Procedure
Subroutine that executes it's statements then returns control to the program
3 of 8
Function
Subroutine that executes it's statements and returns a single value
4 of 8
Parameter
An item of data that is given to a procedure/function
5 of 8
Sequence
Control structure where a set of instructions are executed once, in order
6 of 8
Selection
Control structure where a group of statements are provided and a condition is used to decide which statement should be executed
7 of 8
Iteration
Control structure where a group of statements are executed repeatedly (like a loop, a.k.a. repetition)
8 of 8

Other cards in this set

Card 2

Front

Set of instructions that perform a specific task located inside a program

Back

Subroutine

Card 3

Front

Subroutine that executes it's statements then returns control to the program

Back

Preview of the back of card 3

Card 4

Front

Subroutine that executes it's statements and returns a single value

Back

Preview of the back of card 4

Card 5

Front

An item of data that is given to a procedure/function

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 »