1. What is mean by ANR?
a. Application not Recognized
b. Android not recognized
c. Application Not Responding
d. None of these: c. Application Not Responding
2. What is contained within the manifest xml file?
a. The permissions the app require
b. The list of strings used in the app
c. The source code
d. Layout: a. The permissions the app require
3. Which is the file that contains all the text that an Android application uses?
a. stack.xml
b. string.xml
c. text.xml
d. string.java: b. string.xml
4. Which file is responsible for gluing everything together, explaining what the application consists of what its
main building blocks are, ext.............................................................................................................?
a. Layout file
b. Strings XML
c. R file
d. Manifest file: d. Manifest file
5. How is R file generated?
a. Automatically
b. Manually
c. Emulated
d. Randomly: a. Automatically
6. Which components are Android basic application components?
a. Activity
b. Content provider
c. RecyclerView
d. Fragment: a. Activity
b. Content provider
1/
14
, PRM392 (50 Questions plus Answers )
7. Where is used to declare libraries in Android application?
a. Libs directory
b. Setting.gradle
c. Build.gradle
d. AndroidManifest: c. Build.gradle
8. Which of the following statements is correct about AndroidMainifest.xml file?
2/
14