Which Android version introduced Material Design? MCQ with Answer and Explanation

Which Android version introduced Material Design?
A. KitKat
B. Marshmallow
C. Ice Cream Sandwich
D. Lollipop (5.0)
Answer: Option D
Solution (By JKExamLibrary)
Android 5.0 Lollipop introduced Material Design, a visual design language with responsive animations and bold colors.

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 Windows tool displays comprehensive diagnostic indicators detailing live CPU, memory, disk, and network parameters broken down by individual process IDs?
A. Registry Base Applet
B. Resource Monitor
C. Device Manager Panel
D. System Restore Console

Correct Answer: Option B


Explanation:
Resource Monitor expands on basic Task Manager metrics, providing fine-grained real-time tracking of handle bounds, disk channel usage, and network sockets.

This question belongs to: Computer Operating Systems
Question #2 Report Error
What type of operating system kernel combines the architecture of both monolithic and microkernel designs to achieve a balance of performance and modularity?
A. Asymmetric Kernel
B. Hybrid Kernel
C. Exokernel
D. Nano-kernel

Correct Answer: Option B


Explanation:
A hybrid kernel layout (used by Windows NT family) balances performance and modularity by putting certain services in kernel space while keeping concepts modular.

This question belongs to: Computer Operating Systems
Question #3 Report Error
What is the purpose of the Android 'Package Installer'?
A. To manage app permissions
B. To uninstall applications
C. To install APK files on the device
D. To update system packages

Correct Answer: Option C


Explanation:
Package Installer handles the installation of .apk files, verifying signatures and asking for permissions.

This question belongs to: Computer Operating Systems