CMU Unit 1 Finding Coordinates

CMU Unit 1 Finding Coordinates

9th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

Lesson 112 Position and Size

Lesson 112 Position and Size

9th Grade

10 Qs

3D pre-quiz

3D pre-quiz

9th - 12th Grade

10 Qs

BabylonJS Vectors, Lights and Primitives

BabylonJS Vectors, Lights and Primitives

9th - 12th Grade

10 Qs

CodeHS 2.8 Functions to 2.12 User Input Review

CodeHS 2.8 Functions to 2.12 User Input Review

9th - 12th Grade

10 Qs

Video Game Design - Aesprite -Quiz 3

Video Game Design - Aesprite -Quiz 3

9th Grade - University

10 Qs

Python-úvod

Python-úvod

9th - 12th Grade

10 Qs

Latihan Corel Draw

Latihan Corel Draw

12th Grade

10 Qs

Pseudocode

Pseudocode

8th - 9th Grade

9 Qs

CMU Unit 1 Finding Coordinates

CMU Unit 1 Finding Coordinates

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Joan Goldberg

Used 7+ times

FREE Resource

6 questions

Show all answers

1.

OPEN ENDED QUESTION

1 min • 1 pt

Media Image

#1 What is the length of the purple line?

Line(200, 40, 200, 400, lineWidth=5, fill='purple')

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

1 min • 1 pt

Media Image

#2 What are the coordinates of the top of the circle?

Circle(80,120, 40, fill='red')

Evaluate responses using AI:

OFF

3.

OPEN ENDED QUESTION

1 min • 1 pt

Media Image

#3 What are the coordinates of the right-top corner of the rectangle?

Rect(40, 240, 120, 40, fill='green')

Evaluate responses using AI:

OFF

4.

OPEN ENDED QUESTION

1 min • 1 pt

Media Image

#4 What are the coordinates of the top of the oval?

Oval(320, 80, 160, 80, fill='blue')

Evaluate responses using AI:

OFF

5.

OPEN ENDED QUESTION

1 min • 1 pt

Media Image

#5 What are the coordinates of the top of the triange?

RegularPolygon(280, 320, 80, 3, fill='yellow', border='black')

Evaluate responses using AI:

OFF

6.

OPEN ENDED QUESTION

1 min • 1 pt

Media Image

#6 What is the length of the orange line?

Line(120, 200, 320, 200, lineWidth=5, fill='orange')

Evaluate responses using AI:

OFF