Rubber Duck Debugging

Rubber Duck Debugging

6th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

CS Discoveries Unit 3

CS Discoveries Unit 3

7th - 10th Grade

20 Qs

Computer Science Discoveries

Computer Science Discoveries

7th - 10th Grade

20 Qs

Scratch Basics

Scratch Basics

6th - 10th Grade

10 Qs

G6-L7&8&9

G6-L7&8&9

6th Grade

15 Qs

Codesters Units

Codesters Units

6th - 8th Grade

20 Qs

Scratch Quiz Review I

Scratch Quiz Review I

5th - 7th Grade

14 Qs

Logos

Logos

2nd - 8th Grade

20 Qs

Scratch Coding

Scratch Coding

6th Grade

18 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?