Monday, October 09, 2017

MidTerm Review Fall 2017

..

2 Comments:

Blogger Unknown said...

Chapters 1 through 7, Wednesday, October 11, 2017 at 6:00

The test will consist of 30 Questions - Seven are true and false; the remainder are multiple choice.

How do you create an empty object? (Pg. 459)

True /False Question: about append child (Pg. 312)

Multiple Choice: A method that return a collection of all instances of a certain element in an HTML document. Does it began with get? Yes (Pg. 161)

JavaScript Date: A method that causes something to exist independently of the DOM tree.

Something was established at MIT in 1994 to oversee web technology standards. HINT: W3

Multiple Choice: Difference between while and a do while (Pg. 169)

What is another name for the DOM hierarchy? (Pg. 293)

When a controls value is found to be invalid doing constraint validation, the ________ event is triggered.

This is a part of the switch statement. (Pg. 192)

Which form element is useful for limited the user options to a set of choices?

There is a way you describe a system that has a client in the server?

In order to make a window the active window, you have to use the _______ method of the window object.



3:32 PM  
Blogger Unknown said...

1. How do you create an empty object? (p. 459)

2. True/False question related to appendChild() (p. 312)

3. A method that returns a collection of all instances of a certain element in an HTML document. (begins with get) (p. 161)

4. Working with Dates in JavaScript. (p. 459)

5. A method that creates a node that exists independently of the DOM tree. (p. 309)

6. This was established at MIT in 1994 to oversee the development of web technology standards. (p. 4)

7. Difference between a while and a do while. (p. 169)

8. What is another name for the DOM hierarchy? (p. 293)

9. When a controls value is found to be invalid during constraint validation, the ____ event is triggered. (p. 366)

10. This is a part of the switch statement. (p. 192)

11. Which form element is useful for limiting the user options to a set of choices? (p. 370)

12. This is a statement about the case label. (p. 192)

13. A way you describe a system that has a client and a server. (p. 16)

14. In order to make a window active, you have to use the ____ method of the window object. (p. 327)

6:08 AM  

Post a Comment

<< Home