CMU CS Academy Unit 2

CMU CS Academy Unit 2

Assessment

Flashcard

Computers

9th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

8 questions

Show all answers

1.

FLASHCARD QUESTION

Front

How many shapes (or items) does this function make?

Back

3

2.

FLASHCARD QUESTION

Front

onMousePress allows us to do what?

Back

make our code interactive with mouse clicks

3.

FLASHCARD QUESTION

Front

What DATA type is the variable name? name = "hello"

Back

string

4.

FLASHCARD QUESTION

Front

Select the answer that is NOT a data type in python? Options: boolean, int, string

Back

double

5.

FLASHCARD QUESTION

Front

What is going to happen after this code is ran?

Back

Circle gets bigger

6.

FLASHCARD QUESTION

Front

What is the NAME of the variables below?
Fill = "red"
Name = "Mr.T"

Back

Fill
Name

7.

FLASHCARD QUESTION

Front

What is going to happen to the sun after this code is ran?

Back

Sun will move to the LEFT when the mouse is pressed

8.

FLASHCARD QUESTION

Front

These are examples of shape ______?

Options: Properties, Parameters, Functions, Arguments

Back

Properties