tle quiz

tle quiz

10th Grade

10 Qs

quiz-placeholder

Similar activities

Ms. Exel dan Fungsi Logika IF

Ms. Exel dan Fungsi Logika IF

10th Grade - University

15 Qs

ทบทวนเรื่องสูตรคำนวณในโปรแกรม Excel

ทบทวนเรื่องสูตรคำนวณในโปรแกรม Excel

10th Grade

10 Qs

BÀI TẬP T7 - KHỞI ĐỘNG

BÀI TẬP T7 - KHỞI ĐỘNG

10th - 12th Grade

10 Qs

minecraft  : )

minecraft : )

1st Grade - Professional Development

13 Qs

Recap: Introduction to Python

Recap: Introduction to Python

10th Grade

10 Qs

Microsoft Access

Microsoft Access

10th Grade - Professional Development

10 Qs

ป.5 แบบทำสอบหลังเรียน เรืองข้อมูลและสารสนเทศ

ป.5 แบบทำสอบหลังเรียน เรืองข้อมูลและสารสนเทศ

10th Grade

10 Qs

Coding Quiz

Coding Quiz

6th - 10th Grade

15 Qs

tle quiz

tle quiz

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Bernard Sausa

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Inside which HTML element do we put the JavaScript?

<js>

<javascript>

<scripting>

<script>  

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct JavaScript syntax to change the content of the HTML element below?<p id="demo">This is a demonstration.</p>

document.getElementById("demo").innerHTML = "Hello World!";  

document.getElement("p").innerHTML = "Hello World!";

#demo.innerHTML = "Hello World!";

document.getElementByName("p").innerHTML = "Hello World!";

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where is the correct place to insert a JavaScript?

Both the <head> section and the <body> section are correct  

The <head> section

The <body> section

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The external JavaScript file must contain the <script> tag.

false

true

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a function in JavaScript?

function = myFunction()

function myFunction()  

function:myFunction()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you add a comment in a JavaScript?

'This is a comment

//This is a comment  

<!--This is a comment-->

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to insert a comment that has more than one line?

<!--This comment hasmore than one line-->

/*This comment hasmore than one line*/  

//This comment hasmore than one line//

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?