Home / CSE / Javascript - CS :: Invocation and Performance Navigation

CSE :: Javascript - CS

  1. How many properties are available in a memory object?

  2. A.

     1

    B.

     2

    C.

     3

    D.

     4

    View Answer

    Workspace

    Discuss Discuss in Forum


  3. What is a heap in JavaScript?

  4. A.

     Collection of Java objects

    B.

     Collection of JavaScript objects

    C.

     Collection of memory usage values

    D.

     Collection of data stored in memory

    View Answer

    Workspace

    Discuss Discuss in Forum


  5. What is the function of the memory object?

  6. A.

     Gets unused memory details

    B.

     Shows optimization

    C.

     Gets memory usage

    D.

     None of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  7. What is the command to access the Heap size limit?

  8. A.

     performance.memory. SizeLimit

    B.

     performance.memory. jsHeapSizeLimit

    C.

     jsHeapSizeLimit

    D.

     performance.jsHeapSizeLimit

    View Answer

    Workspace

    Discuss Discuss in Forum


  9. What is the purpose of garbage collection?

  10. A.

     Removes object with many reference

    B.

     Removes object with reference

    C.

     Removes object with invalid reference

    D.

     Removes object with no reference

    View Answer

    Workspace

    Discuss Discuss in Forum


  11. What does the usedJsHeapSize property indicate?

  12. A.

     Amount of memory used

    B.

     Amount of memory unused

    C.

     Amount of memory used & unused

    D.

     None of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  13. Which of the following property indicate the total size of heap?

  14. A.

     heapSize

    B.

     totalHeapSize

    C.

     totalJsHeapSize

    D.

     totalHeap

    View Answer

    Workspace

    Discuss Discuss in Forum


  15. What can be done to monitor the memory usage?

  16. A.

     Profiling

    B.

     Sequencing

    C.

     Serializing

    D.

     None of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  17. Which of the following gives the high level breakdown of memory usage?

  18. A.

     about:memory

    B.

     memory

    C.

     about-memory

    D.

     about::memory

    View Answer

    Workspace

    Discuss Discuss in Forum


  19. Which keyword must be used to get a more granular insight of the memory usage?

  20. A.

     verb

    B.

     verbose

    C.

     granule

    D.

     none of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum