hunter sloans Flashcards
1
Q
Command
A
a directive to a computer program to perform a specific task
2
Q
Functions
A
“self contained” modules of code that accomplish a specific task.
3
Q
Conditional Statement
A
tells a program to execute an action depending on whether a condition is true or false
4
Q
Loop
A
a sequence of instruction s that is continually repeated until a certain condition is reached
5
Q
Control Flow
A
the order in which the computer executes statements in a script
6
Q
Algorithm
A
An algorithm is a step-by-step summary of the procedure, while on the other hand, a flowchart illustrates the steps of a program graphically.