JavaScript DOM Sec A

JavaScript DOM Sec A

University

20 Qs

quiz-placeholder

Similar activities

Introduction Multimedia 2.0

Introduction Multimedia 2.0

University

15 Qs

Salesforce Form Builder Quiz

Salesforce Form Builder Quiz

University

20 Qs

ARRAYLIST - JAVA

ARRAYLIST - JAVA

University

15 Qs

SC Test - 1

SC Test - 1

University

20 Qs

IWP Digital Assignment 3

IWP Digital Assignment 3

University

15 Qs

Preguntas sobre JavaScript

Preguntas sobre JavaScript

9th Grade - University

20 Qs

JS Pace Quiz

JS Pace Quiz

University

20 Qs

DSA QUIZ

DSA QUIZ

University

20 Qs

JavaScript DOM Sec A

JavaScript DOM Sec A

Assessment

Quiz

Computers

University

Medium

Created by

Suresh N

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does DOM stand for?
Data Object Model
Dynamic Object Manipulation
Document Object Model
Document Order Manipulation

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which method is used to access an HTML element by its ID?
getElementById()
selectElement()
findElement()
querySelector()

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you change the content of an HTML element using JavaScript?
textContent
innerHTML
innerText
contentText

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the document.write() method do in JavaScript?
Writes HTML expressions or JavaScript code to a document
Opens a new document
Deletes the current document
Appends text to an existing document

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will the following code output? console.log(5 + '5');
10
'55'
55
Error

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the result of the following expression? typeof(undefined);
'string'
'null'
'object'
'undefined'

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will the following code output? console.log(typeof NaN);
'NaN'
'null'
'undefined'
'number'

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?