7.2 JS Variable Check In

7.2 JS Variable Check In

11th Grade

7 Qs

quiz-placeholder

Similar activities

3.12 Calling Procedures

3.12 Calling Procedures

10th - 12th Grade

4 Qs

CMU CS Academy 2.3.3 Inch Worm and Hungry Panda

CMU CS Academy 2.3.3 Inch Worm and Hungry Panda

9th - 12th Grade

12 Qs

Computer Networks

Computer Networks

7th - 12th Grade

12 Qs

Unit 2 Review

Unit 2 Review

9th - 12th Grade

10 Qs

Game Lab - Rectangle, Ellipse and Fill

Game Lab - Rectangle, Ellipse and Fill

6th - 12th Grade

10 Qs

Introduction to HTML/CSS Quiz 5: Advanced CSS

Introduction to HTML/CSS Quiz 5: Advanced CSS

6th - 12th Grade

7 Qs

Creación de caracteres especiales LCD arduino

Creación de caracteres especiales LCD arduino

11th Grade

12 Qs

Trimble Sketchup

Trimble Sketchup

8th - 12th Grade

9 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