TLE Q3 M4

TLE Q3 M4

10th Grade

10 Qs

quiz-placeholder

Similar activities

TLE Q3 M1-5

TLE Q3 M1-5

10th Grade

10 Qs

Java Scope mini quiz

Java Scope mini quiz

9th - 12th Grade

9 Qs

Kuizi 15 - Web

Kuizi 15 - Web

10th Grade - University

15 Qs

Q3 TLE M4

Q3 TLE M4

10th Grade

10 Qs

Quiz module 4-5

Quiz module 4-5

10th Grade

10 Qs

TLE Q3 1-5

TLE Q3 1-5

10th Grade

10 Qs

QUARTER3 MOD 1 TO 5

QUARTER3 MOD 1 TO 5

10th Grade

10 Qs

QUARTER 3 MOD 1-5

QUARTER 3 MOD 1-5

10th Grade

10 Qs

TLE Q3 M4

TLE Q3 M4

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Sophia Acode

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

It determines the accessibility and visibility of variables in your code.

Expression

VAR

Scope

Value

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Before ES215, there are only two types of scope. Which of the following are the two types?

Global Scope and Local Scope

Function Scope and Block Scope

Block Scope and Local Scope

Global Scope and Function Scope

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

TRUE or FALSE? Variables declared with the var keyword can have Block Scope.

TRUE

FALSE

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The main difference between let and var is that scope of a variable defined with var is limited to the block in which it is declared while variable declared with let has the global scope.

TRUE

FALSE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variables declared with

the _ keyword can have Block Scope.

const

var

let

none of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The _ variable declared in the loop redeclares the variable

outside the loop.

let

var

const

the * sign

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

___ variables defined with the var keyword

belong to the window object.

Global

Local

Loop

Block

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?