TLEQ3 MODULE 1-5

TLEQ3 MODULE 1-5

10th Grade

10 Qs

quiz-placeholder

Similar activities

Conditional Statements JavaScript

Conditional Statements JavaScript

8th - 12th Grade

10 Qs

Code.org Lesson 1-9

Code.org Lesson 1-9

9th - 12th Grade

10 Qs

Evaluasi materi Programming Rit

Evaluasi materi Programming Rit

10th Grade

10 Qs

Code Evaluation

Code Evaluation

9th - 11th Grade

10 Qs

basics of javascript

basics of javascript

9th - 12th Grade

11 Qs

File Structure & Partitions

File Structure & Partitions

10th - 11th Grade

10 Qs

B13 quzizz

B13 quzizz

10th Grade

10 Qs

Веб-конструирование

Веб-конструирование

10th Grade

15 Qs

TLEQ3 MODULE 1-5

TLEQ3 MODULE 1-5

Assessment

Quiz

Computers

10th Grade

Medium

Created by

JEMROD DEVAD

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using this after an HTML document is loaded will delete all existing

HTML.

InnerHTML

window.alert();

document.write();

console.log();

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ____________________ start with /* and end with */. Any text

between /* and */ will be ignored by JavaScript.

Variable

Multi-line

Comments

Keyword

Single Line

Comments

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

in CamelCase are not allowed because they are reserved

for subtraction.

Hyphen

Expressions

Variable

CamelCase

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Scope determines the accessibility (visibility) of variables.

Scope

Function Scope

Global Scope

Function

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The __________ keyword is a constant variable therefore it cannot be reassigned.

.Try

If

Var

Const

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

start with two forward slashes (//). All text after the two forward slashes until the end of a line makes up a comment, even when there are forward slashes in the commented text.

Single Line Comments and

Multi-Line Comments

Identifiers

Keywords

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is anything between { }, an area within if, switch conditions

or for and while loops, which means that those variables exist only within the

corresponding block.

Block Scope

Scope

Function Scope

Global Scope

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?