CMU CS Academy Unit 2.3 Properties

CMU CS Academy Unit 2.3 Properties

9th Grade

9 Qs

quiz-placeholder

Similar activities

CMU CS Academy Unit 3.2 If Statements

CMU CS Academy Unit 3.2 If Statements

9th Grade

8 Qs

Construct 2 Basics

Construct 2 Basics

2nd Grade - Professional Development

10 Qs

Thunkable Intro!

Thunkable Intro!

9th - 12th Grade

13 Qs

Code Evaluation Practice, 1/23

Code Evaluation Practice, 1/23

9th - 11th Grade

10 Qs

CMU CS Academy 2.3.3 Inch Worm and Hungry Panda

CMU CS Academy 2.3.3 Inch Worm and Hungry Panda

9th - 12th Grade

12 Qs

Variables & Conditional Statements

Variables & Conditional Statements

9th Grade

10 Qs

Chapter 5

Chapter 5

9th Grade

10 Qs

CSE Intro Quiz

CSE Intro Quiz

9th Grade

10 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