Search Header Logo

TLE Q3M5 QUIZ

Authored by Reuell Isael Quiliza

Computers

10th Grade

Used 1+ times

TLE Q3M5 QUIZ
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Declaring a const is similar to when it comes to Block Scope

let

var

variable

keywords

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The const keyword defines a the constant value

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If we assign a primitive value to a constant,

we cannot _______ the primitive value.

change

define

use

declare

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Redeclaring a JavaScript var variable is ________________ anywhere in a program.

restricted

available

not available

found

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Define the statement:

var x = 2; // Allowed

const x = 2; // Not allowed

{

let x = 2; // Allowed

const x = 2; // Not allowed

}

The properties of a constant object can be changed.

Redeclaring a JavaScript var variable is allowed anywhere in a program.

Redeclaring a JavaScript var variable is allowed anywhere in a program.

Redeclaring or reassigning an existing const variable, in the same scope, or in the same

block, is not allowed.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The __________ keyword is a constant variable therefore it cannot be reassigned.

Const

let

var

script

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of scope is the var variable

Function Scope

Block Scope

Local Scope

Global Scope

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?