873). How many properties are available in a memory object?

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

Show Answer

874). What is a heap in JavaScript?

[A]Collection of Java objects
[B]Collection of JavaScript objects
[C]Collection of memory usage values
[D]Collection of data stored in memory

Show Answer

875). What is the function of the memory object?

[A]Gets unused memory details
[B]Shows optimization
[C]Gets memory usage
[D]Memory optimization

Show Answer

876). What is the command to access the Heap size limit?

[A]performance.memory. SizeLimit
[B]performance.memory. jsHeapSizeLimit
[C]jsHeapSizeLimit
[D]performance.jsHeapSizeLimit

Show Answer

877). What is the purpose of garbage collection?

[A]Removes object with many reference
[B]Removes object with reference
[C]Removes object with invalid reference
[D] Removes object with no reference

Show Answer

878). What does the usedJsHeapSize property indicate?

[A]Amount of memory used
[B]Amount of memory unused
[C]Amount of memory used & unused
[D]Amount of memory required

Show Answer

879). Which of the following property indicate the total size of the heap?

[A]heapSize
[B]totalHeapSize
[C]totalJsHeapSize
[D]totalHeap

Show Answer

880). What can be done to monitor the memory usage?

[A]Profiling
[B]Sequencing
[C]Serializing
[D]Serializing & Sequencing

Show Answer

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

[A]about:memory
[B]memory
[C]about-memory
[D] about::memory

Show Answer

882). Which keyword must be used to get a more granular insight into the memory usage?

[A]verb
[B]verbose
[C]granule
[D]gran

Show Answer