TLE Q3 M1-5

TLE Q3 M1-5

10th Grade

10 Qs

quiz-placeholder

Similar activities

CSP: Unit 3 - Block Code Types

CSP: Unit 3 - Block Code Types

9th - 12th Grade

12 Qs

Conditional Statements JavaScript

Conditional Statements JavaScript

8th - 12th Grade

10 Qs

TLE Q3 M5

TLE Q3 M5

9th - 12th Grade

10 Qs

TLE Q3 M4

TLE Q3 M4

10th Grade

10 Qs

TLE Q3 MODULE 4 G16

TLE Q3 MODULE 4 G16

10th Grade

10 Qs

TLE Q3 M1-5

TLE Q3 M1-5

10th Grade

10 Qs

Computer Science Foundations - Module 4 Review

Computer Science Foundations - Module 4 Review

9th - 11th Grade

9 Qs

Higher SDD - Subroutines

Higher SDD - Subroutines

10th Grade

10 Qs

TLE Q3 M1-5

TLE Q3 M1-5

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Yvan Licudine

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

IT OUTPUTS A MESSAGE TO THE WEB CONSOLE

console.log

document.write

windows.alert

innerHTML

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

SEMICOLONS ARE NOT REQUIRED BUT HIGHLY RECOMMENDED

FALSE

TRUE

MAYBE

I DON'T KNOW

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

JavaScript ________ are used to identify actions to be performed. It tells the

browser to create variables.

Keywords

Variables

Comment

Identifiers

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Used to perform repeated tasks based on a condition.

Once these conditions are analyzed it returns true or false.

Block

Function

Global

Loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When a variable is globally scoped

Block Scope

Function Scope

Global Scope

Loop Scope

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The _____ declaration creates block-scoped constants, much like variables declared using the let keyword.

Const

Variables

Identifiers

Camel Case

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It refers to all of the code between curly braces

Block Scope

Function Scope

Global Scope

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