842). Which of the following property gives access to the JavaScript memory usage data?

[A]performance.memory
[B] memory(performance)
[C] performance(memory)
[D]performance()

Show Answer

843). What is the purpose of the timing property in the window.performance object?

[A]Time of navigation event
[B]Time of page load event
[C]Time of navigation and page load event
[D] Time of scrolling

Show Answer

844). Which of the following property is associated with the Response event?

[A]responseStart
[B]responseEnd
[C]both responseStart and responseEnd
[D]responsiveStart

Show Answer

845). Which of the following computation is correct to calculate the time taken for page load once the page is received from the server?

[A]responseEnd-loadEventEnd
[B]loadEventEnd-responseEnd
[C]loadEventEnd/responseEnd
[D] responseEnd/loadEventEnd

Show Answer

846). Which of the following property is associated with the Processing event?

[A]domComplete
[B]domContentLoaded
[C]domInteractive
[D]domload

Show Answer

847). What does it indicate when the type attribute of the navigation object is set to 2?

[A]Navigation by moving back through history
[B]Navigation by moving forward through history
[C]Navigation by moving back & forward through history
[D]Navigation by moving in favorites

Show Answer

848). What does it indicate when the type attribute of the navigation object is set to 2?

[A]Navigation by moving back through history
[B]Navigation by moving forward through history
[C]Navigation by moving back & forward through history
[D]Navigation by moving in favorites

Show Answer

849). What does the method Performance.now() return?

[A]DOMTimeStamp
[B]DOMHighResTimeStamp
[C]DOM\Stamp
[D]TimeStamp

Show Answer

850). Which of the following is a read-only property?

[A]PerformanceTiming.navigationStart
[B]PerformanceTiming.fetchStart
[C]PerformanceTiming.navigationStart & PerformanceTiming.fetchStart
[D]PerformanceTiming.responseStart

Show Answer

851). Which of the following is an interface?

[A]Time
[B]Timing
[C]Performance
[D]PerformanceTiming

Show Answer

852). How many properties are associated with the Response event?

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

Show Answer