Which Windows version was the first to introduce the Start Menu? MCQ with Answer and Explanation

Which Windows version was the first to introduce the Start Menu?
A. Windows 3.1
B. Windows 98
C. Windows NT
D. Windows 95
Answer: Option D
Solution (By JKSSB Mock Tests)
Windows 95 introduced the Start Menu as a central point for accessing programs and settings.

Discuss this Question (0)

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

Practice More Operating Systems Questions

Question #1
In Android, which component is used to receive and respond to system-wide broadcast announcements?
A. Activity
B. Broadcast Receiver
C. Service
D. Content Provider

Correct Answer: Option B


Explanation:
Broadcast Receivers listen for system events (like boot completed, battery low) and allow apps to respond.

This question belongs to: Computer Operating Systems
Question #2
What is the default command prompt interpreter application executable file in modern Windows?
A. command.com
B. bash.exe
C. cmd.exe
D. terminal.sys

Correct Answer: Option C


Explanation:
The default command prompt interpreter application file for modern Windows systems is 'cmd.exe'.

This question belongs to: Computer Operating Systems
Question #3
In Android, what is the purpose of the 'Content Provider'?
A. To share data between applications
B. To display notifications
C. To handle network requests
D. To manage app preferences

Correct Answer: Option A


Explanation:
Content Providers allow apps to share data (e.g., contacts, media) with other apps via a standard URI interface.

This question belongs to: Computer Operating Systems