NEW
Font size
WorksheetsCoding Vocab thru Funct (Lesson 16)
Total questions: 20
Worksheet time: 30mins
Part of a program that does not work correctly.
Mistake
Bug
Ladybug
Error
Finding and fixing problems in an algorithm or program.
Describing
Debugging
Bugging
Creating
A list of steps to finish a task or solve a problem.
Plan
Puzzle
Event
Algorithm
An algorithm that has been coded into something that can be run by a machine or computer.
Program
Anagram
Instructions
Boring
The art of creating a program.
Drawing
Programming
Algorithming
Debugging
The action of doing something over and over again.
Insanity
Bug
Loop
Algorithm
A Loop inside of another loop
The Big Loop
Nested Loop
Loopy Loop
Crazy Loop
A block of instruction for the computer that when put together make up algorithms and computer programs.
Order
Rule
Design
Command
A type of statement that a program checks to see if it is true or false. If true, an action is taken. Otherwise, the action is ignored.
Conditional
Ordered
Unlisted
Creative
A command that tells you to do something only up to the point that something becomes true.
If, then
While
Until
Always
A loop that continues to repeat so long as a condition is true.
If, then
While
Until
Always
A named group of programming instructions that are reusable and reduce the complexity of writing and maintaining programs.
Conditional
Functions
Algorithm
An ACTION that causes something to start a segment of code in a program.
Conditional
Event
Algorithm
The required steps in creating a working function or procedure in a program are
Define the function
Define the function and then revise
Define the function and call on the function
Define the programming language that you need to call
Functions should be used when a segment of code
Repeats in a perfect pattern
Repeats in an imperfect (not perfect) pattern
Loops should be used when a segment of code
Repeats in a perfect pattern
Repeats in an imperfect (not perfect) pattern
Efficient code uses
the most number of programming lines to complete a set of instructions
the fewest number of programming lines to complete a set of instructions
A named group of code called on repeatedly in a program is called a
Loop
Conditional
Definition
Function
Which is most likely to let the program interact with the user or environment?
Loop
Conditional
Definition
Function
Clicking run, pressing a button on a controller, or pressing a keyboard button are example of possible ________ in programs.
Loops
Events
Nested Loops
Functions
