The number and letter are switched. This question needs more context to get a accurate answer.
Answer:
B. SSD
Explanation:
VMs or virtual machines are virtually created environment for multiple operating system on a host operating system. The host operating system has an extension called Hyper-V. The hyper-V manager helps to manage the virtual machine's activities.
The VMs can hold applications in their respective containers, which requires a partition of the storage. So when more VMs are configured, more storage memory is required to store their individual data. The VMs in a computer system can share a network interface card.
Answer: hello your question is poorly written and I have been able to properly arrange them with the correct matching
answer
Static libraries : C
Dynamic link libraries: A
Using static libraries: B
Making some changes to DLL: D
Explanation:
Matching each term with its meaning
<u>Static Libraries </u> : Are attached to the application at the compile time using the Linker ( C )
<u>Dynamic link libraries</u> ( DLL ) : Is Loaded at runtime as applications need them ( A )
<u>Using static Libraries </u>: Makes your program files larger compared to using DLL ( B )
<u>Making some changes to DLL </u>: Does not require application using them to recompile ( D )