
TLE Q3M5 QUIZ

Quiz
•
Computers
•
10th Grade
•
Easy

Reuell Isael Quiliza
Used 1+ times
FREE Resource
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
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
TLE Q3

Quiz
•
10th Grade
10 questions
Code.org Unit 5 Vocab Quiz 1

Quiz
•
9th - 12th Grade
10 questions
TLEQ3M1-5

Quiz
•
10th Grade
10 questions
TLEQ3

Quiz
•
10th Grade
13 questions
Паскаль

Quiz
•
9th - 12th Grade
13 questions
[Hall] Unit 8 JS Variables & Animation

Quiz
•
9th - 12th Grade
14 questions
Repaso Teórico Conceptos Pascal

Quiz
•
8th - 12th Grade
15 questions
AP Computer Science Principles Unit 1

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade