Saurashtra University, Rajkot
BCA Semester-6 | CS 31 – Mobile Computing using Android & iPhone
1 – Mark Question List
- What is Android?
- Who were the original founder of Android?
- In which year first android phone was launched?
- Full form of SDK
- Full form of DVM
- Full form of OHA
- Full form of MCC
- Full form of JSON
- Full form of NFC
- Which company manages the Android OS?
- Which company own iPhone?
- What is Xcode?
- What is Android Studio?
- Which is the basic development language in by iPhone App?
- Which is the basic development language in Android App?
- Full form of ADT
- Full form of GPS
- Full form of LBS
- What is API?
- What is Widget?
- What is IPC?
- What is AsyncTask?
- What is Intent?
- What is Activity?
- Name the latest version of Android OS
- Define folder hierarchy by default in Android Project
- What is HTTP?
- What is Service?
- What is Layout?
- Full form of APK
- Full form of MVC
- Full form of IDE
- What is COCOA touch?
- Full form of DEX
- Full form of DDMS
- What is Menu (option menu)?
- What is Context menu ?
- Who developed Kotlin language?
- What is when statement?
- What is hard keyword?
- What is soft keyword?
- What is the use of val keyword?
- What is the use of var keyword?
- What is mutable variable?
- What is immutable variable?
- What is visibility modifier?
- What is the use of open keyword?
- What is interface?
- What is abstract class?
- What is the use of this keyword?
- What is the use of super keyword?
- What is collection?
- What is Array?
- What is named arguments?
- What is var args?
2 – Mark Question List
- Explain Res folder in Android project
- Explain Src folder in Android project
- Explain Gen folder in Android project
- Explain Bin folder in Android project
- Explain Assets folder in Android project
- Explain Libs folder in Android project
- Explain AndroidManifest.xml file
- Explain Intent filter
- Explain Pending Intent
- Explain types of Animation supported in Android
- Explain Dialog in Android
- Explain Shared preferences in Android
- Usage of Input stream and Output stream in file handling
- Usage of File class in File handling
- Usage of Shared preferences
- Usage of Service
- Usage of DDMS
- Usage of Logcat
- Usage of Toast
- Explain Collection
- Explain Sets
- Explain Data structure
- Explain functions in Kotlin
3 – Mark Question List
- Discuss Text field with example
- Discuss Spinner with example
- Discuss List View with example
- Discuss Grid View with example
- Discuss Image Button with example
- Discuss Button with example
- Discuss Radio Button Group with example
- Discuss Check Box with example
- Discuss Table Layout with example
- Discuss Linear Layout with example
- Discuss Fame by Frame animation example using Java code (run time)
- Discuss Fame by Frame animation example using XML code (design time)
- Write steps to publish Android app on Play Store
- Discuss Telephony API with example
- Discuss Networking API with example
- Discuss Web API with example
- Discuss Android Service with example
- Discuss Context with example
- Discuss Intent with example
- Discuss Notification with example
- Discuss Types of Resources in Android app
- Option menu Vs Context menu
- Types of functions in Kotlin (UDF)
5 – Mark Question List
- Write a note on Activity Life cycle
- Write a note on Service Life cycle
- Write a note on Async Task
- Write a note on Intent and Bundle
- Activity Vs Service
- Edit Text Vs Text Field
- Intent Vs Pending Intent
- Develop an app to perform CRUD operation using SQLite
- Write a note on Types of Intent
- Write a note on Ge-coder with example
- Write a note on Layouts
- Drawing on Canvas with example
- Drawing on View with example
- Write a note on File handling with example
- Write a note on Shared Preferences with example
- Write a note Android Architecture / Android Software Stack
- Write a note on Logging Support
- Write a note on Location Manager with example
- Write a note on Telephony Manager with example
- Write a note on Web view with example
- Write a note types of Menus supported in Android
- Write a note on Inheritance with suitable example
- Write a note on types of constructors in Kotlin
- Write a note on setters and getters
- Differentiate Abstract class and Interface