Mobile Application Development MCQs with Answers

Mobile Application Development MCQs with Answers

Mobile Application Development MCQs with Answers

  1. Android is Developed by _____________.
  2. (a) Apple
    (b) Microsoft
    (c) Google
    (d) Android Inc

    (d) Android Inc

  3. In Android which Directory XML Layout Files are Stored.
  4. (a) /assests
    (b) /src
    (c) /res/values
    (d) /res/layout

    (d) /res/layout

  5. What is SDK?
  6. (a) Software Development Kit
    (b) Software Design kit
    (c) Serial Development Kit
    (d) Serial Design Kit

    (a) Software Development Kit

  7. Android is a ____________.
  8. (a) Web Browser
    (b) Web Server
    (c) An Operating System
    (d) All of above

    (c) An Operating System

  9. Which of the following android is licensed?
  10. (a) Apache/MIT
    (b) Source Forg
    (c) Both a and B
    (d) None

    (a) Apache/MIT

  11. What are the reason for android is mainly developed?
  12. (a) Mobile Devices
    (b) Servers
    (c) Laptops
    (d) Desktops

    (a) Mobile Devices

  13. Android is based on the following language?
  14. (a) Java
    (b) C++
    (c) C
    (d) None

    (a) Java

  15. APK Stand for ________.
  16. (a) Android Pakage Kit
    (b) Android Phone Kit
    (c) Android Page Kit
    (d) None of above

    (a) Android Pakage Kit

  17. API Stand for _________.
  18. (a) Application Programming Interface
    (b) Android Programming Interface
    (c) Android Page Interface
    (d) Application Page Interface

    a) Application Programming Interface

  19. in android studio, the callback that is called when activity interaction with user is started is
  20. (a) onStart
    (b) onStop
    (c) onResume
    (d) onDestory

    (c) onResume

  21. a type of service provided by android that shows messages and alerts to user is
  22. (a) Notification
    (b) Content Providers
    (c) Activity Manager
    (d) None

    (a) Notification

  23. Android Studio is ________.
  24. (a) Paid
    (b) Open Source
    (c) Both a and b
    (d) None

    (b) Open Source

  25. Which Programming Language Is Used For Android Application Development?
  26. (a) Java
    (b) Kotline
    (c) Flutter
    (d) All of above

    (d) All of above

  27. Although most people’s first thought when they think of Android is Google, Android is not actually owned by Google. Who owns the Android platform?
  28. (a) Oracle Technology
    (b) Dalvik
    (c) Open Handset Alliance
    (d) The above statement is and Android is owned by Google

    (c) Open Handset Alliance

  29. Android is an open source, Linux-based software stack.
  30. (a) True
    (b) False

    (a) True

  31. What is the full form of OHA?
  32. (a) Option Handset Area
    (b) Open Handset Alliances
    (c) Original Handset Alliances
    (d) Other Handset Alliances

    (c) Original Handset Alliances

  33. Which of the following methods is called in an Activity when another activity gets into the foreground?
  34. (a) onDestroy()
    (b) onStop()
    (c) onPause()
    (d) onExit()

    (c) onPause()

  35. What is not true about the AndroidManifest.xml file?
  36. (a) It declares the views used within the application.
    (b) It declares user permissions the application requires.
    (c) It declares hardware and software features used within the application
    (d) It declares application components

    (a) It declares the views used within the application.

  37. Which of the following is NOT a valid usage for Intents?
  38. (a) Activate a SQLite DB Connection
    (b) Activate a Broâdcast receiver
    (c) Activate a Service
    (d) Activate and Activity

    (a) Activate a SQLite DB Connection

  39. What is the parent class of all Activity widgets?
  40. (a) Layout
    (b) ViewGroup
    (c) View
    (d) Widget

    (c) View

  41. What is an anonymous class in android?
  42. (a) Interface
    (b) Java Class
    (c) Manifest File
    (d) A class that does not have a name but have functionalities in it

    (d) A class that does not have a name but have functionalities in it

  43. When developing for the Android OS, Java byte code is compiled into what?
  44. (a) Java Source Code
    (b) Dalvik Application Code
    (c) Dalvik Byte Code
    (d) Source Code

    (c) Dalvik Byte Code

  45. Which of the following is incorrect about intents?
  46. (a) They can be used to start an Activity
    (b) They can be used to start database insertion
    (c) They can be used to start a service
    (d) They can be used to start a dialog-themed activity

    (b) They can be used to start database insertion

  47. Which of the following Android View sub-classes uses the WebKit rendering engine to display web pages?
  48. (a) MapView
    (b) PageView
    (c) WebView
    (d) HttpClient

    (c) WebView

  49. What is android view group?
  50. (a) Collection of views and other child views
    (b) Base class of building blocks
    (c) Layouts
    (d) None of the Above

    (a) Collection of views and other child views

  51. What is broadcast receiver in android?
  52. (a) It will react on broadcast announcements.
    (b) It will do background functionalities as services.
    (c) It will pass the data between activities.
    (d) None of the Above

    (a) It will react on broadcast announcements.

  53. which programming language is used for android application development?
  54. (a) Java,Kotline,C#
    (b) C++
    (c) Flutter
    (d) All of above

    (d) All of above

  55. In which directory xml layout files are stored
  56. (a) /assets
    (b) /src
    (c) /res/values
    (d) /res/layout

    (d) /res/layout

  57. in android mini activities are also known as
  58. (a) Adapter
    (b) Activity
    (c) Fragments
    (d) None of the above

    (c) Fragments

  59. how to pass the data between activities in android?
  60. (a) Intent
    (b) Content Provider
    (c) Broadcast receiver
    (d) None of the Above

    (a) Intent

  61. which of the following android component displays the part of an activity on screen?
  62. (a) View
    (b) Manifest
    (c) Intent
    (d) Fragment

    (d) Fragment

  63. which of the following method in android is used to log debug messages?
  64. (a) Log.d() method
    (b) Log.db() method
    (c) Log.dbg() method
    (d) None of above

    (a) Log.d() method

  65. which of the following is contained in the src folder?
  66. (a) Java Code Folder
    (b) Manifest
    (c) XML
    (d) None

    (a) Java Code Folder

  67. which of the following method is used to handle what happens after clicking a button?
  68. (a) onClick
    (b) onCreate
    (c) onSelect
    (d) None

    (a) onClick

Mobile Application Development MCQs with Answers
Related Topic

"Mobile Application Development MCQs with Answers","mobile application development mcq with answers","mobile application development quiz questions and answers","Mobile android applications MCQs","android application development mcqs"

Post a Comment

To be published, comments must be reviewed by the administrator.

أحدث أقدم