Code.org CS Discoveries U3L15 Keyboard Input

Code.org CS Discoveries U3L15 Keyboard Input

9th Grade

10 Qs

quiz-placeholder

Similar activities

Scratch Quiz 1

Scratch Quiz 1

4th - 11th Grade

10 Qs

U5-Set 7 CMU Unit 5.2 onKeyHold - lists

U5-Set 7 CMU Unit 5.2 onKeyHold - lists

9th Grade

7 Qs

Scratch MOVING SPRITE quiz!

Scratch MOVING SPRITE quiz!

6th Grade - University

10 Qs

Interactive Animations and Games from code.org

Interactive Animations and Games from code.org

7th - 12th Grade

14 Qs

Keys on the Keyboard

Keys on the Keyboard

3rd - 12th Grade

12 Qs

Using Scratch

Using Scratch

3rd - 10th Grade

13 Qs

Scratch Lesson

Scratch Lesson

1st - 12th Grade

13 Qs

Scratch Coding

Scratch Coding

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?