What does debugging help you do?
To fix and find errors in your code.
How much was the Final Business Plan worth?
60 points.
What is the ID of the screen with your favorite food labeled?
foodScreen
What are pixels?
small squares that make up an image or screen.
True or False: If I have a collect block were it is not needed it will not effect my code.
False
Name two of the six Entrepreneurs you could have researched.
Robbie Cabral
Jamie Siminoff
Andrea Sreshta and Anna Stork
Madam C.J. Walker
Andrew Carnegie
Hamdi Ulukaya
The App had three of your favorite______ , _______ , and ________.
Food, Color, and Season
How does a repeat block work?
Repeat the sequence of code inside the block a certain # of times.
What does the Back Button code look like?
onEvent("colorBackBtn", "click", function( ) {
console.log("colorBackBtn clicked!");
setScreen("screen1");
Name three out of the six management style.
The Directive (Coercive) style
The Authoritative (Visionary) style
The Affiliative style
The Participative (Democratic) style
The Pacesetting style
The Coaching style
How do you insert a text block?
Drag the text block over to the app screen.
Explain how the "jump to" block works in relationship to the Play Area.
Jump to a specific x,y point on the coordinate plane.
What are the 5 characteristics to consider when looking for a target market?
Demographic
Geographic
Psychographic
Benefits
Behavioral
You need to copy and paste the _______ ________ in order to insert an image.
image address
Repeat loops help to simplify your code. What will you see in your code that helps to identify the need for a loop?
Patterns in your code using the same blocks.
List five Business Buzzwords,
Innovative, High-quality, Affordable, Impact, Design, Industry, Deliver, Growth, Solve, Assist, Strengthen, Optimize, Maximize, Surpass, Integrate, Environmentally-Friendly, Responsible, Utilize, Leader, Achieve
What did SMART in SMART Goals stand for?
Specific
Measurable
Attainable
Realistic
Timely
What was the code order for our Favorite Food, Color and Season?
On Event button name click
console.log button name clicked!
set screen favor screen
In the video, the Mankinde uses the example of what when introducing the topics of While Loops?
Washing your car.