Javascript Assessment

Javascript Assessment

6th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

p5.js Week1 PREtest

p5.js Week1 PREtest

7th - 12th Grade

14 Qs

Animations and Games L.3-5

Animations and Games L.3-5

7th - 8th Grade

19 Qs

Small Basic Quiz

Small Basic Quiz

7th - 9th Grade

12 Qs

Javascript Basics (Khan Academy)

Javascript Basics (Khan Academy)

6th - 8th Grade

15 Qs

CSD Unit 3 - Interactive Animations and Games (lessons 3&4)

CSD Unit 3 - Interactive Animations and Games (lessons 3&4)

6th - 8th Grade

15 Qs

JavaScript

JavaScript

7th - 8th Grade

15 Qs

CSD Unit 3 - Games and Animation Assessment

CSD Unit 3 - Games and Animation Assessment

8th Grade

20 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?