Online Exam Quiz

questionQuestion  1 to 30

Mark for review

What does the 'R' class in Android represent?

  • Resources
  • Remote Services
  • Resolved Classes
  • Recent Activities
Mark for review

How do you handle long-running operations in Android without blocking the UI?

  • Using background threads
  • Using main thread
  • Using UI thread
  • Using main activity thread
Mark for review

What does the term "Fragment" refer to in Android development?

  • A UI component
  • A background service
  • A layout manager
  • A data storage option
Mark for review

Which class in Android is used to store and retrieve data in the form of key-value pairs?

  • SharedPreferences
  • ContentProvider
  • SQLiteDatabase
  • FileProvider
Mark for review

Which attribute is used to specify the id of a view in Android?

  • id
  • view_id
  • android
  • viewid
Mark for review

What is Android?

  • Operating System
  • Programming Language
  • Database
  • Web Server
Mark for review

What is the use of RecyclerView in Android?

  • To display a fixed number of items
  • To display a large dataset of items
  • To handle user input
  • To manage network operations
Mark for review

What is the use of the 'Room' library in Android?

  • UI design
  • Database management
  • Dependency injection
  • Network requests
Mark for review

Mark for review

Which keyword is used to define a constant in Java?

  • const
  • final
  • static
  • immutable
Mark for review

Which method is called when an activity is started for the first time?

  • onStart()
  • onCreate()
  • onResume()
  • onDestroy()
Mark for review

How can you handle different screen sizes in Android?

  • Use of flexible layouts
  • Fixed layouts
  • Using pixel-based dimensions
  • Ignoring the issue
Mark for review

Which class is used to play audio in Android?

  • MediaPlayer
  • AudioPlayer
  • SoundPlayer
  • MediaController
Mark for review

What is the main component of the Android architecture?

  • Applications
  • Linux Kernel
  • Libraries
  • All of the above
Mark for review

How is a Toast message displayed in Android?

  • Toast.makeText()
  • Toast.show()
  • Toast.display()
  • Toast.create()
Mark for review

What is the purpose of a ViewGroup in Android?

  • To handle background tasks
  • To provide navigation
  • To store UI components
  • To display data
Mark for review

What is the AndroidManifest.xml file used for?

  • Declaring app components
  • Defining UI layouts
  • Storing data
  • Handling background tasks
Mark for review

What is ADB in Android?

  • Android Debug Bridge
  • x
  • Application Development Bridge
  • Application Database
Mark for review

How do you define a layout in XML for an Android application?

  • <layout>
  • <view>
  • <design>
  • <xml>
Mark for review

What is the default value of a boolean variable in Java?

  • TRUE
  • FALSE
  • null
  • 0
Mark for review

Which method is used to start an activity for a result in Android?

  • startActivity()
  • startActivityForResult()
  • startResultActivity()
  • startForResultActivity()
Mark for review

What is ANR in Android?

  • Android Non-Responsive
  • Application Not Running
  • Android Not Running
  • Application Not Responding
Mark for review

What is the purpose of the Gradle build system in Android development?

  • To compile source code
  • To manage dependencies
  • To provide a testing framework
  • All of the above
Mark for review

Which of the following is NOT a lifecycle method of an activity in Android?

  • onCreate()
  • onPause()
  • onResume()
  • onTerminate()
Mark for review

How can you define a new style in Android?

  • In strings.xml
  • In styles.xml
  • In layout.xml
  • In colors.xml
Mark for review

Which component is NOT part of the Android application structure?

  • Activities
  • Fragments
  • Intents
  • Servers
Mark for review

How do you declare a service in AndroidManifest.xml?

  • <service>
  • <intent>
  • <activity>
  • <receiver>
Mark for review

What does APK stand for?

  • Android Phone Kit
  • Android Page Kit
  • Android Package Kit
  • Android Package Keeper
Mark for review

What is the use of the ProGuard tool in Android development?

  • To manage app dependencies
  • To optimize and obfuscate the code
  • To provide analytics
  • To handle UI rendering
Mark for review

blinkerOnline

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • Answered
  • Not Answered
  • Marked for Review