Search Header Logo

JavaScript Variables Quiz

Authored by R. Mou

Computers

10th Grade

Used 7+ times

JavaScript Variables Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are variables in JavaScript similar to?

Puzzle pieces

Functions

Little boxes to store values

Strings

Loops

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is commonly used to declare a variable in JavaScript?

const

let

int

float

var

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you declare a variable without initializing it, what is it called?

Uninitialized

Null

Empty

Undefined

Zeroed

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does initializing a variable mean?

Naming it

Assigning a value to it

Creating a box for it

Naming and assigning a value to it

Deleting it

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to declare and initialize a variable to store the number 10?

int number = 10;

number = 10;

var number = 10;

float number = 10;

number 10;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? `var value = 53; value = 75; console.log(value);`

53

75

5375

Error

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of variable is used to hold true or false values?

String

Integer

Char

Float

Boolean

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?