welcome! the topic for today is…review for test. your topic basics of programming control...

Post on 11-Jan-2016

219 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Welcome!The Topic For Today Is…Review for Test

Your TopicBasics of Programming

Control Statements

Programming Concepts

Interaction AliceConcepts

200 200 200 200 200

400 400 400 400 400

600 600 600 600 600

800 800 800 800 800

1000 1000 1000 1000 1000

Bonus Question: 5000 pts

Topic 1: 200• Question:• A predefined procedure that you call (or

invoke) when needed.

• Answer• What is a method

Back

Topic 1: 400• Question:• Basic instructions every character already

knows in Alice !• Answer• Build-in method

Back

Topic 1: 600• Question:• This method defines the behavior for a single

character!• Answer• Class-Level method

Back

Topic 1: 800• Question:• Giving a mechanism the directions to

accomplish a task

• Answer• What is a Program

Back

Topic 1: 1000• Question:• The use of objects to accomplish a program’s

goal• Answer• Object-oriented programming language

(OOP)

Back

Topic 2: 200• Question:• Instructions will be carried out in order!• Answer• Do in order

Back

Topic 2: 400• Question:• This instruction is the default setting for Alice!• Answer• Do in order

Back

Topic 2: 600• Question:• Simultaneous Actions!• Answer• Do Together

Back

Topic 2: 800• Question:• Simple and Easy way to repeat an action!• Answer• What is a Loop

Back

Topic 2: 1000• Question:• Are NOT instructions that cause some action

to take pace!• Answer• What is a comment

Back

Topic 3: 200• Question:• Defines a particular kind of object• Answer• What is a Class

Back

Topic 3: 400• Question: Attributes that determine the

objects appearance and behavior• Answer• What are Properties

Back

Topic 3: 600• Question:• Acts like a basket to receive information that

we send to a method• Answer• What is a Parameter

Back

Topic 3: 800• Question:• Methods that specifically reference more than

one object are!• Answer• What is World-level method

Back

Topic 3: 1000• Question:• An Error in your code• Answer• Syntax Error

Back

Topic 4: 200• Question:• You can ask a question here, it has to relate to

the topic, as # get higher, Q’s get harder!• Answer• (The answer here!)

Back

Topic 4: 400• Question:• Users actions, such as pressing a key, pressing

the spacebar. • Answer• Event

Back

Topic 4: 600• Question:• This can be a number, Boolean (True or false),

Object, or Other • Answer• Data Type

Back

Topic 4: 800• Question:• The term used for “Methods told to execute”• Answer• “Calling a method” or “invoking a method”

Back

Topic 4: 1000• Question:• An object is a _____________ of a class?

• Answer:• Instance

Back

Topic 5: 200• Question:• A rabbit is an example of ________in Alice• Answer• Object

Back

Topic 5: 400• Question:• You can ask a question here, it has to relate to

the topic, as # get higher, Q’s get harder!• Answer• (The answer here!)

Back

Topic 5: 600• Question:• You can ask a question here, it has to relate to

the topic, as # get higher, Q’s get harder!• Answer• (The answer here!)

Back

Topic 5: 800• Question:• You can ask a question here, it has to relate to

the topic, as # get higher, Q’s get harder!• Answer• (The answer here!)

Back

Topic 5: 1000• Question:• This is something you should always do when

you make a world to return the camera to this view later

• Answer• Drop a Dummy

Back

Bonus Question: 5000 pts.

• Question:• Syntax of a typical programming statement

• Answer• Panda.move forward 1 meter

Object method Arguments

Back

Daily Double

The Winner Of The Last RoundWrite Down How Much Money

You Are Willing To RiskIf You get the Question write you win that money

If you get it wrong you Loss the money!

Daily Double

The Winner Of The Last RoundWrite Down How Much Money

You Are Willing To RiskIf You get the Question write you win that money

If you get it wrong you Loss the money!

top related