JavaScript Basics Quiz

JavaScript Basics Quiz

3rd - 4th Grade

20 Qs

quiz-placeholder

Similar activities

Hard and Soft c and g

Hard and Soft c and g

1st - 8th Grade

20 Qs

Protocols

Protocols

KG - University

20 Qs

We Learn

We Learn

KG - 12th Grade

23 Qs

A Little Spot of Honesty

A Little Spot of Honesty

4th - 6th Grade

17 Qs

Money Life Skills

Money Life Skills

1st - 12th Grade

20 Qs

Computer

Computer

1st Grade - Professional Development

18 Qs

Installment Purchases

Installment Purchases

3rd Grade - Professional Development

20 Qs

Closed Syllables 002

Closed Syllables 002

3rd Grade

16 Qs

JavaScript Basics Quiz

JavaScript Basics Quiz

Assessment

Quiz

Special Education

3rd - 4th Grade

Medium

Created by

Ngoc Nguyen

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What does console.log do?

Runs a function

Outputs text or values to the console screen

Changes a variable

Starts a loop

2.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which line correctly declares a variable called score with a value of 10?

var score = 10;

var score 10;

let = 10 score;

score var = 10;

3.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What is the purpose of getNumber("inputBox") in Code.org?

Sets a number in an input box

Retrieves a number from a user’s input box

Creates a new input box

Adds a number to a variable

4.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Given the function below, what will be the output if you call greet("Alice")?

function greet(name) {

return "Hello, " + name + "!"; }

"Hello, Alice!"

"Hello, name!"

"Hello, !"

"Alice"

5.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What will this code display?

var x = 5;

console.log(x * 2);

2

5

10

"x * 2"

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What does if (score > 10) check for?

If score is less than 10

If score is equal to 10

If score is more than 10

If score is 10

7.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which line correctly assigns a value to a variable named age?

age = 15;

var age;

let age: 15;

age 15;

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?