TLE Q3 MODULE 4 G16

TLE Q3 MODULE 4 G16

10th Grade

10 Qs

quiz-placeholder

Similar activities

TLE Q3 M1-5

TLE Q3 M1-5

10th Grade

10 Qs

TLE QUARTER 5

TLE QUARTER 5

10th Grade

10 Qs

tle 10

tle 10

10th Grade

10 Qs

kyle

kyle

10th Grade

10 Qs

Quarter 3- Module 6

Quarter 3- Module 6

10th Grade

10 Qs

G3     TLE Q3 Quiz Module 1-510-Burgos

G3 TLE Q3 Quiz Module 1-510-Burgos

10th Grade

10 Qs

QUARTER3 MOD 1 TO 5

QUARTER3 MOD 1 TO 5

10th Grade

10 Qs

TLE Q3 QUIZ MODULES 1-5

TLE Q3 QUIZ MODULES 1-5

10th Grade

10 Qs

TLE Q3 MODULE 4 G16

TLE Q3 MODULE 4 G16

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Abigail Ruth Lumayad

Used 3+ times

FREE Resource

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

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?