Foundations Exam Preparation Just Released
2026/2027 All Questions with Correct Answers
Learn 1/7 Study using Learn
An invocation of a function's name, causing the function's statements to execute.
Choose an answer
1None of these 2Function stub
3Function call 4Function definition
Don't know?
Terms in this set (85)
Program Consists of instructions executing one at a time.
, Input A program gets data, perhaps from a file,
keyboard, touchscreen, network, etc.
Process A programs performs computations on that data,
such as adding two values like x
+ y.
Output A programs puts that data somewhere, such as
to a file, screen, network, etc.
Computational thinking Creating a sequence of instructions to solve a
problem.
Algorithm A sequence of instructions that solves a
problem.
Statement Carries out some action and executing one at a
time.
String literal Consists of text (characters) within double
quotes, as in "Go #57!".
Cursor Indicates where the next output item will be
placed in the output.
Newline A special two-character sequence \n whose