JavaScript Practice

JavaScript Practice

8th Grade

12 Qs

quiz-placeholder

Similar activities

Code.org Unit 3 Chapter 3

Code.org Unit 3 Chapter 3

7th - 8th Grade

12 Qs

Pygame Shapes

Pygame Shapes

8th Grade

15 Qs

Code.org Unit 3 Assessment Lessons 3-9

Code.org Unit 3 Assessment Lessons 3-9

8th Grade

11 Qs

Coding Concepts in Graphics

Coding Concepts in Graphics

8th Grade

10 Qs

FOR LOOPS and Angles with Tracy (PYTHON)

FOR LOOPS and Angles with Tracy (PYTHON)

7th - 8th Grade

10 Qs

p5.js Week1 PREtest

p5.js Week1 PREtest

7th - 12th Grade

14 Qs

JavaScript

JavaScript

7th - 8th Grade

15 Qs

Graphics Programming Review

Graphics Programming Review

8th - 10th Grade

10 Qs

JavaScript Practice

JavaScript Practice

Assessment

Quiz

Computers

8th Grade

Easy

Created by

Wayground Content

Used 20+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In the following line of code - rect(200, 150, 50, 120); What does the 3rd number(50) stand for?

X

Y

W

H

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these lines of JS code are syntactically correct?

rect100, 100, 50, 50

rect(100 100 50 50);

rect(100, 100, 50, 50);

rect(100, 100, 50, 50):

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In the following line of code - rect(200, 150, 50, 120); What does the first number (200) stand for?

X

Y

W

H

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is the correct way to write a comment in JavaScript?

(#...#)

(!...!)

{{.....}}

//....

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

If I want to add a variable for my eyes, which would be the correct line of code.

var eyeSize;

variable = eyeSize!

variable (eyeSize)

var = eyeSize

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The "X" parameter

Moves the object left and right

moves the object up and down

changes the width

changes the height

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

When adding a background color which is the correct line of code?

bg(200, 0, 0);

background(200, 0, 0);

bckgr(200, 0, 0);

backgnd(200, 0, 0);

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?