CMU CS Academy Unit 2.3 Properties

CMU CS Academy Unit 2.3 Properties

9th Grade

9 Qs

quiz-placeholder

Similar activities

LA5.C5: Branching and Subroutines

LA5.C5: Branching and Subroutines

9th Grade - University

14 Qs

2025 python class first quiz

2025 python class first quiz

9th Grade - University

10 Qs

Tech 101

Tech 101

7th - 9th Grade

10 Qs

3ro Evaluación Computación

3ro Evaluación Computación

3rd Grade - University

11 Qs

Navs Python Quiz

Navs Python Quiz

8th - 10th Grade

12 Qs

Python 3 Basics

Python 3 Basics

9th Grade

13 Qs

latihan

latihan

9th Grade

10 Qs

CMU CS Academy Unit 2.3 Properties

CMU CS Academy Unit 2.3 Properties

Assessment

Quiz

Computers

9th Grade

Practice Problem

Hard

Created by

Joan Goldberg

Used 63+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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