802). How many default number methods are available in JavaScript?

[A]5
[B]6
[C]7
[D]8

Show Answer

803). What is the observer effect?

[A]Observing influences outcome
[B]Observing never influences outcome
[C]Observing and the outcome are independent
[D]Observing and the outcome are not related

Show Answer

804). Which of the following are ways to benchmark code?

[A]Timing the code
[B]Calculating the number of operations performed
[C]Timing the code & Calculating the number of operations performed
[D]Calculating the number of lines

Show Answer

805). How to calculate the run time of a code?

[A]Start time – End time
[B] End time – Start time
[C]Start time/ End time
[D]Start time * End time

Show Answer

806). According to the workflow of a runtime logging, what happens after calculating the run time?

[A]Display to screen
[B] Log to server
[C]Either Display to screen or Log to server
[D]Server to log

Show Answer

807). Which of the following object is used to post the data to an external process, say savePerfData?

[A]XML
[B]XBT
[C]XHR
[D]XTR

Show Answer

808). Where does the external process save the result of the test?

[A]Normal file
[B]Flat file
[C]Folder
[D] .exe file

Show Answer

809). Which function is used to start the time logging?

[A]startTimeLogging()
[B]start()
[C]Loggingstart()
[D]startLogging()

Show Answer

810). Which of the following attribute of form tag is not set by using document object in JavaScript?

[A]Target
[B]Enctype
[C]Action
[D]Logging

Show Answer

811). What will be the output of the following JavaScript function?

[A]SanfoundryThe Best
[B]Sanfoundry The Best
[C] Object required error
[D]Javascript Error

Show Answer