JavaScript DOM Sec B

JavaScript DOM Sec B

University

20 Qs

quiz-placeholder

Similar activities

L73_118 Prep for Test

L73_118 Prep for Test

12th Grade - University

20 Qs

Online Test-3 ( Wipro Talent Next )- 30th July 2020

Online Test-3 ( Wipro Talent Next )- 30th July 2020

University

20 Qs

Java Swing and Event Handling

Java Swing and Event Handling

University

15 Qs

Quiz BP1 - JAVA SWING

Quiz BP1 - JAVA SWING

University

25 Qs

Removal - Part 2

Removal - Part 2

University

20 Qs

More on JavaScript 2

More on JavaScript 2

University

25 Qs

Recap1 on CSS3

Recap1 on CSS3

University

19 Qs

WMAD UNIT - II

WMAD UNIT - II

University

20 Qs

JavaScript DOM Sec B

JavaScript DOM Sec B

Assessment

Quiz

Computers

University

Hard

Created by

Suresh N

Used 1+ 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?