7.2 JS Variable Check In

7.2 JS Variable Check In

11th Grade

7 Qs

quiz-placeholder

Similar activities

Workplace Ergonomics

Workplace Ergonomics

9th - 12th Grade

10 Qs

FOCS - Processing v4 Formative 1

FOCS - Processing v4 Formative 1

9th - 12th Grade

10 Qs

Robotics Unit 7 Formative

Robotics Unit 7 Formative

11th - 12th Grade

10 Qs

p5.js shapes

p5.js shapes

9th - 12th Grade

8 Qs

Health and Safety - Creative iMedia

Health and Safety - Creative iMedia

11th Grade

10 Qs

Exploring Python Turtle Graphics

Exploring Python Turtle Graphics

7th Grade - University

12 Qs

Animation and Games JavaScript

Animation and Games JavaScript

9th - 12th Grade

11 Qs

Arduino Programming

Arduino Programming

7th - 12th Grade

12 Qs

7.2 JS Variable Check In

7.2 JS Variable Check In

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Jocelyn Hall

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Where does this line of code belong?

var eyeSize = 10;

INSIDE-SETUP

INSIDE-DRAW

OUTSIDE-SETUP-DRAW

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the number 100 represent in this command?

ellipse (20, 100, 50, 90)

x-position

y-position

width

height

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Where does this line of code belong?

ellipse(170, 150, eyeSize, eyeSize); // left eye

INSIDE-SETUP

INSIDE-DRAW

OUTSIDE-SETUP-DRAW

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What color intensity does 100 represent?

fill(120, 50, 100)

Red

Green

Blue

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the number 100 represent in this command?

line (20, 90, 60, 100)

x-position

y-position

width

height

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Where does this line of code belong?

size(400, 400);

INSIDE-SETUP

INSIDE-DRAW

OUTSIDE-SETUP-DRAW

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the number 100 represent in this command?

line (20, 90, 100, 50)

x-position

y-position

width

height