Which of the following components acts as the primary layout engine and application foundation for the Android runtime interface? MCQ with Answer and Explanation

Which of the following components acts as the primary layout engine and application foundation for the Android runtime interface?
A. Java API Framework
B. DirectX Interface
C. MS-DOS Prompt
D. Windows Installer Subsystem
Answer: Option A
Solution (By JKExamLibrary)
The Java API Framework exposes the core capabilities of the Android operating system through standard classes and high-level programming interfaces.

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 of the following is a feature of the Windows 10/11 'Task View'?
A. Application grouping
B. All of the above
C. Virtual desktops
D. Timeline showing activity history

Correct Answer: Option B


Explanation:
Task View includes timeline (Windows 10), virtual desktops, and allows switching and grouping apps.

This question belongs to: Computer Operating Systems
Question #2 Report Error
What is the name of the main repository of configuration settings, system preferences, and user options in Microsoft Windows?
A. System INI files
B. Task Manager
C. Control Panel
D. Windows Registry

Correct Answer: Option D


Explanation:
The Windows Registry is a centralized, hierarchical database used by Microsoft Windows to store low-level settings for the OS and applications.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which of the following is a scheduling algorithm that gives each process a fixed time quantum?
A. Priority Scheduling
B. Shortest Job First
C. First-Come, First-Served
D. Round Robin

Correct Answer: Option D


Explanation:
Round Robin assigns each process a time slice (quantum) and cycles through them, ensuring fairness and responsiveness.

This question belongs to: Computer Operating Systems