In Android, which component is responsible for handling user input and events? MCQ with Answer and Explanation

In Android, which component is responsible for handling user input and events?
A. View System
B. Window Manager
C. Sensor Manager
D. Activity Manager
Answer: Option A
Solution (By JKExamLibrary)
The View System includes UI widgets and handles input events like touches, key presses, and gestures.

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 command is used to display the current environment variables?
A. printenv
B. set
C. All of the above
D. env

Correct Answer: Option C


Explanation:
env, printenv, and set all display environment variables; set also shows shell variables.

This question belongs to: Computer Operating Systems
Question #2 Report Error
What is the function of the Android 'BluetoothAdapter'?
A. To manage Bluetooth profiles
B. To send files via Bluetooth
C. To control Bluetooth audio
D. To manage Bluetooth hardware and perform operations like discovery and pairing

Correct Answer: Option D


Explanation:
BluetoothAdapter is the entry point for all Bluetooth operations, such as enabling/disabling, discovering devices, and bonding.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which command-line tool in Linux displays the current amount of free and used physical memory (RAM) and swap space within the system?
A. df
B. top -s
C. meminfo
D. free

Correct Answer: Option D


Explanation:
The 'free' command parses system configuration details to quickly display total, used, and available physical memory along with swap parameters.

This question belongs to: Computer Operating Systems