CMU CS Academy Unit 7.1 Arcs Part 2

CMU CS Academy Unit 7.1 Arcs Part 2

9th Grade

6 Qs

quiz-placeholder

Similar activities

Video Game Design - Aesprite -Quiz 3

Video Game Design - Aesprite -Quiz 3

9th Grade - University

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

Graphics for Design

Graphics for Design

9th - 10th Grade

8 Qs

Pseudocode

Pseudocode

8th - 9th Grade

9 Qs

Typing words on keyboard (colours)

Typing words on keyboard (colours)

KG - Professional Development

11 Qs

ทดสอบบทที่ 4 (นำเสนอ)

ทดสอบบทที่ 4 (นำเสนอ)

9th - 12th Grade

10 Qs

Các KN mở đầu trong Excel 10A16

Các KN mở đầu trong Excel 10A16

1st - 10th Grade

10 Qs

Image Filters

Image Filters

7th - 12th Grade

11 Qs

CMU CS Academy Unit 7.1 Arcs Part 2

CMU CS Academy Unit 7.1 Arcs Part 2

Assessment

Quiz

Computers

9th Grade

Easy

Created by

Joan Goldberg

Used 28+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What shape in CMU is used to make PacMan (only 1 shape)?

Circle

Oval

Arc

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

At which point on the arc is the startAngle?

Hint: Angles in CMU are clockwise.

top lip of Pacman

bottom lip of Pacman

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the code for Pacman?

Arc(100, 200, 175, 175, 135, 270, fill='yellow')

Arc(100, 200, 175, 175, 270, 135, fill='yellow')

Arc(100, 200, 175, 175, 45, 90, fill='yellow')

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the code for the yellow arc?

Arc(100, 200, 175, 175, 0, 90, fill='yellow')

Arc(100, 200, 175, 175, 0, 180, fill='yellow')

Arc(100, 200, 175, 175, 0, 270, fill='yellow')

Arc(100, 200, 175, 175, 0, 360, fill='yellow')

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the code for the yellow arc?

Arc(100, 200, 175, 175, 0, 90, fill='yellow')

Arc(100, 200, 175, 175, 0, 180, fill='yellow')

Arc(100, 200, 175, 175, 0, 270, fill='yellow')

Arc(100, 200, 175, 175, 0, 360, fill='yellow')

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the code for the yellow arc?

Arc(100, 200, 175, 175, 0, 90, fill='yellow')

Arc(100, 200, 175, 175, 0, 180, fill='yellow')

Arc(100, 200, 175, 175, 0, 270, fill='yellow')

Arc(100, 200, 175, 175, 0, 360, fill='yellow')