OCR A Level Computer Science

1.2.4b: Procedural languages.

Keywords:
Software and software development
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
Conditional statementA control structure that is used to make decisions and to execute different statements or instructions based on the value of a conditional expression.
Control structureA fundamental building block of an algorithm or a program, such as a conditional statement or a loop, that is used to control the flow of execution and to make decisions based on the input or state of the program.
FunctionA named block of code that returns a value to the caller when it has finished executing.
Procedural programmingA programming paradigm that is based on the idea of using procedures or subroutines to modularize a program, and of using control structures such as loops and conditional statements to specify the order in which the procedures should be executed.
ProcedureA named block of code that performs a specific task or function, and that can be called from other parts of a program.
Keyword games:
Resources: