TLE quiz mwa mwa

TLE quiz mwa mwa

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Zona de Evaluación: Activa tu Conocimiento

Zona de Evaluación: Activa tu Conocimiento

11th Grade - University

15 Qs

Tkinter Module Quiz

Tkinter Module Quiz

12th Grade

10 Qs

HTML Forms

HTML Forms

10th - 11th Grade

10 Qs

untitled

untitled

9th - 12th Grade

15 Qs

MABINI G12

MABINI G12

10th 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

CP Web Design lesson quiz 3.1

CP Web Design lesson quiz 3.1

9th - 12th Grade

15 Qs

REC. 1

REC. 1

11th Grade

10 Qs

TLE quiz mwa mwa

TLE quiz mwa mwa

Assessment

Quiz

Instructional Technology

9th - 12th Grade

Practice Problem

Medium

Created by

Jhon Lenard B. Javier Javier

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?