Deck 2: Android Application Development

Full screen (f)
exit full mode
Question
What does the .apk extension stand for?

A)application package
B)application program kit
C)android proprietary kit
D)android package
Use Space or
up arrow
down arrow
to flip the card.
Question
When you distribute your application commercially,you'll want to sign it with your own key.
Question
How does Google check for malicious software in the Android Market?

A)every new app is scanned by a virus scanner
B)users report malicious software to google
C)google employees verify each new app
D)a seperate company monitors the android market for google
Question
Which of these are not one of the three main components of the APK?

A)dalvik executable
B)resources
C)native libraries
D)webkit
Question
What is the name of the program that converts Java byte code into Dalvik byte code?

A)android interpretive compiler (aic)
B)dalvik converter
C)dex compiler
D)mobile interpretive compiler (mic)
Question
What was the main reason for replacing the Java VM with the Dalvik VM when the project began?

A)there was not enough memory capability
B)java virtual machine was not free
C)java vm was too complicated to configure
D)java vm ran too slow
Question
Android Applications must be signed.

A)after they are installed
B)before they are installed
C)never
D)within two weeks of installation
Question
Which of the following are not a component of an APK file?

A)resources
B)all of these are components of the apk
C)native libraries
D)dalvik executable
Question
The AWT and Swing libraries have been removed from the Android library set.
Question
The R.java file is where you edit the resources for your project.
Question
What is contained within the manifest xml file?

A)the permissions the app requires
B)the list of strings used in the app
C)the source code
D)all other choices
Question
What is contained within the Layout xml file?

A)orientations and layouts that specify what the display looks like.
B)the permissions required by the app.
C)the strings used in the app.
D)the code which is compiled to run the app.
Question
The emulated device for android.

A)runs the same code base as the actual device, all the way down to the machine layer.
B)is more of a simulator, and acts as a virtual machine for the android device.
C)runs the same code base as the actual device, however at a higher level.
D)an imaginary machine built on the hopes and dreams of baby elephants.
Question
Your Java source code is what is directly run on the Android device.
Question
The Emulator is identical to running a real phone EXCEPT when emulating/simulating what?

A)telephony
B)applications
C)sensors
D)the emulator can emulate/simulate all aspects of a smart phone.
Question
How is a simulator different from an emulator?

A)emulators are only used to play old snes games, simulators are used for software development
B)the emulator is shipped with the android sdk and third party simulators are not
C)the emulator can virtualize sensors and other hardware features, while the simulator cannot
D)the emulator imitates the machine executing the binary code, rather than simulating the behavior of the code at a higher level.
Question
The R file is a(an) generated file

A)automatically
B)manually
C)emulated
D)none of the above
Question
An activity can be thought of as corresponding to what?

A)a java project
B)a java class
C)a method call
D)an object field
Question
To create an emulator, you need an AVD. What does it stand for?

A)android virtual display
B)android virtual device
C)active virtual device
D)application virtual display
Question
The Android SDK ships with an emulator.
Question
The ___________ file specifies the layout of your screen.

A)layout file
B)manifest file
C)strings xml
D)r file
Question
The manifest explains what the application consists of and glues everything together.
Question
The Android Software Development Kit (SDK) is all you need to develop applications for Android.
Question
What is the driving force behind an Android application and that ultimately gets converted into a Dalvik executable?

A)java source code.
B)r-file.
C)the emulator.
D)the sdk
Question
While developing Android applications, developers can test their apps on…

A)emulator included in android sdk
B)physical android phone
C)third-party emulators (youwave, etc.)
D)all three options will work.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/25
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 2: Android Application Development
1
What does the .apk extension stand for?

A)application package
B)application program kit
C)android proprietary kit
D)android package
application package
2
When you distribute your application commercially,you'll want to sign it with your own key.
True
3
How does Google check for malicious software in the Android Market?

A)every new app is scanned by a virus scanner
B)users report malicious software to google
C)google employees verify each new app
D)a seperate company monitors the android market for google
users report malicious software to google
4
Which of these are not one of the three main components of the APK?

A)dalvik executable
B)resources
C)native libraries
D)webkit
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
5
What is the name of the program that converts Java byte code into Dalvik byte code?

A)android interpretive compiler (aic)
B)dalvik converter
C)dex compiler
D)mobile interpretive compiler (mic)
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
6
What was the main reason for replacing the Java VM with the Dalvik VM when the project began?

A)there was not enough memory capability
B)java virtual machine was not free
C)java vm was too complicated to configure
D)java vm ran too slow
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
7
Android Applications must be signed.

A)after they are installed
B)before they are installed
C)never
D)within two weeks of installation
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
8
Which of the following are not a component of an APK file?

A)resources
B)all of these are components of the apk
C)native libraries
D)dalvik executable
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
9
The AWT and Swing libraries have been removed from the Android library set.
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
10
The R.java file is where you edit the resources for your project.
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
11
What is contained within the manifest xml file?

A)the permissions the app requires
B)the list of strings used in the app
C)the source code
D)all other choices
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
12
What is contained within the Layout xml file?

A)orientations and layouts that specify what the display looks like.
B)the permissions required by the app.
C)the strings used in the app.
D)the code which is compiled to run the app.
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
13
The emulated device for android.

A)runs the same code base as the actual device, all the way down to the machine layer.
B)is more of a simulator, and acts as a virtual machine for the android device.
C)runs the same code base as the actual device, however at a higher level.
D)an imaginary machine built on the hopes and dreams of baby elephants.
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
14
Your Java source code is what is directly run on the Android device.
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
15
The Emulator is identical to running a real phone EXCEPT when emulating/simulating what?

A)telephony
B)applications
C)sensors
D)the emulator can emulate/simulate all aspects of a smart phone.
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
16
How is a simulator different from an emulator?

A)emulators are only used to play old snes games, simulators are used for software development
B)the emulator is shipped with the android sdk and third party simulators are not
C)the emulator can virtualize sensors and other hardware features, while the simulator cannot
D)the emulator imitates the machine executing the binary code, rather than simulating the behavior of the code at a higher level.
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
17
The R file is a(an) generated file

A)automatically
B)manually
C)emulated
D)none of the above
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
18
An activity can be thought of as corresponding to what?

A)a java project
B)a java class
C)a method call
D)an object field
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
19
To create an emulator, you need an AVD. What does it stand for?

A)android virtual display
B)android virtual device
C)active virtual device
D)application virtual display
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
20
The Android SDK ships with an emulator.
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
21
The ___________ file specifies the layout of your screen.

A)layout file
B)manifest file
C)strings xml
D)r file
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
22
The manifest explains what the application consists of and glues everything together.
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
23
The Android Software Development Kit (SDK) is all you need to develop applications for Android.
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
24
What is the driving force behind an Android application and that ultimately gets converted into a Dalvik executable?

A)java source code.
B)r-file.
C)the emulator.
D)the sdk
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
25
While developing Android applications, developers can test their apps on…

A)emulator included in android sdk
B)physical android phone
C)third-party emulators (youwave, etc.)
D)all three options will work.
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 25 flashcards in this deck.