Code.org CS Discoveries U3L15 Keyboard Input

Code.org CS Discoveries U3L15 Keyboard Input

9th Grade

10 Qs

quiz-placeholder

Similar activities

Scratch

Scratch

9th Grade

15 Qs

CS Final

CS Final

9th - 12th Grade

9 Qs

Unit 3 - Interactive Animations and Games II

Unit 3 - Interactive Animations and Games II

9th Grade

10 Qs

Multiple Choice Questions on Scratch Programming

Multiple Choice Questions on Scratch Programming

1st - 12th Grade

13 Qs

Interactive Animations and Games from code.org

Interactive Animations and Games from code.org

7th - 12th Grade

14 Qs

Coding Pre-quiz

Coding Pre-quiz

6th - 9th Grade

15 Qs

Year 7 & 8 - Scratch

Year 7 & 8 - Scratch

4th - 9th Grade

9 Qs

Multichoice Questions on Scratch Programming

Multichoice Questions on Scratch Programming

1st - 12th Grade

13 Qs

Code.org CS Discoveries U3L15 Keyboard Input

Code.org CS Discoveries U3L15 Keyboard Input

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Joan Goldberg

Used 70+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The animation for the bug facing left begins with bug.rotation=0. If the user presses the right arrow, what should bug.rotation equal?

0

90

-90

180

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The animation for the bug facing left begins with bug.rotation=0.. If the user presses the up arrow, what should bug.rotation equal?

0

90

-90

180

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The animation for the bug facing left begins with bug.rotation=0. If the user presses the down arrow, what should bug.rotation equal?

0

90

-90

180

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Checks if the key specified was released. Generates a single true value when the key is released, no matter how long a key is pressed.

keyWentDown(code)

keyDown(code)

keyWentUp(code)

drawSprites()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Checks if the key specified is pressed. To continually check if the key is pressed.

keyWentDown(code)

keyDown(code)

keyWentUp(code)

drawSprites()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Checks if the key specified was pressed. Generates a single true value when the key is pressed down, no matter how long a key is pressed.

keyWentDown(code)

keyDown(code)

keyWentUp(code)

drawSprites()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

keyDown('h) is a ...

boolean variable

boolean expression

boolean function

conditional statement

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?