MCQ King
Android Studio – 21 – Android Intent and Intent Filters
1 / 27
1. What is an Intent in Android development?
2 / 27
2. What is the primary purpose of an Intent in Android?
3 / 27
3. Which of the following is NOT a common use of an Intent in Android?
4 / 27
4. How can you create an explicit Intent in Android?
5 / 27
5. What is the primary difference between an explicit and implicit Intent?
6 / 27
6. How can you create an implicit Intent in Android?
7 / 27
7. What is the purpose of specifying an action in an Intent filter?
8 / 27
8. How can you filter the components that can respond to an Intent?
9 / 27
9. What is an Intent filter in Android?
10 / 27
10. What does the AndroidManifest.xml file contain in relation to Intent filters?
11 / 27
11. How can you specify the category for an Intent filter in AndroidManifest.xml?
12 / 27
12. What is the purpose of specifying the category in an Intent filter?
13 / 27
13. Which of the following is NOT a common category used in Intent filters?
14 / 27
14. What is the primary purpose of the DEFAULT category in an Intent filter?
15 / 27
15. How can you specify the data type for an Intent filter in AndroidManifest.xml?
16 / 27
16. What is the purpose of specifying the data type in an Intent filter?
17 / 27
17. How can you specify the scheme for a data element in an Intent filter?
18 / 27
18. What is the purpose of specifying the scheme in a data element of an Intent filter?
19 / 27
19. What is an action in the context of an Intent filter?
20 / 27
20. How can you specify the action for an Intent filter in AndroidManifest.xml?
21 / 27
21. What is the purpose of specifying the action in an Intent filter?
22 / 27
22. Which of the following is NOT a common action used in Intent filters?
23 / 27
23. What is the primary purpose of the VIEW action in an Intent filter?
24 / 27
24. How can you specify the MIME type for an Intent filter in AndroidManifest.xml?
25 / 27
25. What is the purpose of specifying the MIME type in an Intent filter?
26 / 27
26. How can you specify the data scheme and host for an Intent filter?
27 / 27
27. What is the primary purpose of specifying the data scheme and host in an Intent filter?
Your score is
Restart quiz