What is the main purpose of the Android 'System UI'? MCQ with Answer and Explanation

What is the main purpose of the Android 'System UI'?
A. To handle app permissions
B. To manage the status bar, notifications, and navigation
C. To run background services
D. To provide settings interface
Answer: Option B
Solution (By JKExamLibrary)
System UI is a core component that renders the status bar, navigation keys, and notifications, and handles system-level user interactions.

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
Which Linux terminal command can be used to monitor real-time file updates, frequently used to watch system log additions dynamically?
A. less
B. head
C. cat
D. tail -f

Correct Answer: Option D


Explanation:
The 'tail' command with the '-f' (follow) option keeps the text stream open, printing new lines to the terminal screen as they are written to the log file.

This question belongs to: Computer Operating Systems
Question #2 Report Error
What is the role of the Android 'Installed Packages' list in settings?
A. To update system firmware
B. To check app permissions
C. To view, manage, and uninstall apps
D. To clear app data

Correct Answer: Option C


Explanation:
The installed apps list allows users to see all applications, manage storage, uninstall, and force stop apps.

This question belongs to: Computer Operating Systems
Question #3 Report Error
What is the role of the 'init' process in Linux?
A. It schedules tasks
B. It manages device drivers
C. It is the first process started by the kernel and parent of all other processes
D. It handles user login

Correct Answer: Option C


Explanation:
The init process (PID 1) is the first user-space process and is responsible for starting system services and daemons.

This question belongs to: Computer Operating Systems