CMU CS Academy Unit 2.3 Properties

CMU CS Academy Unit 2.3 Properties

9th Grade

9 Qs

quiz-placeholder

Similar activities

Computer

Computer

6th - 12th Grade

10 Qs

CMU CS1 Unit 5

CMU CS1 Unit 5

9th Grade

11 Qs

CMU CS3 Academy Unit 5

CMU CS3 Academy Unit 5

9th Grade

11 Qs

Code.org Discoveries

Code.org Discoveries

9th - 11th Grade

10 Qs

Code.org Unit 5 Vocab Quiz 1

Code.org Unit 5 Vocab Quiz 1

9th - 12th Grade

10 Qs

Computer Hardware

Computer Hardware

9th - 12th Grade

12 Qs

MIT app Inventor G6 Quiz

MIT app Inventor G6 Quiz

5th - 9th Grade

9 Qs

CMU CS Academy Unit 2.3 Properties

CMU CS Academy Unit 2.3 Properties

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Joan Goldberg

Used 62+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the value of s.radius after the mouse click?

20

30

50

70

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the value of s.points after the mouse click?

1

9

10

11

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the value of s.roundness after the mouse click?

4

14

40

100

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

If the user clicks the mouse at (100, 200). What value is printed for mouseY?

mouseY = 100

mouseY = 101

mouseY = 200

mouseY = 201

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

If the user clicks the mouse at (100, 200). What value is printed for sky.height?

sky.height = 100

sky.height = 101

sky.height = 200

sky.height = 201

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What value is printed for counter.value after the user clicks the mouse?

counter.value = 1

counter.value = 15

counter.value = 16

There is a runtime error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What value is printed for counter.value after the user clicks the mouse?

counter.value = 1

counter.value = 15

counter.value = 16

There is a runtime error

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What value is printed for counter.value after the user clicks the mouse?

counter.value = 1

counter.value = 15

counter.value = 16

There is a runtime error

9.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of following correctly adds and updates the value of a label 'counter' by 3?

counter.value=counter.value+3

counter.value+=3

counter.value+3

counter.value=3

counter.value=+3