1. In which of the following folders will you find the XML files that define the User Interface of the application?
2. Layout
2. ___________ is the program that allows you to communicate with any Android device.
1.Android Debug Bridge (ADB)
3. SSL, libc, Graphics, SQLite, Webkit, Media, Surface Manger, and OpenGL are part of the __________.
1. Platform Libraries
4. _________ converts Java byte code (.class) into Dalvik byte code (.dex).
2. DEX Compiler
5. Which of the following layers in the Android architecture define the interface that exposes the device hardware capabilities to the higher-level Java API framework?
2. Hardware Abstraction Layer
6. Select the color scheme you get by mixing different tones, shades, and tints within a specific hue.
4. Monochromatic
7.Android is a Linux-based operating system.
1. True
8.Display drivers, camera drivers, Bluetooth drivers, audio drivers, and memory drivers are part of the ___________.
1. Linux Kernel
9.Which of the following acts as an abstraction layer between the hardware and the rest of the software stack?
3. Linux Kernel
10. Which of the following statements match the libraries with their respective features?
4. All of the options
11.Which of the following components of the Android runtime is specially designed and optimized for Android to ensure that a device can run multiple instances efficiently?
2. Dalvik Virtual Machine
12.Which of the following tool displays information on the features installed on Android Studio?
3. SDK Manager
13.The ___________ file contains information about the application, such as the Android version, access permissions, metadata, and so on.
1. AndroidManifest.xml
14.Which layer of the Android architecture supports the Application framework and assists with building UI, graphics, and accessing DB?
2. Android Libraries
15.Libraries are exposed to the developers through the _______________.
3. Android Application Framework
16.Which of the following components replaced the Dalvik Virtual Machine to run applications?
1. Android Runtime
0 Comments