JavaScript 12B

JavaScript 12B

12th Grade

8 Qs

quiz-placeholder

Similar activities

JavaScript #4: DOM

JavaScript #4: DOM

12th Grade

10 Qs

Teknologi Informasi & Komunikasi

Teknologi Informasi & Komunikasi

9th - 12th Grade

10 Qs

File Types

File Types

KG - Professional Development

12 Qs

โครงสร้างภาษา HTML 01

โครงสร้างภาษา HTML 01

9th - 12th Grade

10 Qs

Web Design - Module 1 - Lesson 3 QUIZ

Web Design - Module 1 - Lesson 3 QUIZ

9th - 12th Grade

13 Qs

Desain Media Interaktif

Desain Media Interaktif

12th Grade

10 Qs

HTML

HTML

9th - 12th Grade

11 Qs

JavaScript Cert Prep

JavaScript Cert Prep

9th - 12th Grade

10 Qs

JavaScript 12B

JavaScript 12B

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Arwa Mustafa

Used 3+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

JavaScript uses ............. There are words that must use to tell the web page what to do.

Algorithm

Keywords

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is HTML starting tag

<HTML>

</HTML>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is outputting data

document.write

Alert

Prompt

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is pop-up box

Document.write

Alert

.innerHTML

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is code that will output the text inside the brackets to the web page.

Alert

document.write

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is pop up box that display text in box over the top of a web page.

.innerHTML

Alert

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is pop up box used by developer to understand the code and show how the code is work

Prompt

console.log

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is the correct command

alert ("hello world");

alert (hello world)