Android is primarily based on which operating system kernel? MCQ with Answer and Explanation

Android is primarily based on which operating system kernel?
A. Windows NT Kernel
B. Linux Kernel
C. Hybrid Kernel
D. Unix Kernel
Answer: Option B
Solution (By JKExamLibrary)
Android is an open-source operating system designed for mobile devices, built directly on top of a modified version of the Linux kernel.

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 check the disk space usage of the root file system?
A. df -h /
B. lsblk /
C. du -sh /
D. fdisk -l

Correct Answer: Option A


Explanation:
df -h / shows used/available space on the root partition; du -sh / calculates total size of all files under /, which is heavy.

This question belongs to: Computer Operating Systems
Question #2 Report Error
In Linux, which command is used to create a new directory?
A. mkdir
B. rmdir
C. create
D. newdir

Correct Answer: Option A


Explanation:
mkdir (make directory) creates a new directory in the file system.

This question belongs to: Computer Operating Systems
Question #3 Report Error
In Windows, the 'Windows Update' service is responsible for:
A. Downloading and installing updates for the OS and other Microsoft products
B. Managing system restore points
C. Updating device drivers
D. Installing new applications

Correct Answer: Option A


Explanation:
Windows Update provides security patches, feature updates, and driver updates from Microsoft.

This question belongs to: Computer Operating Systems