TLE quiz mwa mwa

TLE quiz mwa mwa

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

การพัฒนาเว็บไซต์

การพัฒนาเว็บไซต์

10th Grade

10 Qs

Quiz de Programação Front End

Quiz de Programação Front End

12th Grade - University

15 Qs

Inline vs. Internal CSS

Inline vs. Internal CSS

9th - 12th Grade

10 Qs

#1 JS kérdőív

#1 JS kérdőív

11th Grade

11 Qs

JavasCript

JavasCript

1st Grade - University

10 Qs

G2TLEMOD6

G2TLEMOD6

10th Grade

10 Qs

creative imedia

creative imedia

11th - 12th Grade

10 Qs

javachips

javachips

10th Grade

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