TLE quiz mwa mwa

TLE quiz mwa mwa

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

quiz2 ni xy

quiz2 ni xy

10th Grade

10 Qs

HTML FORMS

HTML FORMS

9th Grade

10 Qs

ICT PROJECT PUBLICATION AND STATISTICS

ICT PROJECT PUBLICATION AND STATISTICS

11th Grade

10 Qs

Recuperação Matemática II - Java - Programação 2 trimestre

Recuperação Matemática II - Java - Programação 2 trimestre

12th Grade

11 Qs

Pictoblox Saturday 1

Pictoblox Saturday 1

1st - 10th Grade

10 Qs

Linguagens de programação HTML/CSS

Linguagens de programação HTML/CSS

11th Grade

10 Qs

HTML - Level 1

HTML - Level 1

KG - Professional Development

10 Qs

Zona de Evaluación: Activa tu Conocimiento

Zona de Evaluación: Activa tu Conocimiento

11th Grade - University

15 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?