CMU CS Academy Unit 6.1 Groups (Postion Properties) Part 1

CMU CS Academy Unit 6.1 Groups (Postion Properties) Part 1

9th Grade

6 Qs

quiz-placeholder

Similar activities

Измерение информации

Измерение информации

8th - 10th Grade

9 Qs

Word 2016 Lesson 1

Word 2016 Lesson 1

9th - 12th Grade

10 Qs

Keyboard Shortcuts

Keyboard Shortcuts

9th - 12th Grade

9 Qs

Pyhton

Pyhton

9th - 10th Grade

10 Qs

สอบปลายภาคเรียน2/64 วิทยาการคำนวณ

สอบปลายภาคเรียน2/64 วิทยาการคำนวณ

9th Grade

10 Qs

Numpy-1

Numpy-1

9th - 12th Grade

10 Qs

PYTHON

PYTHON

9th - 12th Grade

10 Qs

ความรู้เบื้องต้นภาษา Python-2

ความรู้เบื้องต้นภาษา Python-2

9th Grade

10 Qs

CMU CS Academy Unit 6.1 Groups (Postion Properties) Part 1

CMU CS Academy Unit 6.1 Groups (Postion Properties) Part 1

Assessment

Quiz

Computers

9th Grade

Practice Problem

Medium

Created by

Joan Goldberg

Used 44+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

rect=Rect(80, 40, 200, 120, fill='blue')

print("rect.top=",rect.top)

What is printed?

40

80

160

280

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

rect=Rect(80, 40, 200, 120, fill='blue')

print("rect.bottom=",rect.bottom)

What is printed?

40

80

160

280

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

rect=Rect(80, 40, 200, 120, fill='blue')

print("rect.right=",rect.right)

What is printed?

40

80

160

280

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

rect=Rect(80, 40, 200, 120, fill='blue')

print("rect.left=",rect.left)

What is printed?

40

80

160

280

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

rect=Rect(80, 40, 200, 120, fill='blue')

print("rect.centerX=",rect.centerX)

What is printed?

40

80

100

180

280

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

rect=Rect(80, 40, 200, 120, fill='blue')

print("rect.centerY=",rect.centerY)

What is printed?

40

80

100

180

280