JavaScript Canvas Introduction Quiz

JavaScript Canvas Introduction Quiz

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

JavaScript viktorīna

JavaScript viktorīna

9th Grade

12 Qs

Game Lab - Rectangle, Ellipse and Fill

Game Lab - Rectangle, Ellipse and Fill

6th - 12th Grade

10 Qs

Video Game Design - Aesprite -Quiz 3

Video Game Design - Aesprite -Quiz 3

9th Grade - University

10 Qs

Javascript Again 1114

Javascript Again 1114

10th Grade

14 Qs

Processing Beginners Quiz

Processing Beginners Quiz

7th - 12th Grade

15 Qs

Графічні примітиви в Лазарус

Графічні примітиви в Лазарус

1st - 12th Grade

12 Qs

p5.js Week1 PREtest

p5.js Week1 PREtest

7th - 12th Grade

14 Qs

P5.js Drawing Commands

P5.js Drawing Commands

10th Grade

15 Qs

JavaScript Canvas Introduction Quiz

JavaScript Canvas Introduction Quiz

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Brooke Townsend

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

If the following code is entered:

fill(0, 255, 200);

ellipse(300, 100, 40, 40);

Which point would appear on the canvas?

A

B

C

D

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following codes would result in the ellipse drawn?

ellipse(200, 200, 300, 100);

ellipse(300, 100, 100, 300);

ellipse(200, 200, 100, 300);

ellipse(100, 300, 200, 200);

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would appear on the canvas if this code (and nothing else) was entered?

ellipse(100, 100, 50, 50)

A circle with radius 50 in the centre of the canvas

A circle with radius 100 in the upper left area of the canvas

A circle with radius 50 in the upper left area of the canvas

nothing

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would appear on the canvas if this code (and nothing else) was entered?

elipse(100, 100, 50, 50);

A circle with radius 50 in the centre of the canvas

A circle with radius 100 in the upper left area of the canvas

A circle with radius 50 in the upper left area of the canvas

nothing

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would you see if the following code was run:

ellipse(200, 200, 600, 600);

A really big circle in the centre

A circle in the bottom right corner

Nothing

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would appear on screen with the code shown?

Media Image
Media Image
Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In the code for this program, what order must the ellipses instructions occur?

Blue first,

then Yellow,

then Red

Red first,

then Blue,

then Yellow

There is no way of knowing

Red first,

then Yellow,

then Blue

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?