Code.org CS Discoveries U3L15 Keyboard Input

Code.org CS Discoveries U3L15 Keyboard Input

9th Grade

10 Qs

quiz-placeholder

Similar activities

Keyboarding Terms

Keyboarding Terms

KG - University

14 Qs

Keyboarding Keys

Keyboarding Keys

3rd - 12th Grade

12 Qs

CMU CS Academy

CMU CS Academy

9th Grade

7 Qs

Jumping Game In Scratch

Jumping Game In Scratch

9th - 12th Grade

9 Qs

AP CSP Review

AP CSP Review

9th Grade - University

14 Qs

S3 Computer Systems Unit 1 KC 3

S3 Computer Systems Unit 1 KC 3

7th - 11th Grade

12 Qs

code.org CSP Unit 3 Review 20-21

code.org CSP Unit 3 Review 20-21

9th - 12th Grade

15 Qs

Module 2 - Lesson 7

Module 2 - Lesson 7

6th - 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 71+ 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?