CMU CS Academy Unit 2.3 Properties

CMU CS Academy Unit 2.3 Properties

9th Grade

9 Qs

quiz-placeholder

Similar activities

Python with DataScience

Python with DataScience

7th Grade - University

10 Qs

Computer Lab Rules

Computer Lab Rules

9th - 12th Grade

13 Qs

Interstate Competition

Interstate Competition

7th - 10th Grade

11 Qs

PERANGKAT UNTUK MENGAKSES INTERNET - KELAS IX

PERANGKAT UNTUK MENGAKSES INTERNET - KELAS IX

9th Grade

10 Qs

CSS (background-position-list)

CSS (background-position-list)

1st Grade - University

10 Qs

ICT and Retail Industry

ICT and Retail Industry

8th - 12th Grade

13 Qs

S3 Programming with Visual Basic

S3 Programming with Visual Basic

9th Grade

12 Qs

Q2 WEEK 3 PRACTICE QUIZ #2

Q2 WEEK 3 PRACTICE QUIZ #2

9th Grade

12 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