772). What is the function of the XML parser?

[A]Converts XML document to XML DOM object
[B]Converts XML DOM object to XML document
[C]Converts XML DOM object to a comment
[D]Compiles the html document

Show Answer

773). What is the purpose of the method ActiveXObject()?

[A]Used to call automation object
[B]Used to reference automation object
[C]Used to instantiate automation object
[D]Used to call & reference automation object

Show Answer

774). What is the purpose of the url json?

[A] Belongs to JSON object
[B]Reference JSON formatted data
[C]Belongs to JSON
[D]Compiles json data

Show Answer

775). What is the parameter of the method Date.parse()?

[A]date
[B]string
[C]datestring
[D]string

Show Answer

776). Which is the function in JavaScript that will print the current page in JavaScript?

[A]print()
[B]printcurrent()
[C] print(now)
[D]print(this)

Show Answer

777). To which of the following object does the print() method belong to?

[A]window
[B]document
[C]hash
[D]string

Show Answer

778). What will happen if the radix parameter of the parseInt() function is omitted?

[A] Runs in assumption
[B]Throws exception
[C]Aborts
[D]Taken as 0

Show Answer

779). What will be the radix value if the string begins with 0x?

[A]13
[B]14
[C]15
[D]16

Show Answer

780). What is the function of the parseInt() method?

[A]Parses a data type and stores in an integer
[B] Parses a string and returns an integer
[C]Parses an integer and returns a string
[D]Parses a string and return an object

Show Answer

781). What does it indicate when the radix value is 16?

[A]String begins with 0x
[B]String begins with 0
[C]String begins with 0P
[D]String begins with FF

Show Answer

782). What will be the output of the following JavaScript code?

[A]4
[B]7
[C]3
[D]1

Show Answer

783). What will be the output of the following JavaScript code?

[A]12
[B]13
[C]10
[D]11

Show Answer

784). What will be the output of the following JavaScript code?

[A]6
[B]5
[C]8
[D]-1

Show Answer

785). What will be the output of the following JavaScript code?

[A]6
[B]5
[C]3
[D]-1

Show Answer

786). What will be the output of the following JavaScript code?

[A]6
[B]8
[C]9
[D]-1

Show Answer

787). What will be the output of the following JavaScript code?

[A]4
[B]7
[C]3
[D]1

Show Answer

788). What will be the output of the following JavaScript code?

[A]12
[B]13
[C]10
[D]11

Show Answer

789). What will be the output of the following JavaScript code?

[A]6
[B]5
[C]8
[D]-1

Show Answer

790). What will be the output of the following JavaScript code?

[A]6
[B]5
[C]3
[D]-1

Show Answer

791). What will be the output of the following JavaScript code?

[A]6
[B]8
[C]9
[D]-1

Show Answer