Computer Class Test 02

2

Basic Concept of Android Studio and App Making

Welcome to your Basic Concept of Android Studio and App Making Class Test Hope you understand the class & now it's time to examine yourself through test. Remember you have only 10 minutes to complete the class test ,after 10 minutes Class test will be automatically submit.एंड्रॉइड स्टूडियो और ऐप मेकिंग क्लास टेस्ट की मूल अवधारणा में आपका स्वागत है। आशा है कि आप क्लास को समझ गए होंगे और अब टेस्ट के माध्यम से खुद को परखने का समय आ गया है। याद रखें कि आपके पास क्लास टेस्ट पूरा करने के लिए केवल 10 मिनट हैं, 10 मिनट के बाद क्लास टेस्ट अपने आप सबमिट हो जाएगा।

1 / 50

  1. What is Android Studio?

2 / 50

2. Which language is officially supported for Android development?

3 / 50

3. Which file contains the layout of the app?

4 / 50

4. Which file defines the structure of your app and its components?

5 / 50

5. Which component is used to display UI in Android?

6 / 50

6. Which tool is used to create the UI by drag and drop in Android Studio?

7 / 50

7. Which of the following is NOT a layout in Android?

8 / 50

8. To run an Android app, what is required?

9 / 50

9. Which file is used for app-level build configurations?

10 / 50

10. What is the extension of an Android application package file?

11 / 50

11. Which component listens for system-wide announcements?

12 / 50

12. Which of these is NOT a core component of Android?

13 / 50

13. Which of the following is used to navigate between activities?

14 / 50

14. Which file stores the app's string resources?

15 / 50

15. The first method called when an activity is created is:

16 / 50

16. What is the minimum SDK?

17 / 50

17. Which of the following manages the app's permissions and components?

18 / 50

18. What does dp stand for in Android?

19 / 50

19. What is Logcat used for?

20 / 50

20. Which method is used to start a new activity?

21 / 50

21. Which of these is NOT a view in Android?

22 / 50

22. Which layout aligns views in a single direction?

23 / 50

23. Which attribute sets the ID of a view?

24 / 50

24. How are views arranged in ConstraintLayout?

25 / 50

25. Which view is used to create clickable buttons?

26 / 50

26. Which resource file is used to define app colors?

27 / 50

27. Which resource type is used for images?

28 / 50

28. To display a message to the user, we use:

29 / 50

29. What is the purpose of R.java or R.kt?

30 / 50

30. Which component allows scrollable list of items?

31 / 50

31. Which keyword is used to define a function in Kotlin?

32 / 50

32. How do you define a variable in Kotlin that can’t change?

33 / 50

33. Which of these is a correct way to show a Toast?

34 / 50

34. Which method is called when the activity comes to the foreground?

35 / 50

35. Which is used to create a new thread in Android?

36 / 50

36. Which programming language uses semicolons at the end of lines by default?

37 / 50

37. How do you log a message in Android?

38 / 50

38. Which class is used to define activities in Kotlin?

39 / 50

39. Which keyword is used to inherit a class in Kotlin?

40 / 50

40. What does IDE stand for?

41 / 50

41. Which Android component runs in the background?

42 / 50

42. Which of the following is NOT part of an activity lifecycle?

43 / 50

43. How can you test apps on a computer without a physical device?

44 / 50

44. Which Gradle file handles external dependencies?

45 / 50

45. Which folder contains the app's Java or Kotlin source code?

46 / 50

46. Which version of Android Studio introduced Kotlin support officially?

47 / 50

47. What is ProGuard used for?

48 / 50

48. Which method stops an activity?

49 / 50

49. To request a runtime permission, which class is used?

50 / 50

50. To publish an Android app, what is required?