Mixed Bag
Business
My First App.
My CS Journal
100

What does debugging help you do?

To fix and find errors in your code.

100

How much was the Final Business Plan worth?

60 points.

100

What is the ID of the screen with your favorite food labeled?

foodScreen

100

What are pixels?

 small squares that make up an image or screen.

200

True or False: If I have a collect block were it is not needed it will not effect my code.

False

200

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


200

The App had three of your favorite______ , _______ , and ________.

Food, Color, and Season

200

How does a repeat block work?

Repeat the sequence of code inside the block a certain # of times.

300

What does the Back Button code look like?

onEvent("colorBackBtn", "click", function( ) {

    console.log("colorBackBtn clicked!");

    setScreen("screen1");

300

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

300

How do you insert a text block?

Drag the text block over to the app screen.

300

Explain how the "jump to" block works in relationship to the Play Area.

Jump to a specific x,y point on the coordinate plane.

400

Which three Code.org lessons were about creating art?

Lesson 5, 7, 9 

400

What are the 5 characteristics to consider when looking for a target market?

Demographic

Geographic

Psychographic

Benefits

Behavioral 



400

You need to copy and paste the _______  ________ in order to insert an image.

image address

400

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.

500

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

500

What did SMART in SMART Goals stand for?

Specific

Measurable

Attainable

Realistic

Timely

500

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

500

In the video, the Mankinde uses the example of what when introducing the topics of While Loops?

Washing your car.