905). What is the purpose of the method createDocumentFragment()?

[A]Creates a fragment object
[B] Creates a document fragment
[C]Creates imaginary node object
[D]Create a node fragment

Show Answer

906). What is the default value of the asyc attribute?

[A]0
[B]1
[C]False
[D]True

Show Answer

907). What is the method to create a data frame?

[A]frame(data)
[B] frameData()
[C]data.frame()
[D]frame.Data()

Show Answer

908). What is the method to create a data frame?

[A]frame(data)
[B] frameData()
[C]data.frame()
[D]frame.Data()

Show Answer

909). What is the purpose of creating a data frame?

[A]Hold the page render time
[B]Hold the load time
[C] Hold the page render time & load time
[D]Hold the reload time

Show Answer

910). Which of the following navigator object properties is the same in both Netscape and IE?

[A]navigator.appCodeName
[B]navigator.appName
[C]navigator.appVersion
[D]appcode.navigator()

Show Answer

911). Which best explains getSelection()?

[A]Returns the VALUE of a selected OPTION
[B] Returns document.URL of the window in focus
[C]Returns the value of cursor-selected text
[D] Returns the VALUE of a checked radio input

Show Answer

912). Which of the following are client-side JavaScript object?

[A]Database
[B]Cursor
[C]Client
[D]FileUpLoad

Show Answer

913). What is the purpose of the method localeCompare()?

[A]If the reference string comes before or after another string
[B]If the reference string is validated
[C] If the string is a reference string
[D]If the reference string comes first

Show Answer

914). When the “end” event fires on EOF when no more data will arrive, which function is called?

[A]s.on(“data”,f);
[B] s.on(“end”,f);
[C]s.on(“error”,f);
[D]s.on(“default”,f);

Show Answer

915). To define each of the set classes as a property of the sets object (namespace) for the module, the statement is ___________

[A] sets = sets.AbstractEnumerableSet.extend();
[B]sets.SingletonSet = sets.AbstractEnumerableSet.extend(…);
[C]sets.SingletonSet = sets.extend(…);
[D]sets = sets.extend(…);

Show Answer