What is the purpose of a compiler's optimization? MCQ with Answer and Explanation

What is the purpose of a compiler's optimization?
A. All of the above
B. To fix bugs
C. To improve performance of generated code
D. To reduce memory usage
Answer: Option C
Solution (By JKSSB Mock Tests)
Optimization enhances code efficiency in terms of speed or size.

Discuss this Question (0)

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

Practice More Computer Software Questions

Question #1
Which software provides the interface to interact with the computer using graphical elements?
A. SQL
B. CLI
C. API
D. GUI

Correct Answer: Option D


Explanation:
Graphical User Interface (GUI) allows users to interact via icons, windows, and menus.

This question belongs to: Computer Computer Software
Question #2
Which of the following is a type of utility software for monitoring system health?
A. Backup
B. System Monitor
C. Defrag
D. Cleanup

Correct Answer: Option B


Explanation:
System Monitor (like Resource Monitor) tracks CPU, memory, and disk usage.

This question belongs to: Computer Computer Software
Question #3
What form of software tool is used by web developers to inspect HTML elements, debug JavaScript execution, and monitor network network performance inside a live browser view?
A. Browser Developer Tools
B. Database Administration Suite
C. Desktop Publishing Tool
D. Word Processing Tool

Correct Answer: Option A


Explanation:
Developer tools built into modern web browsers allow engineering teams to inspect, debug, and optimize web applications in real time.

This question belongs to: Computer Computer Software