3.3.2 Ovals and Circles

3.3.2 Ovals and Circles

11th Grade

10 Qs

quiz-placeholder

Similar activities

Computational thinking - General review of the course

Computational thinking - General review of the course

9th - 12th Grade

10 Qs

การสร้างเว็บไซต์

การสร้างเว็บไซต์

KG - Professional Development

15 Qs

2023 - Web Design - CSS Review

2023 - Web Design - CSS Review

9th - 12th Grade

15 Qs

Unit 3: JavaScript Programming in AppLab

Unit 3: JavaScript Programming in AppLab

9th - 12th Grade

15 Qs

AutoCad Practice Exam

AutoCad Practice Exam

10th - 11th Grade

10 Qs

Intro to Programming: Tracy the Turtle 2

Intro to Programming: Tracy the Turtle 2

9th - 12th Grade

8 Qs

Lesson 9 Practice Problems

Lesson 9 Practice Problems

9th Grade - University

9 Qs

CS CMU Quiz 1

CS CMU Quiz 1

9th - 12th Grade

15 Qs

3.3.2 Ovals and Circles

3.3.2 Ovals and Circles

Assessment

Quiz

Computers

11th Grade

Easy

Created by

Christina LaBarron

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function used to draw an oval in the given programming library?

drawCircle

drawOval

drawRectangle

drawSquare

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank: In the function drawCircle(centerX, centerY, radius, fill='black'), the parameter 'radius' is used instead of ______.

A) width and height

B) centerX and centerY

C) fill and border

D) opacity and align

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the radius of a circle if its width and height are both 100?

25

50

75

100

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank: When rotating an oval, we do not use the align property '_____' because ovals are drawn using their center point.

A) left

B) right

C) center

D) top-left

5.

OPEN ENDED QUESTION

3 mins • 1 pt

Write the code you would use to draw an orange circle centered at the point (50, 50) with a radius of 50,

using the drawOval command?

Evaluate responses using AI:

OFF

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the width and height of a circle are 250, then what is its radius?

50

75

100

125

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

since a rotated circle is unchanged, we do not use _________ with circles.

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?

Discover more resources for Computers