3.3.2 Ovals and Circles

3.3.2 Ovals and Circles

11th Grade

10 Qs

quiz-placeholder

Similar activities

CodeHS Canvas and Graphics

CodeHS Canvas and Graphics

9th - 12th Grade

15 Qs

JavaScript and Graphics

JavaScript and Graphics

9th - 12th Grade

15 Qs

JavaScript Coding

JavaScript Coding

9th - 12th Grade

15 Qs

JavaScript Animation

JavaScript Animation

9th - 12th Grade

11 Qs

Animation and Games JavaScript

Animation and Games JavaScript

9th - 12th Grade

11 Qs

Formatting Text

Formatting Text

10th - 12th Grade

9 Qs

Functions and Parameters Summative preview

Functions and Parameters Summative preview

9th - 12th Grade

10 Qs

JavaScript and Graphics

JavaScript and Graphics

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?