Computing F452 Basic Definitions Here are some basic definitions that shoudl be known for the F452 exam 4.5 / 5 based on 3 ratings ? ComputingASOCR Created by: GrasshopperCreated on: 15-04-13 15:50 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
Comments
No comments have yet been made