NEW
Font size
WorksheetsQUIZ 4 Mobile App Development Quiz
Total questions: 20
Worksheet time: 10mins
Which programming language is primarily used for Android app development?
Swift
Java
C#
Ruby
Which programming language is primarily used for iOS app development?
Kotlin
Swift
Java
Python
What is the name of the official IDE for Android development?
Xcode
Visual Studio
Eclipse
Android Studio
What is the name of the official IDE for iOS development?
Xcode
IntelliJ IDEA
NetBeans
Android Studio
Which of the following is a cross-platform mobile development framework?
React Native
Angular
Vue.js
Django
What is the primary language used in Flutter for mobile app development?
Java
Dart
Swift
Kotlin
What is the purpose of an emulator in mobile development?
To write code
To test applications on a virtual device
To compile applications
To design user interfaces
What does APK stand for in Android development?
Android Programming Kit
Application Program Kit
Android Package
Application Package Kit
What is the file extension for iOS app files?
.apk
.app
.exe
.ipa
Which of the following is a mobile backend as a service (MBaaS) provider?
Firebase
Node.js
React Native
Swift
What is the purpose of the manifest file in an Android application?
To define the layout of the user interface
To describe essential information about the app to the Android system
To store user data
To manage network connections
What is a storyboard used for in iOS development?
To write code
To design the user interface
To handle app permissions
To manage databases
What is the main advantage of using cross-platform development frameworks?
Faster execution time
Native performance
Write once, run anywhere
Smaller app size
Which of the following is a lifecycle method in Android activity?
onCreate
main
init
start
What is the primary purpose of SwiftUI?
To design and layout iOS applications using a declarative syntax
To handle networking in iOS applications
To manage databases in iOS applications
To test iOS applications
Which Android component is used to display a list of scrollable items?
TextView
ListView
ImageView
Button
What does SDK stand for in mobile development?
Software Development Kit
System Development Kit
Standard Development Kit
Swift Development Kit
What is the purpose of the App Store and Google Play Store?
To provide development tools
To offer a platform for users to download and install apps
To compile applications
To debug applications
Which of the following is used for local data storage in mobile apps?
HTTP
SQL
SQLite
FTP
What is the purpose of push notifications in mobile apps?
To enhance app performance
To send real-time updates to users
To manage app permissions
To design user interfaces
