Javascript Drawing

Javascript Drawing

8th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

CMU quiz

CMU quiz

7th - 9th Grade

20 Qs

Recuperação PC - 8º Ano - Projeto Pega Pega Digital

Recuperação PC - 8º Ano - Projeto Pega Pega Digital

8th Grade

10 Qs

Internet 2nd

Internet 2nd

11th Grade

18 Qs

Microsoft Office Advandces 2016

Microsoft Office Advandces 2016

9th Grade - Professional Development

20 Qs

Arduino Loop

Arduino Loop

2nd Grade - University

20 Qs

Python List

Python List

4th Grade - University

15 Qs

Binary Subtraction

Binary Subtraction

12th Grade

10 Qs

Modern Technologies- BTEC

Modern Technologies- BTEC

2nd - 8th Grade

20 Qs

Javascript Drawing

Javascript Drawing

Assessment

Quiz

Computers

8th - 12th Grade

Hard

Used 54+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ellipse(212, 206, 283, 318);
ellipse(212, 235, 100, 73);
ellipse(150, 150, 30, 30);
ellipse(278, 150, 30, 30);
The code above represents a snowman with two eyes and a nose. The code that represents the nose is:

ellipse(150, 150, 30, 30);
ellipse(212, 206, 283, 318);
ellipse(212, 235, 100, 73);
ellipse(212, 235, 100, 73);

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The command: ellipse( 200,100, 20, 20) will draw:

an ellipse that is 100 pixels wide and 100 pixels high
a circle whose center is 200 pixels across and 100 pixels down
a rectangle that is 200 pixels by 100 pixels wide
a circle that is 200 pixels in diameter

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct order of parameters in rect()?

rect(x, y, width, height);

rect(y, x, width, height);

rect(x, y, height, width);

rect(width, height, x, y);

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How do you turn off the outline around the shapes?

noStroke();

stroke("transparent");

noFill();

noOutline();

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When drawing in Javascript, the coordinates for the top left of the screen is:

0,400
0,0
400,0
400,400

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The command: ellipse( 200,100, 20, 20) will draw:

an ellipse that is 100 pixels wide and 100 pixels high
a circle whose center is 200 pixels across and 100 pixels down
a rectangle that is 200 pixels by 100 pixels wide
a circle that is 200 pixels in diameter

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ellipse(212, 206, 283, 318);
ellipse(212, 235, 100, 73);
ellipse(150, 150, 30, 30);
ellipse(278, 150, 30, 30);
The code above represents a snowman with two eyes and a nose. The code that represents the nose is:

ellipse(150, 150, 30, 30);
ellipse(212, 206, 283, 318);
ellipse(212, 235, 100, 73);
ellipse(212, 235, 100, 73);

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?