WGU - Scripting and Programming Foundations
EXAM Questions & Answers, Well Elaborated |
Already Verified Test |100% Verified solutions |
Latest!!
Save
Practice questions for this set
Learn 1 /7 Study with Learn
Checks how one operand's value relates to another, like being greater than.
Choose an answer
1 Program 2 Pseudocode
3 Relational operator 4 Computational thinking
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
appearance in an output string literal causes the
cursor to move to the next output line. The
newline exists invisibly in the output.
Comment Text added to a program, read by humans to
understand the code, but ignored by the
program when executed.
EXAM Questions & Answers, Well Elaborated |
Already Verified Test |100% Verified solutions |
Latest!!
Save
Practice questions for this set
Learn 1 /7 Study with Learn
Checks how one operand's value relates to another, like being greater than.
Choose an answer
1 Program 2 Pseudocode
3 Relational operator 4 Computational thinking
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
appearance in an output string literal causes the
cursor to move to the next output line. The
newline exists invisibly in the output.
Comment Text added to a program, read by humans to
understand the code, but ignored by the
program when executed.