TLEQ3 MODULE 1-5

TLEQ3 MODULE 1-5

10th Grade

10 Qs

quiz-placeholder

Similar activities

Code.org Unit 3 Review

Code.org Unit 3 Review

9th - 12th Grade

8 Qs

Intro to JavaScript

Intro to JavaScript

9th - 12th Grade

10 Qs

HTML

HTML

9th - 12th Grade

11 Qs

tle javascript

tle javascript

10th Grade

10 Qs

Unit 3 Quiz

Unit 3 Quiz

10th Grade - University

10 Qs

Unit 3 Introduction to App Design

Unit 3 Introduction to App Design

9th - 12th Grade

10 Qs

TLE Q3 M1-5

TLE Q3 M1-5

10th Grade

10 Qs

AP CSP - Code.org Unit 3 Review

AP CSP - Code.org Unit 3 Review

9th - 12th 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?