ANDROID QUIZ DESCRIPTION Total Questions −30 00 Max Time − 15:00 What are the functionalities of the HTTP Client interface in android? Connection management Cookies management Authentication management All of the above In which state the activity is, if it is not in focus, but still visible on the screen? Stopped state Destroyed state Paused state Running state As an android programmer, which version of Android should we use as a minimum development target? Version 1.2 or version 1.3 Version 1.0 or version 1.1 Version 1.6 or version 2.0 Version 2.3 or version 3.0 ANR in android stands for - Application Not Reacting Application Not Responding Application Not Rendering None of the above Android is based on which of the following language? Java C++ C None of the above What is the use of content provider in Android? For storing the data in the database For sharing the data between applications For sending the data from an application to another application None of the above Which of the following is the API level of Android version 5.0? 21 20 11 41 Which of these pieces of code that are used in the Android system is NOT open source? Wifi driver Keypad driver Power management Audio driver What is an activity in Android? Activity performs the actions on the screen Manage the Application content Screen UI None of the above ADB stands for - Android debug bridge Android delete bridge Android destroy bridge None of the above Which of the following is the name of the Android version 1.6? Eclair Froyo Cupcake Donut Which of the following is the topmost layer of android architecture? System Libraries and Android Runtime Linux Kernel Applications Applications Framework What is the life cycle of foreground activity in android? onCreate() −> onStart() −> onResume() −> onStop() −> onRestart onCreate() −> onStart() −> onResume() −>onStop() onCreate() −> onStart() −> onResume() None of the above OHA in android stands for - Open Health Academy Open Handset Alliance Open Handset Application Open Handset Association Under which of the following Android is licensed? OSS Sourceforge Apache/MIT None of the above Which of the following is the name of the Android version 1.5? Eclair Froyo Cupcake Donut How can we stop the services in android? By using the stopSelf() and stopService() method By using the finish() method By using system.exit() method None of the above Which media format is not supported by Android? MIDI AVI MPEG AVI What is a GCM in android? Google Cloud Messaging for chrome Goggle Count Messaging Google Message pack None of the above What is ANR responding time in android? 10 sec 5 sec 1 min None of the above What is transient data in android? Permanent data Secure data Temporary data Logical data Which of the following is the name of the Android version 1.5? Eclair Froyo Cupcake Donut GCM in android stands for - Google Cloud Messaging Google Count Messaging Google Center Messaging None of the above Which of the layer is below the topmost layer of android architecture? System Libraries and Android Runtime Linux Kernel Applications Applications Framework Fragment in Android can be found through? findByID() findFragmentByID() getContext.findFragmentByID() FragmentManager.findFragmentByID() What is JSON in android? JavaScript Object Native Javascript Oriented Notation Javascript Object Notation None of the Above Which of the following class in android executes the task asynchronously with your service? SyncTask AsyncTask Both of the above None of the above Which of the following method is used to handle what happens after clicking a button? onClick onCreate onSelect None of the above Which of the following is the built-in database of Android? SQLite MySQL Oracle None of the above Which of the following is contained in the src folder? XML Java source code Manifest None of the above Previous Next Total Question16 Wrong Answer13 Right Answer13