NEW
Font size
Worksheets#P2 Pt 2 Intro to Programming
Total questions: 20
Worksheet time: 10mins
to write all the code to complete something – usually a function or a class.
Implement
Procedure
Iterate
Object
Synonym for function.
Implement
Procedure
Iterate
Object
a value created from a class.
Implement
Procedure
Iterate
Object
Synonym for loop.
Implement
Procedure
Iterate
Object
a piece of code that runs itself repeatedly.
Loop
Invoke
Nested
Parameter
contained within something like itself.
Loop
Invoke
Nested
Parameter
Synonym for call.
Loop
Invoke
Nested
Parameter
Synonym for argument.
Loop
Invoke
Nested
Parameter
Synonym for object.
Instance
Integer
Run
Return Value
a type of value that represents whole numbers.
Instance
Integer
Run
Return Value
to perform the instructions written in code or an executable.
Instance
Integer
Run
Return Value
the value that results from a completed function call.
Instance
Integer
Run
Return Value
A type of bracket.
Parenthesis
Read
Value
Write
to retrieve input data values from an external source – usually from a file.
Parenthesis
Read
Value
Write
a piece of data that can be contained inside a variable.
Parenthesis
Read
Value
Write
to send output data values to an external destination – usually to a file.
Parenthesis
Read
Value
Write
the kind or category of a value.
Variable
Syntax
Type
String
the grammatical rules of a programming language.
Variable
Syntax
Type
String
a type of value that represents text.
Variable
Syntax
Type
String
a named container for a single value.
Variable
Syntax
Type
String
