Multiple choice general knowledge

The .DLL extension stands for Dynamic _________ Library file.

  1. Lever

  2. Link

  3. Lower

  4. License

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

DLL stands for Dynamic Link Library, which are shared code libraries that multiple programs can use simultaneously. The 'Link' refers to dynamic linking, where code is loaded into memory only when needed and can be shared across applications. This reduces memory usage and allows easier updates.