flashcards 1
what does command mean?
A command means a directive to a computer program to perform a specific task.
what does functions mean?
Functions are “self contained” modules of code that accomplish a specific task.
what does conditional statement mean?
A conditional statement tells a program to execute an action depending on whether a condition is true or false.
what does loop mean?
In computer programming, a loop is a sequence of instruction s that is continually repeated until a certain condition is reached
what does control flow mean?
Control flow is the order in which the computer executes statements in a script.
what does Algorithm mean?
An algorithm is a set of instructions that is designed to accomplish a task.
1 set of flashcards