CMU CS Academy Unit 2 Part 3 Mouse Release Events

CMU CS Academy Unit 2 Part 3 Mouse Release Events

9th Grade

10 Qs

quiz-placeholder

Similar activities

Interstate Competition

Interstate Competition

7th - 10th Grade

11 Qs

PowerPoint

PowerPoint

1st - 12th Grade

10 Qs

CMU CS Academy Unit 5

CMU CS Academy Unit 5

9th Grade

11 Qs

JavaScript Animations Transitions

JavaScript Animations Transitions

9th - 12th Grade

11 Qs

CodeHS JavaScript Bootcamp

CodeHS JavaScript Bootcamp

9th - 12th Grade

15 Qs

Codehs Practice Test

Codehs Practice Test

9th - 12th Grade

15 Qs

CMU Unit 1 Finding Coordinates

CMU Unit 1 Finding Coordinates

9th - 12th Grade

6 Qs

Computer Ports

Computer Ports

8th - 10th Grade

16 Qs

CMU CS Academy Unit 2 Part 3 Mouse Release Events

CMU CS Academy Unit 2 Part 3 Mouse Release Events

Assessment

Interactive Video

Computers

9th Grade

Hard

Created by

Maria Cruz Farooqi

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of the 'on mouse press' function?

To draw a circle on the screen

To capture the mouse's x and y coordinates upon left click

To change the color of the circle

To release the mouse click

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What parameters are commonly used in the 'on mouse press' function to represent coordinates?

a and b

height and width

mouse x and mouse y

radius and diameter

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What syntax is used to define a function in Python?

function()

def

define()

func:

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when the 'on mouse press' function is executed?

A square is drawn

A message is displayed

A circle with a radius of 10 is created at the click location

The screen clears

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the effect of clicking the mouse in the canvas area?

A sound is played

The canvas color changes

A circle is drawn at the click location

The page reloads

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does the 'on mouse release' event differ from 'on mouse press'?

It creates a square instead of a circle

It deletes the circle drawn by 'on mouse press'

It changes the circle's color upon mouse release

It captures right-click actions

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What visual change occurs when the 'on mouse release' function is triggered?

The circle becomes transparent

The circle's color changes to green

The circle moves to a new location

The circle's radius increases

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?