CMU CS Academy Unit 2 Part 2

CMU CS Academy Unit 2 Part 2

9th Grade

10 Qs

quiz-placeholder

Similar activities

Functions in Python

Functions in Python

9th - 12th Grade

16 Qs

Java switch/for/while

Java switch/for/while

9th - 12th Grade

15 Qs

Introduction to Javascript Programming

Introduction to Javascript Programming

9th - 10th Grade

16 Qs

CMU CS3

CMU CS3

9th Grade

13 Qs

CMU CS1 Unit 5

CMU CS1 Unit 5

9th Grade

11 Qs

Python - Turtle - Plenary

Python - Turtle - Plenary

6th Grade - University

16 Qs

AV2a - Pensamento Computacional - Explorando o p5.js

AV2a - Pensamento Computacional - Explorando o p5.js

2nd Grade - University

10 Qs

Trusting websites

Trusting websites

7th - 9th Grade

11 Qs

CMU CS Academy Unit 2 Part 2

CMU CS Academy Unit 2 Part 2

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 function of 'on mouse press'?

To create a circle on the canvas

To capture the location of a mouse click

To change the color of an element

To release the mouse button

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you define a function in Python?

Using the 'function' keyword

Using the 'def' keyword

Using the 'func' keyword

Using the 'declare' keyword

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when 'on mouse press' is triggered?

The program exits

A circle's color changes to red

A circle is moved to a new location

A circle is created at the mouse click location

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What syntax is used to define the parameters of 'onmousepress'?

x, y

mousex, mousey

clickx, clicky

positionx, positiony

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between 'on mouse press' and 'on mouse release'?

'on mouse press' changes the color of the circle

'on mouse release' is triggered when the mouse button is released

They are the same

'on mouse press' captures mouse location, 'on mouse release' does not

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What color does the circle change to on mouse release?

Red

Yellow

Blue

Green

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What visual feedback is provided when a mouse event is triggered?

A message is displayed

A circle is drawn on the canvas

A sound is played

The cursor changes shape

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?