Search Header Logo

TLE Q3 MODULE 4 G16

Authored by Abigail Ruth Lumayad

Computers

10th Grade

Used 3+ times

TLE Q3 MODULE 4 G16
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

45 sec • 1 pt

The variable let and ___ is used in Block Scope

const

cosnt

CONST

contst

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

It is anything between { }, which means that those variables exist only within the corresponding place.

Block Sope

Block Scope

let

conts

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A ____ is a set of statements that perform tasks and return a value

Function

Scope

Function Scope

Global Scope

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Is this code considered as a block scope?

{  

let x = 2;

}

const y = 7;

}

YES !!!!

NO !!!!

Answer explanation

there is a bracket {} missing on the second area

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Redeclaring a variable with let in another scope or another block is NOT ALLOWED

TRUE

FALSE

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Before ES2015 JavaScript did not have Block Scope

TRUE

FALSE

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What determines the accessibility and visibility of variables in your code?

Function Scope

Function

Global Scope

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?