JavaScript Canvas Introduction Quiz

JavaScript Canvas Introduction Quiz

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

கணினி தொழில்நுட்பம்

கணினி தொழில்நுட்பம்

12th Grade

10 Qs

1.1.1 CSE App Inventor

1.1.1 CSE App Inventor

9th - 12th Grade

12 Qs

8.QZ - Fish Tank Starter Code Review

8.QZ - Fish Tank Starter Code Review

9th - 12th Grade

15 Qs

Графічні об'єкти в Lazarus

Графічні об'єкти в Lazarus

7th - 9th Grade

11 Qs

Avaliação 1T - JavaScript

Avaliação 1T - JavaScript

9th - 12th Grade

10 Qs

App แต่งรูป

App แต่งรูป

12th Grade

11 Qs

CMU CS Academy Unit 2 Part 5

CMU CS Academy Unit 2 Part 5

9th Grade

11 Qs

Intro to JavaScript

Intro to JavaScript

9th Grade

11 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?