Camp 1_30

Camp 1_30

12th Grade

22 Qs

quiz-placeholder

Similar activities

Java Decision/Selection Self-Check

Java Decision/Selection Self-Check

9th - 12th Grade

20 Qs

Python Basics & Syntax

Python Basics & Syntax

10th - 12th Grade

20 Qs

Programming 2 - Arrays

Programming 2 - Arrays

10th - 12th Grade

17 Qs

Java Lab Code.org AP CSA

Java Lab Code.org AP CSA

9th - 12th Grade

18 Qs

JavaScript Variables

JavaScript Variables

10th - 12th Grade

26 Qs

JavaScript Variables Quiz

JavaScript Variables Quiz

9th - 12th Grade

26 Qs

Array

Array

12th Grade

20 Qs

Lección1 - JavaScript

Lección1 - JavaScript

1st Grade - Professional Development

17 Qs

Camp 1_30

Camp 1_30

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Tarase Mcgee

Used 6+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does a variable in JavaScript point to?

A function

A specific memory address that stores a value

A CSS style

A HTML element

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the term for assigning a value to a variable at the moment of its declaration?

Initialization

Compilation

Execution

Declaration

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How are strings represented in JavaScript?

As numbers

As sequences of characters enclosed in quotes

As boolean values

As arrays

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does it mean when strings are described as immutable in JavaScript?

They can be changed after creation

They cannot be changed after creation

They can be deleted

They can be converted to numbers

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the convention for naming variables with more than one word in JavaScript?

Snake case

Upper case

Camel case

Lower case

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the default value of an uninitialized variable?

null

0

undefined

empty string

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which data type can hold a series of values?

String

Number

Array

Boolean

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?