7.2 JS Variable Check In

7.2 JS Variable Check In

11th Grade

7 Qs

quiz-placeholder

Similar activities

Homerow and Safty Basics

Homerow and Safty Basics

9th - 12th Grade

10 Qs

S2+3_DDApps22

S2+3_DDApps22

11th Grade

10 Qs

BÀI 7. TRÌNH BÀY VÀ IN TRANG TÍNH

BÀI 7. TRÌNH BÀY VÀ IN TRANG TÍNH

1st - 12th Grade

10 Qs

IT Word

IT Word

10th Grade - Professional Development

12 Qs

JavaScript Animation

JavaScript Animation

9th - 12th Grade

11 Qs

Functions and Parameters Summative preview

Functions and Parameters Summative preview

9th - 12th Grade

10 Qs

Turtle Programming - Functions Review

Turtle Programming - Functions Review

9th - 12th Grade

7 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

Discover more resources for Computers