Q3 TLE M4

Q3 TLE M4

10th Grade

10 Qs

quiz-placeholder

Similar activities

TLE Q3 M5

TLE Q3 M5

9th - 12th Grade

10 Qs

TLEQ3M1-5

TLEQ3M1-5

10th Grade

10 Qs

JavaScript Fundamentals

JavaScript Fundamentals

9th Grade - Professional Development

10 Qs

Code.org Unit 5 Vocab Quiz 1

Code.org Unit 5 Vocab Quiz 1

9th - 12th Grade

10 Qs

Quiz module 4-5

Quiz module 4-5

10th Grade

10 Qs

TLE QUIZ by G15

TLE QUIZ by G15

10th Grade

10 Qs

G3     TLE Q3 Quiz Module 1-510-Burgos

G3 TLE Q3 Quiz Module 1-510-Burgos

10th Grade

10 Qs

Functions

Functions

8th Grade - University

10 Qs

Q3 TLE M4

Q3 TLE M4

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Claid Oiranyaj

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

JavaScript

Scope

Function

Variables

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

These variables are declared outside any function and can be accessed anywhere in JavaScript.

Function

Global Scope

Function Scope

Scope

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

It is anything between { }, an area within if, switch conditions or for and while loops, which means that those variables exist only within the corresponding block.

Block Scope

Global Scope

Function Scope

Scope

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A ______ is a set of statements that perform tasks and returns a value.

Function

Global Scope

Function Scope

Scope

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Variables declared with var and let are quite similar when declared inside a function. They will both have _____

Function

Global Scope

Function Scope

Scope

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Variables declared with the var keyword cannot have Block Scope

True

False

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

True

False

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?