TLE Q3 M1-5

TLE Q3 M1-5

10th Grade

10 Qs

quiz-placeholder

Similar activities

Programming Knowledge Quiz (Medium)

Programming Knowledge Quiz (Medium)

5th Grade - Professional Development

10 Qs

Intro to JavaScript

Intro to JavaScript

6th - 12th Grade

10 Qs

Web Development

Web Development

8th - 10th Grade

12 Qs

JAVASCRIPT 1

JAVASCRIPT 1

10th Grade

15 Qs

JavaScript Chapter 11 uCertify Test

JavaScript Chapter 11 uCertify Test

9th - 12th Grade

15 Qs

Introducción a JavaScript - A1

Introducción a JavaScript - A1

10th Grade

10 Qs

JavaScript Variables

JavaScript Variables

3rd Grade - University

13 Qs

[AP CSP] JavaScript Basics

[AP CSP] JavaScript Basics

9th - 12th Grade

14 Qs

TLE Q3 M1-5

TLE Q3 M1-5

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Lolo mo Kalbo

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An alert box is used to display data.

Console.log

Window.alert

Document.write

InnerHTML

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is a function in JavaScript which is used to print any kind of variables defined before in it or to just print any message that needs to be displayed to the user.

Console.log

Window.alert

Document.write

InnerHTML

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The __________ property defines the HTML content. JavaScript can use

the document.getElementById(id) method to access an HTML element, and the id

attribute defines the HTML element.

Console.log

Window.alert

Document.write

InnerHTML

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

JavaScript ignores multiple spaces. You can add _________ to your script to

make it more readable.

Semicolons

Line Breaks

White spaces

Spaces

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The purpose of _________ is to define statements to be executed together.

Semicolons

Line Breaks

White spaces

code blocks

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Start with /* and end with */. Any text between /* and */ will be ignored by JavaScript.

Comments

Javascript Comments

Multi-Line Comments

Single Line Comments

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Starts with a // and ends with //. Any text between this line will be ignored and will not be executed by JavaScript.

Comments

Javascript Comments

Multi-Line Comments

Single Line Comments

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?