Quiz: Resource Leaks

Test yourself on the knowledge you learned about resource leaks.

We'll cover the following...
1

Why do programming languages employ memory allocation strategies that allocate more memory than asked for by the program?

A)

To avoid frequent system calls

B)

To utilize more available memory

C)

To improve the program’s memory usage

D)

To minimize the risk of memory leaks

Question 1 of 100 attempted
...