TLE quiz mwa mwa

TLE quiz mwa mwa

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

G2TLE

G2TLE

10th Grade

10 Qs

Salida y entrada en el lenguaje JavaScript.

Salida y entrada en el lenguaje JavaScript.

10th Grade

7 Qs

Examen JavaScript

Examen JavaScript

10th Grade

7 Qs

QUIZ TIK

QUIZ TIK

9th Grade

15 Qs

Examen Parcial 5to Admo

Examen Parcial 5to Admo

9th - 12th Grade

10 Qs

Q3 MOD 1-5

Q3 MOD 1-5

10th Grade

10 Qs

9-Cpp-1

9-Cpp-1

9th Grade

13 Qs

HTML and CSS Review

HTML and CSS Review

11th Grade

12 Qs

TLE quiz mwa mwa

TLE quiz mwa mwa

Assessment

Quiz

Instructional Technology

9th - 12th Grade

Medium

Created by

Jhon Lenard B. Javier Javier

Used 1+ times

FREE Resource

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

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?