Javascript Debugging Review

Javascript Debugging Review

9th Grade

21 Qs

quiz-placeholder

Similar activities

AP Computer Science Principles Unit 5 Review Lists

AP Computer Science Principles Unit 5 Review Lists

9th - 12th Grade

20 Qs

AP CSP Mixed Review

AP CSP Mixed Review

9th - 12th Grade

20 Qs

Code.org CSP Unit 5 Test Review

Code.org CSP Unit 5 Test Review

9th - 12th Grade

20 Qs

Languages - Javascript and Node

Languages - Javascript and Node

1st - 12th Grade

21 Qs

U3 Review CSD

U3 Review CSD

9th - 12th Grade

19 Qs

Python basics yr7

Python basics yr7

6th - 9th Grade

20 Qs

GCSE Computer Science - Python Programming Concepts

GCSE Computer Science - Python Programming Concepts

9th - 11th Grade

17 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Javascript Debugging Review

Javascript Debugging Review

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Noah Marestaing

Used 4+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the process of finding errors in code called?

Deworming

Detoxing

De-Erroring

Debugging

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What are some of the data types we've learned about in this class?

String

Console.log()

Boolean

True/False

Array

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which US state has the highest number of ufo sightings?

California

Arizona

New Mexico

New York

4.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

When we want to re-use code, we can use a ________.

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the error in this for loop?

for (var a = 10; a < 9; a++) {

console.log("apple");

}

Infinite Loop

We have to use the variable i instead of a.

Loop won't start

We should've used a while loop

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In which city are these famous catacombs located?

London

Glendale

Buenos Aires

Paris

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

We have a shopping list

var shopping_list = ["hot pocket", "mountain dew", "redbull"];

Which of the following will access "redbull"?

shopping_list[3]

shopping_list(2)

shopping_list("redbull")

shopping_list[2]

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?