JavaScript Canvas Introduction Quiz

JavaScript Canvas Introduction Quiz

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

PyGame - 2

PyGame - 2

10th - 12th Grade

8 Qs

Shapes in Java Processing

Shapes in Java Processing

9th Grade

12 Qs

AV2a - Pensamento Computacional - Explorando o p5.js

AV2a - Pensamento Computacional - Explorando o p5.js

2nd Grade - University

10 Qs

Small Basic Quiz

Small Basic Quiz

7th - 9th Grade

12 Qs

Python - Pygame - 3

Python - Pygame - 3

11th - 12th Grade

10 Qs

p5.js activity

p5.js activity

9th - 12th Grade

7 Qs

p5.js shapes

p5.js shapes

9th - 12th Grade

8 Qs

8.QZ - Fish Tank Starter Code Review

8.QZ - Fish Tank Starter Code Review

9th - 12th 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?