7.2 JS Variable Check In

7.2 JS Variable Check In

11th Grade

7 Qs

quiz-placeholder

Similar activities

Quiz - Ls.4 - Advanced Features of Word Processor(Part 2)

Quiz - Ls.4 - Advanced Features of Word Processor(Part 2)

4th Grade - Professional Development

10 Qs

Function Basics

Function Basics

9th - 12th Grade

10 Qs

Computer Programming: Graphics

Computer Programming: Graphics

8th - 11th Grade

11 Qs

Quiz de Criatividade em p5.js

Quiz de Criatividade em p5.js

9th Grade - University

8 Qs

Debugging Practice

Debugging Practice

11th Grade

6 Qs

P5.js Shapes

P5.js Shapes

7th - 12th Grade

8 Qs

Unit 3 Exam

Unit 3 Exam

11th Grade

8 Qs

JavaScript Animates

JavaScript Animates

9th - 12th Grade

11 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