Javascript Assessment

Javascript Assessment

6th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

Code.org Unit 3 Assessment Lessons 3-9

Code.org Unit 3 Assessment Lessons 3-9

8th Grade

18 Qs

Code.org Unit 3 Lesson 3 and 4

Code.org Unit 3 Lesson 3 and 4

6th - 8th Grade

15 Qs

Unit 3 | Chapter 1 - Animations and Images (Lessons 2-4)

Unit 3 | Chapter 1 - Animations and Images (Lessons 2-4)

8th Grade

13 Qs

CMU CS Academy Unit 1 Checkpoint

CMU CS Academy Unit 1 Checkpoint

6th - 8th Grade

14 Qs

Khan Academy JavaScript

Khan Academy JavaScript

8th Grade

12 Qs

Khan Academy Javascript

Khan Academy Javascript

8th Grade

12 Qs

CS Express

CS Express

6th - 8th Grade

17 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

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