
Global and Local Scope

Quiz
•
Computers
•
10th Grade
•
Medium
Wilchristan Navarro
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
It is a variable inside the function or block scope?
Global scope
Local scope
Function scope
Block scope
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
It declares variables inside a function and can be accessed only inside the function where they are declared
Global scope
Local scope
Function scope
Block scope
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What type of scope is this?
{ var x = 10 ;
var x = 5 ;
var x = 8 ;}
Global scope
Local scope- Block scope
Local scope-Function scope
variable scope
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
It is a keyword in declaring variable?
var
let
const
x or y
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
It is a keyword use to declare constant.
var
let
const
x or y
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What type of redeclaring or assigning variables is this?
const x = 2; // Allowed
{ const x = 3; // Allowed }
{ const x = 4; // Allowed }
Redeclaring a JavaScript var variable is allowed anywhere in a program
Redeclaring or reassigning an existing var or let variable to const, in the same scope, or in the same block, is not allowed
Redeclaring or reassigning an existing const variable, in the same scope, or in the same block, is not allowed
Redeclaring a variable with const, in another scope, or in another block, is allowed
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What type of redeclaring or assigning variables is this?
var x = 2; // Allowed
var x = 3; // Allowed
x = 4; // Allowed
Redeclaring a JavaScript var variable is allowed anywhere in a program
Redeclaring or reassigning an existing var or let variable to const, in the same scope, or in the same block, is not allowed
Redeclaring or reassigning an existing const variable, in the same scope, or in the same block, is not allowed
Redeclaring a variable with const, in another scope, or in another block, is allowed
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
TLE Q3 QUIZ MODULES 1-5

Quiz
•
10th Grade
10 questions
TLE Q3 M4

Quiz
•
10th Grade
10 questions
TLE Q3 M5

Quiz
•
10th Grade
11 questions
MODULE 6 - QUIZ

Quiz
•
10th Grade
10 questions
G5 10-ESTEBAN

Quiz
•
10th Grade
10 questions
Introduction à la programmation

Quiz
•
10th - 11th Grade
10 questions
TLE Q3 MODULE 4 G16

Quiz
•
10th Grade
10 questions
TLE QUIZZIZ 2

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
10 questions
Essential Lab Safety Practices

Interactive video
•
6th - 10th Grade
62 questions
Spanish Speaking Countries, Capitals, and Locations

Quiz
•
9th - 12th Grade
20 questions
First Day of School

Quiz
•
6th - 12th Grade
21 questions
Arithmetic Sequences

Quiz
•
9th - 12th Grade