JavaScript DOM Quiz

JavaScript DOM Quiz

12th Grade

50 Qs

quiz-placeholder

Similar activities

XII - CA - Lesson 4 - Introduction to PHP - Quiz 5

XII - CA - Lesson 4 - Introduction to PHP - Quiz 5

12th Grade

50 Qs

Programming Concepts

Programming Concepts

9th - 12th Grade

54 Qs

PTS Web

PTS Web

10th - 12th Grade

55 Qs

KK PSKEL 12 RPL 2

KK PSKEL 12 RPL 2

12th Grade

45 Qs

Quizes-Syntax-Master

Quizes-Syntax-Master

12th Grade

45 Qs

Quiz tentang Flowchart dan Pseudocode

Quiz tentang Flowchart dan Pseudocode

12th Grade - University

53 Qs

Multiple Choice Questions on Programming

Multiple Choice Questions on Programming

9th - 12th Grade

54 Qs

Test sobre HTML, CSS y JavaScript

Test sobre HTML, CSS y JavaScript

12th Grade

49 Qs

JavaScript DOM Quiz

JavaScript DOM Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

veera yams

Used 1+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does DOM stand for in JavaScript?

Document Object Model

Data Object Model

Dynamic Object Model

Document Order Model

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The DOM represents an HTML document as a:

Tree Structure

Linked List

Stack

Queue

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to get an element by its ID in JavaScript?

document.getElementById()

document.querySelector()

document.getClass()

document.getElement()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which property is used to change the text of an HTML element dynamically?

innerHTML

value

textContent

text

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a DOM event?

onclick

onload

onexecute

onmouseover

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method can be used to select multiple elements with the same class name?

document.getElementsName()

document.getElementById()

document.querySelectorAll()

document.getElement()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does document.querySelector("div") return?

All div elements

The first div element

The last div element

An array of div elements

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?