Javascript Assessment

Javascript Assessment

6th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

JavaScript

JavaScript

7th - 8th Grade

15 Qs

Code.org Unit 3 Assessment Lessons 3-9

Code.org Unit 3 Assessment Lessons 3-9

8th Grade

11 Qs

p5.js Week1 PREtest

p5.js Week1 PREtest

7th - 12th Grade

14 Qs

Graphics Programming Review

Graphics Programming Review

8th - 10th Grade

10 Qs

Code.org Unit 3 Chapter 3

Code.org Unit 3 Chapter 3

7th - 8th Grade

12 Qs

Coding Vocabulary Words

Coding Vocabulary Words

8th Grade

12 Qs

Coding Concepts in Graphics

Coding Concepts in Graphics

8th Grade

10 Qs

Javascript Assessment

Javascript Assessment

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Betsey Altman

Used 43+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

What is a bug in a program?

a computer virus

a mistake or problem in the code

a creepy, crawly insect that makes Mrs. Altman scream.

a hacker

2.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Media Image

Look at the image. What is the line of code for the rectangle?

rect (400, 400);

ellipse (200, 400);

rect (0, 0);

ellipse (0, 0);

3.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

What is it called when we go in and fix a problem in our program?

bugging

debugging

hacking

shutting down

4.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Media Image

Look at the image. What line of code made the entire screen appear blue?

background ("blue");

fill ("blue");

rect ("blue");

color ("blue");

5.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Media Image

What line of code creates a yellow outline around the circle?

fill("yellow");

noStroke("yellow");

background ("yellow");

stroke("yellow");

6.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Media Image

Find the bug! Why is the rectangle not red?

The parameters in line 1 are incorrect.

The fill code should come first.

There is no background code.

There is no stroke code.

7.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

What are parameters in code?

the outside measurement of a room

the name of a shape

the specific details in a line of code

the line numbers in a program

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?