What is the function of a dynamic linker? MCQ with Answer and Explanation

What is the function of a dynamic linker?
A. Compiles source code
B. Links libraries at runtime
C. Interprets code
D. Links libraries at compile time
Answer: Option B
Solution (By JKSSB Mock Tests)
Dynamic linking loads shared libraries during program execution.

Discuss this Question (0)

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

Practice More Computer Software Questions

Question #1
What is the purpose of a software updater?
A. To uninstall software
B. To download and install the latest versions
C. To change licensing
D. To delete old files

Correct Answer: Option B


Explanation:
Updaters fetch and apply new versions to fix bugs and add features.

This question belongs to: Computer Computer Software
Question #2
Which tool is used to monitor real-time read and write speeds on a hard drive to identify applications that are slowing down the system?
A. Resource Monitor / Performance Monitor
B. System Uninstaller
C. Disk Cleanup Tool
D. Registry Compactor Engine

Correct Answer: Option A


Explanation:
Performance and resource monitors track real-time hardware usage metrics, helping users spot programs that are heavily consuming disk, CPU, or memory resources.

This question belongs to: Computer Computer Software
Question #3
What is the difference between a batch OS and a time-sharing OS?
A. Batch is interactive; time-sharing is not
B. Batch processes multiple users; time-sharing processes one at a time
C. Batch processes jobs sequentially; time-sharing allows interactive multi-user
D. No difference

Correct Answer: Option C


Explanation:
Batch OS processes jobs without user interaction; time-sharing allows multiple users to interact simultaneously.

This question belongs to: Computer Computer Software