Rubber Duck Debugging

Rubber Duck Debugging

6th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

Guess The Logos

Guess The Logos

KG - University

12 Qs

G6-L11& L12

G6-L11& L12

6th Grade

15 Qs

hard quiz

hard quiz

1st Grade - Professional Development

16 Qs

SEP Final 2018

SEP Final 2018

6th Grade

20 Qs

Code.org Animation

Code.org Animation

3rd - 12th Grade

20 Qs

Unit 3

Unit 3

3rd - 12th Grade

20 Qs

Sprites/Draw Loop/Counter Pattern Test

Sprites/Draw Loop/Counter Pattern Test

6th Grade

15 Qs

Scratch

Scratch

8th Grade

20 Qs

Rubber Duck Debugging

Rubber Duck Debugging

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Ty Hillegonds

Used 10+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would be the best natural (normal) english way to say the code shown?

bird3.scale is assigned the value of 0.25

change bird3.scale is changed by 0.25

decrease bird3.scale by 0.25

none of these

Answer explanation

Remember that the = symbol assigns a value to a variable or property. Another way to say this is

"bird3.scale gets 0.25"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is the best match for this statement: "bird2.y is assigned 300"

Media Image
Media Image
Media Image
Media Image

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of these is the best match for line two?

greenFish.x is counted down by 1

greenFish.x is counted down by 2

greenFish.x is counted down by 3

greenFish.x is counted up by 1

greenFish.x is counted up by 2

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is the coke sprite's rotation less than the pepsi sprite's rotation?

coke.rotation > pepsi.rotation

coke.rotation >= pepsi.rotation

coke.rotation < pepsi.rotation

coke.rotation == pepsi.rotation

coke.rotation != pepsi.rotation

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is the coke sprite's rotation greater than the pepsi sprite's rotation?

coke.rotation > pepsi.rotation

coke.rotation >= pepsi.rotation

coke.rotation < pepsi.rotation

coke.rotation == pepsi.rotation

coke.rotation != pepsi.rotation

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is the coke sprite's rotation greater than or the same as the pepsi sprite's rotation?

coke.rotation > pepsi.rotation

coke.rotation >= pepsi.rotation

coke.rotation < pepsi.rotation

coke.rotation == pepsi.rotation

coke.rotation != pepsi.rotation

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is the coke sprite's rotation the same as the pepsi sprite's rotation?

coke.rotation > pepsi.rotation

coke.rotation >= pepsi.rotation

coke.rotation < pepsi.rotation

coke.rotation == pepsi.rotation

coke.rotation != pepsi.rotation

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?