TLE Q3 M1-5

TLE Q3 M1-5

10th Grade

10 Qs

quiz-placeholder

Similar activities

JavaScript Intro

JavaScript Intro

9th - 12th Grade

12 Qs

Codecademy Introduction to JavaScript

Codecademy Introduction to JavaScript

9th - 12th Grade

12 Qs

Codecademy JavaScript

Codecademy JavaScript

8th - 10th Grade

10 Qs

Интерфейс мобильных приложений

Интерфейс мобильных приложений

10th - 11th Grade

10 Qs

Evaluación - 27-04-2021 - 4A

Evaluación - 27-04-2021 - 4A

10th Grade

10 Qs

Lesson 1 (CIW JavaScript)

Lesson 1 (CIW JavaScript)

9th - 12th Grade

14 Qs

Programming languages quiz

Programming languages quiz

6th Grade - Professional Development

8 Qs

Coding Challenge for Grade 10 Students

Coding Challenge for Grade 10 Students

10th Grade - University

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