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

CMU CS Academy Unit 3.2.3 If Else Statements

CMU CS Academy Unit 3.2.3 If Else Statements

9th Grade

13 Qs

Tech Vocab I

Tech Vocab I

1st Grade - University

13 Qs

Google Docs

Google Docs

9th Grade

15 Qs

CMU CS Academy Unit 3

CMU CS Academy Unit 3

9th Grade

13 Qs

Moving in a Worksheet

Moving in a Worksheet

9th Grade

12 Qs

Keyboards and Pointing Devices

Keyboards and Pointing Devices

8th - 10th Grade

10 Qs

Computer DESKTOP - CESA

Computer DESKTOP - CESA

7th Grade - University

15 Qs

CMU CS Academy Unit 2 Part 3

CMU CS Academy Unit 2 Part 3

9th Grade

11 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?