
TLE Q3M5 QUIZ
Authored by Reuell Isael Quiliza
Computers
10th Grade
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Declaring a const is similar to when it comes to Block Scope
let
var
variable
keywords
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The const keyword defines a the constant value
True
False
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If we assign a primitive value to a constant,
we cannot _______ the primitive value.
change
define
use
declare
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Redeclaring a JavaScript var variable is ________________ anywhere in a program.
restricted
available
not available
found
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Define the statement:
var x = 2; // Allowed
const x = 2; // Not allowed
{
let x = 2; // Allowed
const x = 2; // Not allowed
}
The properties of a constant object can be changed.
Redeclaring a JavaScript var variable is allowed anywhere in a program.
Redeclaring a JavaScript var variable is allowed anywhere in a program.
Redeclaring or reassigning an existing const variable, in the same scope, or in the same
block, is not allowed.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The __________ keyword is a constant variable therefore it cannot be reassigned.
Const
let
var
script
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type of scope is the var variable
Function Scope
Block Scope
Local Scope
Global Scope
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
11 questions
Python Inputs
Quiz
•
9th - 12th Grade
10 questions
Fundamentals of Algorithms
Quiz
•
10th Grade
10 questions
Blockchain
Quiz
•
5th Grade - Professio...
15 questions
Arduino practice 2
Quiz
•
9th - 11th Grade
15 questions
Conditionals Unit Quiz
Quiz
•
9th Grade - University
15 questions
Program Implementation
Quiz
•
10th - 12th Grade
15 questions
KS4 - Python Turtle
Quiz
•
9th - 11th Grade
8 questions
Visual Basic Basics!
Quiz
•
9th - 12th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
10 questions
Probability Practice
Quiz
•
4th Grade
15 questions
Probability on Number LIne
Quiz
•
4th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
6 questions
Appropriate Chromebook Usage
Lesson
•
7th Grade
10 questions
Greek Bases tele and phon
Quiz
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
14 questions
[AP CSP] JavaScript Programming Quiz
Quiz
•
9th - 12th Grade
10 questions
Understanding Computers and Computer Engineering
Interactive video
•
7th - 12th Grade
37 questions
Python - Tuples, Lists, and List Methods
Quiz
•
9th - 12th Grade