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
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
3
Q
The Document Object Model (DOM) arranges objects in a data structure called a dictionary. (T/F)
A
False
4
Q
Which of the following is NOT a type of node on the Document Object Model (DOM)?
Element
Attr
CharacterData
CSS
A
CSS
5
Q
The Document Object Model (DOM) is part of JavaScript. (T/F)
A
False