Canvas Graphics and Geometry Concepts

Canvas Graphics and Geometry Concepts

Assessment

Interactive Video

Computers, Design, Arts

6th - 10th Grade

Hard

Created by

Ethan Morris

FREE Resource

This video tutorial introduces the concept of graphics using a canvas. It explains the unique coordinate system of the canvas, where the origin is at the top left, and demonstrates how to create and position text, circles, and rectangles. The tutorial includes practical examples, such as drawing a 'Hello World' text, a blue circle, a red rectangle, and an eightball with centered text. The video emphasizes understanding the coordinate system and positioning elements correctly on the canvas.

Read more

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where is the origin (0,0) located on the canvas?

Bottom right

Top right

Top left

Bottom left

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which direction does the positive Y-axis point on the canvas?

Downwards

Upwards

Leftwards

Rightwards

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to get the width of the canvas?

width()

canvasWidth()

getCanvasWidth()

getWidth()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the position of the text 'Hello World' in the first graphics program?

(100, 200)

(200, 200)

(100, 100)

(200, 100)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the radius of the blue circle created in the example?

50

40

30

20

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What color is the circle in the example?

Red

Green

Blue

Yellow

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the dimensions of the rectangle created in the example?

Width: 50, Height: 150

Width: 150, Height: 50

Width: 100, Height: 50

Width: 50, Height: 100

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