Employees who are focused on guest needs have all of these characteristics except:
Address guests by name
Are well-groomed
Short Hair
Have good posture
short hair
The data you need to make a decision
Input
The completed product or task-
Output
a set of step by step instructions to follow
algorithm
is an early sample, model, or release of a product built to test a concept or process
prototype
Chart that shows changes over time.
Column Chart
Chart that shows parts of a whole.
Pie chart
Chart that shows steps in a process
Flowchart
Completing a jigsaw puzzle is an example of a Parallel or Sequential Task?
Parallel
Completing a recipe is an example of a Parallel or Sequential Task?
Sequential
To make things happen several times in programming, you use a
loop
This is the process of finding and fixing problems in your program
Debugging
This is the process of using sprite size and location to determine if two sprites are touching
Collision Detection
Giving sprites the illusion of movement is called:
animation
What does this mean? >=
Greater than or equal to
This is an extra piece of information passed to a function to customize it for a specific need
Parameter
randomNumber(5,10); - will generate a random number. And one of the following is NOT correct. 4, 5, 7, 10
4
Checks if the key specified is pressed.
keyDown
What is the first step of the Design Process?
DEFINE THE PROBLEM/RESEARCH THE PROBLEM
The y coordinate of the mouse.
World.mouseY
If you have a function in your program called drawTree, how do you call the function in your program?
drawTree()
What parts of the Design Process Makes a Circle(loop)?
BUILD-TEST-REDESIGN
What Nano block has 1 entry point and 2 exit points(Yes, No)?
Decision Block
What Nano Block is capable of setting On or Off?
Control Block