wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Mobile Application Basic

Total questions: 46

Worksheet time: 21mins

Name
Class
Date
1.
What year android was developed?
a)
2001
b)
2002
c)
2003
d)
2004
2.
He is a software engineer who developed android software.
a)
Charles Babbage
b)
Any Rubin
c)
Lady Lovelace
d)
Steve Jobs
3.
The first ever version of Android.
a)
Alpha
b)
Beta
c)
Alps
d)
CupCake
4.
The latest version of Android.
a)
Lollipop
b)
MarshMallow
c)
Nougat
d)
Oreo
5.
JDK stands for
a)
JAVA DEVELOPMENT KIT
b)
JAVA DEVELOPED KIT
c)
JAVA DEVELOP KIT
d)
JAVA DEVELOPMENT KACHE
6.
Created by Google, is one of most commonly installed in mobile OS for mobile devices, with support from various devices manufacturer.
a)
ANDROID OS
b)
WINDOWS OS
c)
IOS
d)
SYMBIAN OS
7.
It is developed by Microsoft Corporation. Some of its features include apps that update real-time.
a)
ANDROID OS
b)
WINDOWS OS
c)
IOS
d)
SYMBIAN OS
8.
A discontinued OS that was last used by Nokia for their smartphone.
a)
WINDOWS OS
b)
IOS
c)
SYMBIAN OS
d)
NOKIA OS
9.
It includes everything that can be used to create amazing apps for iPhone and iPad. It allows users to built apps and run them directly on their Apple devices.
a)
XCODE
b)
ANDROID STUDIO
c)
ECLIPSE
d)
VISUAL STUDIO
10.
It is the official IDE for Android application development or based on Java IDE.
a)
VISUAL STUDIO
b)
ANDROID STUDIO
c)
ECLIPSE
d)
XCODE STUDIO
11.
It is a folder that contains the class file of android application.
a)
bin
b)
src
c)
res
d)
gen
12.
A file extension for creating layout.
a)
.java
b)
.class
c)
.xml
d)
.string
13.
A folder that contains the xml file of the android application
a)
src
b)
res
c)
bin
d)
gen
14.
TRUE OR FALSE:
<Button
android:id = "@+id\btnSend">
a)
TRUE
b)
FALSE
15.
It is an important file to grant your intent in creating new activity.
a)
JAVA FILE
b)
CLASS FILE
c)
SOURCE FILE
d)
ANDROID MANIFEST FILE
16.
Which operating system is the Android OS based off of?
a)
Mac OSX
b)
Linux
c)
Unix
d)
Windows NT Kernel
17.
What does SDK stand for?
a)
Software Design Kit
b)
Specific Developed Keys
c)
Software Development Kit
d)
Stand-alone Desk Kit
18.
What is an example of emergency notification?
a)
Amber Alert
b)
Domino's Pizza
c)
Mom Missed Call
d)
Doering Edmodo Post
19.
How many satellites does GPS need to work?
a)
2
b)
4
c)
6
d)
8
20.
Which of these Virtual Assistants is designed for Android
a)
Google
b)
Siri
c)
Cortana
d)
Yahoo
21.
Which of the following controls the orientation of your phone?
a)
Gyroscope
b)
Accelerometer
c)
Geotracking
d)
Capacitive
22.
What mobile payment service uses the physical phone?
a)
SMS
b)
Direct Mobile Billing
c)
NFC
d)
Mobile Web Payments
23.
Is Sideloading recommended for users?
a)
Yes
b)
 No
24.
Which operating system is iOS based off of?
a)
Linux 
b)
Mac OSX
c)
Windows NT Kernel
d)
Unix
25.
What is an advantage of Action Launcher?
a)
Increases the bandwidth of your apps
b)
Allows quicker access to applications
c)
Manages Application
d)
Calibrates your screen
26.
Which of these mobile operating system are open source?
a)
Windows Mobile
b)
Linux
c)
Android
d)
Apple iOS
27.
What technology makes WiFi calling possible?
a)
VOIP
b)
WiFi
c)
WiMax
d)
WWAN
28.
Who might send out an emergency alert?
a)
Mr. Doering
b)
Trump
c)
Obama
d)
Professional Organizations
29.
What format is an Android Application gonna be created as?
a)
SDK
b)
APK
c)
xCode
d)
Android Studio
30.
Which touchscreens need to be constantly calibrated?
a)
Resistive Touchscreen
b)
Capacitive Touchscreen
c)
New Touchscreens
d)
Gyroscope Screens
31.
Which operating system are iOS applications designed in?
a)
Windows 8.1/10
b)
Unix
c)
Mac OSX
d)
Linux
32.
Which type of screen relies on the electrical properties of the human body to detect where a display was tapped?
a)
Resistive Touchscreen
b)
Capacitive Touchscreen
c)
SAW
d)
Infrared
33.
Which of the following is required to create Apple iOS apps?
a)
SDK
b)
Xcode
c)
Google IDE
d)
Apple Development 
34.
WiFi calling is integrated into every mobile operating system
a)
True
b)
False
35.
Windows Mobile is open sourced
a)
True
b)
False
36.

Android is developed by .......

a)

Apple

b)

Google

c)

Microsoft

d)

Android Inc

37.

When did Google purchase Android?

a)

2003

b)

2004

c)

2005

d)

2006

38.

Android releases since 1.5 have been given nickname derived from how?

a)

Animal

b)

Food

c)

Country

d)

Color

39.

Which one is not a nickname of an Android version?

a)

Cupcake

b)

Pie

c)

Nougat

d)

Menthos

40.

Android is based on which kernel?

a)

Linux

b)

Mac

c)

Windows

d)

Symbian

41.

Android is based on linux for the following reason:

a)

Security

b)

Networking

c)

Portability

d)

All of these

42.

Which programming language is used for Android Application Development?

a)

C#

b)

PHP

c)

Java & Kotlin

d)

Phyton

43.

On 7 May 2019, Google announced that the Kotlin programming language is now its preferred language for Android app developers.

a)

True

b)

False

44.

In which directory XML layout files are stored?

a)

/res/drawable

b)

/src

c)

/res/values

d)

/res/layout

45.

While Java or Kotlin source files stored in ....

a)

/res/drawable

b)

/src

c)

/res/values

d)

/res/layout

46.

During an activity life cycle, what is the first callback method invoked by the system?

a)

onStart()

b)

onCreate()

c)

onPause()

d)

onStop()