In Windows, what does a dynamic-link library (.dll) file represent? MCQ with Answer and Explanation

In Windows, what does a dynamic-link library (.dll) file represent?
A. A compilation of executable games.
B. An isolated registry value path.
C. A shared library file containing code and data that multiple applications can utilize simultaneously.
D. A backup copy of the master boot sector.
Answer: Option C
Solution (By JKExamLibrary)
DLL files are dynamic link libraries containing shared subroutines that multiple programs can call simultaneously to save memory and structure code efficiently.

This question belongs to: Computer Operating Systems

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Operating Systems Questions

Question #1 Report Error
What is the function of the Android 'AlarmManager'?
A. To set system alarms
B. To manage notifications
C. To control power saving
D. To schedule wake-up events or actions at specific times

Correct Answer: Option D


Explanation:
AlarmManager allows scheduling tasks to run at precise times, even if the device is asleep, by waking it up.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which Linux command is used to set the system's hostname?
A. hostname
B. hostnamectl
C. set-hostname
D. sysctl

Correct Answer: Option A


Explanation:
hostname can display or set the system's hostname; hostnamectl is also used in systemd.

This question belongs to: Computer Operating Systems
Question #3 Report Error
What type of operating system kernel combines the architecture of both monolithic and microkernel designs to achieve a balance of performance and modularity?
A. Asymmetric Kernel
B. Exokernel
C. Nano-kernel
D. Hybrid Kernel

Correct Answer: Option D


Explanation:
A hybrid kernel layout (used by Windows NT family) balances performance and modularity by putting certain services in kernel space while keeping concepts modular.

This question belongs to: Computer Operating Systems