
TLE quiz mwa mwa
Authored by Jhon Lenard B. Javier Javier
Instructional Technology
9th - 12th 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
What Kind of Scope
<script>
var i = 5;
for (var i = 0; i < 10; i++) {
}
document.getElementById("samp").innerHTML = i;
</script>
Function Scpoe
Loop Scope
Block Scope
Global Scope
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
are used to store data values.
Variable
Multi line comments
Single Line Comments
Camel Case
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What Kind of Scope is this
<script>
var myName = "Rose";
myFunction();
function myFunction() {
document.getElementById("samp").innerHTML = "My name is " + myName;
}
</script>
Global Scope
Function Scope
Block Scope
Loop Scope
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
identified with unique names
The CamelCase
Identifiers
Expressions
Multi-Line Comments
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
combination of values, variables, and operators,
Expressions
CamelCase
Identifiers
Keywords
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
starts with a // and ends with //.
Single Line Comments
Multi-Line Comments
VARIABLES
Keywords
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
it cannot be reassigned.
const keyword
Html
Variable
Multi-line Commnets
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?