CMU CS Academy Unit 2.3 Properties

CMU CS Academy Unit 2.3 Properties

9th Grade

9 Qs

quiz-placeholder

Similar activities

Computer Terms

Computer Terms

KG - University

14 Qs

MIT app Inventor G6 Quiz

MIT app Inventor G6 Quiz

5th - 9th Grade

9 Qs

Health and Safety in ICT

Health and Safety in ICT

8th - 9th Grade

13 Qs

Minecraft Bedwars

Minecraft Bedwars

1st Grade - Professional Development

10 Qs

CS Final

CS Final

9th - 12th Grade

9 Qs

Python Loops

Python Loops

9th - 11th Grade

12 Qs

CMU CS3 Unit 5

CMU CS3 Unit 5

9th - 11th Grade

10 Qs

Exploring Computer Science

Exploring Computer Science

9th - 12th 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