JavaScript 12B

JavaScript 12B

12th Grade

8 Qs

quiz-placeholder

Similar activities

Chapter 1

Chapter 1

12th Grade

10 Qs

JavaScript Quiz | For Beginners

JavaScript Quiz | For Beginners

1st Grade - University

10 Qs

HTML5 Forms

HTML5 Forms

11th - 12th Grade

10 Qs

ADV II Unit One: System Administrator Quiz

ADV II Unit One: System Administrator Quiz

12th Grade

10 Qs

WEB: Unit 3 Lesson 3 CSS Selectors By Class

WEB: Unit 3 Lesson 3 CSS Selectors By Class

9th - 12th Grade

10 Qs

Introducción HTML

Introducción HTML

12th Grade

10 Qs

CSS Quiz 3

CSS Quiz 3

9th - 12th Grade

8 Qs

KNTT 12 BÀI 13

KNTT 12 BÀI 13

12th Grade - University

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)