Multiple choice technology operating systems

Choose the major components present in Android Architecture from the following options?(Note: More than one option may be correct)

  1. Applications

  2. Application FrameWork

  3. Libraries

  4. Android Runtime

  5. Linux Kernel

Reveal answer Fill a bubble to check yourself
B,C,D,E Correct answer
Explanation

Android architecture consists of five layers. Applications are the top layer but are NOT structural components of the architecture itself. The Application Framework provides the APIs and services for app development, Libraries provide native code support, Android Runtime includes the Dalvik VM/ART, and Linux Kernel provides core system services. The question asks for 'components' of the architecture, referring to the system layers, not user applications.