TLE Q3 MODULE 4 G16

TLE Q3 MODULE 4 G16

10th Grade

10 Qs

quiz-placeholder

Similar activities

TLEQ3

TLEQ3

10th Grade

10 Qs

JavaScript Fundamentals

JavaScript Fundamentals

9th Grade - Professional Development

10 Qs

JavaScript & CSS & HTML

JavaScript & CSS & HTML

10th Grade

10 Qs

TLE Q3 M5

TLE Q3 M5

9th - 12th Grade

10 Qs

TLE QUIZZIZ 2

TLE QUIZZIZ 2

9th - 12th Grade

10 Qs

TLE Q3 M4

TLE Q3 M4

10th Grade

10 Qs

TLEQ3M1-5

TLEQ3M1-5

10th Grade

10 Qs

kyle

kyle

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?