WorksheetsMobile Application Development - MCQs
Total questions: 75
Worksheet time: 36mins
In android application Which file holds to use the internet_____.
create file
Manifest file
system file
None of these
Src folder contain____files
Java / Kotlin source code
XML
manifest
None of these
user interface use for______
xml
java / kotlin
android
Manifest
Which is not an Android component of the following?
Layout
Activity
Service
Content Provider
Android is based on Linux for the following reason.
Security
Portability
Networking
All of these
Which among the following are part of "Application" layer of Android Architecture
Contacts
Browser
Phone
All of these
Which company developed android?
Apple
Android Inc
Nokia
An operating system (OS) built exclusively for mobile devices such as smartphones, tablets, PDAs, etc. Similar to a standard OS but is relatively simple and light.
Windows Operating System
Linux Operating System
Macintosh Operating System
Mobile Operating System
It is created by Google, is one of the most commonly installed mobile OS for mobile devices, with support from various device manufacturers. It is an open source OS, which means developers are given access to unlocked hardware to develop new programs.
Android
Windows
Linux
Xamarin
Which Benefits of Mobile Applications is defined by this?
A mobile app user can access and share information anytime or anywhere. Internet connection is not required for most apps.
Convenience
Interactivity
Personalization
Productivity
A programming environment that has been packaged as an application program.
Programming Language
Android SDK
Visual Studio
Integrated Development Environment
It is the official IDE for Android application development, based on IntelliJ IDEA (a Java IDE).
Visual Studio
NetBeans
Eclipse
Android Studio
It is a fully-featured extensible IDE for creating modern applications for Windows, Android, and iOS, as well as web applications and cloud services.
Visual Studio SDK
Android SDK
iPhone OS SDK
Windows Phone SDK
What is Mobile Application?
A software application designed to run on a mobile device such as a phone, tablet or watch.
A mobile operating system
A program to open mobile
A hardware designed for a mobile device such as a phone, tablet or watch.
Below are the reason why you design mobile app EXCEPT
Engage customer on the go
Solve daily task
Provide convenience
Difficult to use
Which one below is the correct Mobile Software Development lifecycle?
Inception->design->development->test->release ->monitor&updates
Inception->development->test->release ->monitor&updates
Development->inception->design->test->release ->monitor&updates
Inception->design->development->test->release
Which programming language is used for Android Application Development?
C#
PHP
Java & Kotlin
Phyton
Who is the developer of Kotlin?
IntelliJ IDEA
Eclipse
JetBrains
Who was the first programmer
Alan Turning
Charls Babbage
Anabella Milbanke
Ada Lovelace
Who is the President of JetBrains?
William R. Cook
Andrey Breslav
Jeffrey van Gogh
Tephanie Saad Cuthbertson
Which version of Android Studio has adopted kotlin init?
2.4
3.4
3
2.1
What is the current version of Kotlin?
1.1
1.4
1.3
1.3.4
What are some of the features which are there in Kotlin but not In Java?
Robust
Companion Objects
Secure
Multithreaded
Which of these class is superclass of all other classes?
AppCompatActivity
Activity
MainActivity
CompatActivity
Android Logo was designed by?
Irina Blok
Steve Aoki
Charls Babbage
Andy Rubin
What is Mobile Application?
A software application designed to run on a mobile device such as a phone, tablet or watch.
A mobile operating system
A program to open mobile
A hardware designed for a mobile device such as a phone, tablet or watch.
Below are the reason why you design mobile app EXCEPT
Engage customer on the go
Solve daily task
Provide convenience
Difficult to use
When developing an app you need to put yourself in customers' shoe
TRUE
FALSE
Which one below is the correct Mobile Software Development lifecycle?
Inception->design->development->test->release ->monitor&updates
Inception->development->test->release ->monitor&updates
Development->inception->design->test->release ->monitor&updates
Inception->design->development->test->release
In the buildfire app dashboard, what is the name of the section shown by the picture?
Features
Gallery
Drop down menu
Real time emulator
The function of the section in the picture is to navigate the different feature of your app, real time preview.
TRUE
FALSE
What is Home screen feature?
Home button
Return to your origin
The feature that user will see when they first open your app.
Home picture
Which section in buildfire that you can find different types of plugins for your app?
Google playstore
App store
Features-Marketplace
Commerce
Which section in buildfire that you can set up overall branding for your app(upload icon, loading screen, change font style etc)?
Design
Media library
Commerce
Marketplace
android was developed in the year _____.
2001
2002
2003
2004
Android 12
Android 11
Android 13
Android 14
<Button
android:id = "@+id\btnSend">
Android is developed by .......
Apple
Microsoft
Android Inc
When did Google purchase Android?
2003
2004
2005
2006
Which one is not a nickname of an Android version?
Cupcake
Pie
Nougat
Menthos
Android is based on linux for the following reason:
Security
Networking
Portability
All of these
Which programming language is used for Android Application Development?
C#
PHP
Java & Kotlin
Phyton
On 7 May 2019, Google announced that the Kotlin programming language is now its preferred language for Android app developers.
True
False
In which directory XML layout files are stored?
/res/drawable
/src
/res/values
/res/layout
While Java or Kotlin source files stored in ....
/res/drawable
/src
/res/values
/res/layout
During an activity life cycle, what is the first callback method invoked by the system?
onStart()
onCreate()
onPause()
onStop()
