JavaScript and the DOM Flashcards

1
Q

The series of events that must take place to display the initial view of a web page is called which of the following?
Crucial Display Path
Critical Display Path
Critical Rendering Path
Crucial Rendering Path

A

Critical Rendering Path

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The web browser builds both a document object model (DOM) AND a CSS object model (CSSOM) and then combines them to create a render tree. (T/F)

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The Document Object Model (DOM) arranges objects in a data structure called a dictionary. (T/F)

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which of the following is NOT a type of node on the Document Object Model (DOM)?
Element
Attr
CharacterData
CSS

A

CSS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The Document Object Model (DOM) is part of JavaScript. (T/F)

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly