What does the 'GUI' acronym stand for in computer interface terminology? MCQ with Answer and Explanation

What does the 'GUI' acronym stand for in computer interface terminology?
A. Graphical Utility Interface
B. Global User Interconnect
C. Graphical User Interface
D. General User Integration
Answer: Option C
Solution (By JKExamLibrary)
GUI stands for Graphical User Interface. It allows users to interact with electronic devices through visual icons and auditory indicators.

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 type of kernel configuration runs basic scheduling routines in kernel space but offloads device drivers and file systems to user space to maximize stability?
A. Hybrid Architecture
B. Microkernel
C. Exokernel Layout
D. Monolithic Kernel

Correct Answer: Option B


Explanation:
Microkernels improve system resilience by restricting kernel space to essential primitives, isolating driver crashes from bringing down the core OS.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which type of booting occurs when the system starts from a powered-off state?
A. Warm boot
B. Soft boot
C. Cold boot
D. Reboot

Correct Answer: Option C


Explanation:
A cold boot is starting the computer from a completely powered-off state, performing full POST and boot sequence.

This question belongs to: Computer Operating Systems
Question #3 Report Error
What is the function of the Android 'MediaScanner'?
A. To scan media files and update the media database
B. To transcode media
C. To manage media codecs
D. To play media files

Correct Answer: Option A


Explanation:
MediaScanner scans storage for media files and adds metadata (artist, album) to the system database for apps to query.

This question belongs to: Computer Operating Systems