Code.org CS Discoveries U3L15 Keyboard Input

Code.org CS Discoveries U3L15 Keyboard Input

9th Grade

10 Qs

quiz-placeholder

Similar activities

Vocabulary Unit: Internet

Vocabulary Unit: Internet

9th - 12th Grade

12 Qs

M.I.T.E QUIZ 4 March

M.I.T.E QUIZ 4 March

2nd - 12th Grade

10 Qs

Programming Fundamentals Exam

Programming Fundamentals Exam

9th - 12th Grade

15 Qs

Basics of Coding SC 1

Basics of Coding SC 1

7th - 9th Grade

15 Qs

Scratch CS First

Scratch CS First

1st - 12th Grade

13 Qs

Mobile App Development Unit 1 Quiz

Mobile App Development Unit 1 Quiz

9th - 12th Grade

13 Qs

S3 Errors and Debugging

S3 Errors and Debugging

9th - 12th Grade

10 Qs

CS Python Fundamentals Unit 4 Review

CS Python Fundamentals Unit 4 Review

9th - 12th Grade

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