Android is licensed under which open source licensing license? | Android 25 Jul 2012 0 comments
A. Gnu's GPL B. Apache/MIT C. OSS D. Sourceforge
Ans: B
Although most people's first thought when they think of Android is Google, Android is not actually owned by Google. Who owns the Android platform? | Android 25 Jul 2012 0 comments
A. Oracle Technology B. Dalvik C. Open Handset Alliance D. The above statement is and Android is owned by Google
Ans: C
As an Android programmer, what version of Android should you use as your minimum development target? | Android 25 Jul 2012 1 comment
A. Versions 1.6 or 2.0 B. Versions 1.0 or 1.1 C. Versions 1.2 or 1.3 D. Versions 2.3 or 3.0 Ans: A
What was Google's main business motivation for ing Android? | Android 25 Jul 2012 0 comments
A.
To level the playing field for mobile devices
B.
To directly compete with the iPhone
C.
To corner the mobile device application market for licensing purposes
D.
To allow them to more
Ans: D
What was the first phone released that ran the Android OS? | Android 2 Aug 2012 0 comments
A. Google gPhone B. T-Mobile G1 C. Motorola Droid D. HTC Hero
Ans: B
From a phone manufacturer's point of view, what makes Android so great? | Android 2 Aug 2012 0 comments
A. Aside from some specific drivers, it provides everything to make a phone work B. It makes the hardware work better C. It allows them to compete with Apple's iPhone D. It allows s to create apps, generating revenue for the companies
Ans: A
What is a funny fact about the start of Android? | Android 2 Aug 2012 0 comments
A. It was orginaly going to be called UFO
B. The first version of Android was released without an actual phone on the market C. Androids main purpose was to unlock your car door when you left the keys inside of it. D. Was going to be a closed source application to make more money for its company.
Ans: B
What year was the Open Handset Alliance announced? | Android 2 Aug 2012 0 comments
A. 2005 B. 2006 C. 2007 D. 2008
Ans: C
A device with Android installed is needed to develop apps for Android. 2 Aug 2012 0 comments
A. True B. False
Ans: B
Android tries hard to _____low-level components, such as the software stack, with interfaces so that vendor-specific code can be managed easily. 2 Aug 2012 0 comments
A. confound B. absract C. modularize D. compound
Ans: B
Google licensed some proprietary apps. | Android
2 Aug 2012 0 comments
A. True B. False
Ans: A
What part of the Android platform is open source? | Android 2 Aug 2012 0 comments
A. low-level Linux modules B. all of these answers #The entire stack is an open source platform C. native libraries D. application frame work E. complete applications
Ans: B
When did Google purchase Android? | ANdroid 2 Aug 2012 0 comments
A. 2007 B. 2005 C. 2008 D. 2010
Ans: B
Android releases since 1.5 have been given nicknames derived how? | Android 2 Aug 2012 0 comments
A. Adjective and strange animal B. Food
C. Something that starts w/ 'A' -> Something that starts w/ 'B'... D. American states
Ans: B
Which one is not a nickname of a version of Andriod? | Android 2 Aug 2012 0 comments
A. cupcake B. Gingerbread C. Honeycomb D. Muffin
Ans: D
Android doesn't make any assumptions about a device's screen size, resolution, or chipset.: 2 Aug 2012 0 comments
A. True B. False
Ans: A
Why are the so few s left with versions 1.0 and 1.1? | Android 2 Aug 2012 0 comments
A.
The first phones were released with version 1.5
B.
1.0 and 1.1 had security holes that forced carriers to recall phones using them
C.
1.0 and 1.1 are just number designations for the version Apple's iPhone is running
D.
Everyone with 1.0 and 1.1 were upgraded to 1.5 over the air automatically
Ans: D
Which Android version had the greatest share of the market as of January 2011? | Android 2 Aug 2012 0 comments
A.
1.1
B.
1.5
C.
2.3
D.
3.4
Ans: B
Which piece of code used in Android is not open source? | Android 2 Aug 2012 0 comments
A.
Keypad driver
B.
WiFi? driver
C.
Audio driver
D.
Power management
Ans: B
Android is built upon the Java Micro Edition (J2ME) version of Java. | Android 2 Aug 2012 0 comments
A.
True
B.
False
Ans: B
Which among these are NOT a part of Android's native libraries? | Android 2 Aug 2012 0 comments
A.
Webkit
B.
Dalvik
C.
OpenGL
D.
SQLite
Ans: B
Android is based on Linux for the following reason. | Android 2 Aug 2012 0 comments
A.
Security
B.
Portability
C.
Networking
D.
All of these
Ans: D
What operating system is used as the base of the Android stack? | Android 2 Aug 2012 0 comments
A.
Linux
B.
Windows
C.
Java
D.
XML
Ans: A
What year was development on the Dalvik virtual machine started? | Android 2 Aug 2012 0 comments
A.
2003
B.
2005
C.
2007
D.
2006
Ans: B
What is a key difference with the distribution of apps for Android based devices than other mobile device platform applications? | Android 2 Aug 2012 0 comments
A.
Applications are distributed by Apple App Store only
B.
Applications are distributed by multiple vendors with different policies on
applications. C.
Applications are distributed by multiple vendors with the exact same policies on
applications.
D.
Applications are distributed by the Android Market only.
Ans: B
When developing for the Android OS, Java byte code is compiled into what? | Android 2 Aug 2012 0 comments
A.
Java source code
B.
Dalvik application code
C.
Dalvik byte code
D.
C source code
Ans: C
What does the .apk extension stand for? | Android 2 Aug 2012 0 comments
A.
Application Package
B.
Application Program Kit
C.
Android Proprietary Kit
D.
Android Package
Ans: A
When you distribute your application commercially,you'll want to sign it with your own key. | Android 2 Aug 2012 0 comments
A.
True
B.
False
Ans: A
How does Google check for malicious software in the Android Market? | Android 2 Aug 2012 0 comments
A.
Every new app is scanned by a virus scanner
B.
s report malicious software to Google
C.
Google employees each new app
D.
A seperate company monitors the Android Market for Google
Ans: B
Which of these are not one of the three main components of the APK? | Android 2 Aug 2012 0 comments
A.
Dalvik Executable
B.
Resources
C.
Native Libraries
D.
Webkit
Ans: D
What is the name of the program that converts Java byte code into Dalvik byte code? | Android 2 Aug 2012 0 comments
A.
Android Interpretive Compiler (AIC)
B.
Dalvik Converter
C.
Dex compiler
D.
Mobile Interpretive Compiler (MIC)
Ans: C
What was the main reason for replacing the Java VM with the Dalvik VM when the project began? | Android 2 Aug 2012 0 comments
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
Ans: B
Android Applications must be signed. | Android
2 Aug 2012 0 comments
A.
After they are installed
B.
Before they are installed
C.
Never
D.
Within two weeks of installation
Ans: B
Which of the following are not a component of an APK file? | Android 2 Aug 2012 0 comments
A.
Resources
B.
All of these are components of the APK
C.
Native Libraries
D.
Dalvik executable
Ans: B
The AWT and Swing libraries have been removed from the Android library set. | Android 2 Aug 2012 0 comments
A.
True
B.
False
Ans: A
The R.java file is where you edit the resources for your project. | Android 2 Aug 2012 0 comments
A.
True
B.
False
Ans: B
What is contained within the manifest xml file? | Android 2 Aug 2012 0 comments
A.
The permissions the app requires
B.
The list of strings used in the app
C.
The source code
D.
All other choices
Ans: A
What is contained within the Layout xml file? | Android 2 Aug 2012 0 comments
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.
Ans: A
The emulated device for android. | Android 2 Aug 2012 0 comments
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.
Ans: A
Your Java source code is what is directly run on the Android device. | ANdroid 2 Aug 2012 0 comments
A.
True
B.
False
Ans: B
The Emulator is identical to running a real phone EXCEPT when emulating/simulating what? | Android
2 Aug 2012 0 comments
A.
Telephony
B.
Applications
C.
Sensors
D.
The emulator can emulate/simulate all aspects of a smart phone.
Ans: C
How is a simulator different from an emulator? | Android 2 Aug 2012 0 comments
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.
Ans: D The R file is a(an) generated file | Android 2 Aug 2012 0 comments
A.
Automatically
B.
Manually
C.
Emulated
D.
None of the above
Ans: A An activity can be thought of as corresponding to what? | Android 2 Aug 2012 0 comments
A.
A Java project
B.
A Java class
C.
A method call
D.
An object field
Ans: B To create an emulator, you need an AVD. What does it stand for? | Android 2 Aug 2012 0 comments
A.
Android Virtual Display
B.
Android Virtual Device
C.
Active Virtual Device
D.
Application Virtual Display
Ans: B The Android SDK ships with an emulator. | Android 2 Aug 2012 0 comments
A.
True
B.
False
Ans: A The ___________ file specifies the layout of your screen. | Android 2 Aug 2012 0 comments
A.
Layout file
B.
Manifest file
C.
Strings XML
D.
R file
Ans: A The manifest explains what the application consists of and glues everything together. | Android 2 Aug 2012 0 comments
A.
True
B.
False
Ans: A The Android Software Development Kit (SDK) is all you need to develop applications for Android. 2 Aug 2012 0 comments
A.
True
B.
False
Ans: A What is the driving force behind an Android application and that ultimately gets converted into a Dalvik executable? | Android 2 Aug 2012 0 comments
A.
Java source code.
B.
R-file.
C.
the emulator.
D.
the SDK
Ans: A While developing Android applications, developers can test their apps on... 2 Aug 2012 0 comments
A.
Emulator included in Android SDK
B.
Physical Android phone
C.
Third-party Emulators (Youwave, etc.)
D.
All three options will work.
Ans: D What file is responsible for glueing everthing together , explaining what the applicatin consists of, what its main building blocks are, ext...? 2 Aug 2012 0 comments
A.
Layout file
B.
Strings XML
C.
R file
D.
Manifest file
Ans: D The XML file that contains all the text that your application uses. | Android 2 Aug 2012 0 comments
A.
stack.xml
B.
text.xml
C.
strings.xml
D.
string.java
Ans: C Which of the following is the most "resource hungry" part of dealing with Activities on Android 2 Aug 2012 0 comments
A.
Closing an app
B.
Suspending an app
C.
Opening a new app
D.
Restoring the most recent app
Ans: C What runs in the background and doesn't have any UI components? | Android 2 Aug 2012 0 comments
A.
Intents
B.
Content Providers
C.
Services
D.
Applications
Ans: C What is an Activity? | Android 2 Aug 2012 0 comments
A.
A single screen the sees on the device at one time
B.
A message sent among the major building blocks
C.
A component that runs in the background without any interface.
D.
Context referring to the application environment.
Ans: A When an activity doesn't exist in memory it is in. | Android 2 Aug 2012 0 comments
A.
Starting state
B.
Running state
C.
Loading state
D.
Inexistent state.
Ans: A Which of the following is NOT a state in the lifecycle of a service? | Android 2 Aug 2012 0 comments
A.
Starting
B.
Running
C.
Destroyed
D.
Paused
Ans: D There is no guarantee that an activity will be stopped prior to being destroyed. | Android 2 Aug 2012 0 comments
A.
True
B.
False
Ans: A Intents 2 Aug 2012 0 comments
A.
are messages that are sent among major building blocks
B.
trigger activities to being, services to start or stop, or broadcast
C.
are asynchronous
D.
all of these
Ans: D In an explicit intent, the sender specifies the type of receiver. | Android 2 Aug 2012 0 comments
A.
True
B.
False
Ans: B an implicit intent is the sender specifies the type of receiver? | Android 2 Aug 2012 0 comments
A.
True
B.
False
Ans: A
When the activity is not in focus, but still visible on the screen it is in? | Android 2 Aug 2012 0 comments
A.
running state
B.
Paused state
C.
stopped state
D.
destroyed state
Ans: B
An activity in a stopped state is doing nothing. | Android 2 Aug 2012 0 comments
A.
True
B.
False
Ans: B
Application contexts are independent of the activity life cycle. | Android 2 Aug 2012 0 comments
A.
True
B.
False
Ans: A
Services have any interface components | Android 2 Aug 2012 0 comments
A.
True
B.
False
Ans: B Broadcast receivers are Android’s implementation of a system-wide publish/subscribe mechanism, or more precisely, what design pattern? | Android 2 Aug 2012 0 comments
A.
Observer
B.
Facade
C.
Mediator
D.
Command
Ans: A
There can be only one running activity at a given time. | Android 2 Aug 2012 0 comments
A.
True
B.
False
Ans: A
Lists and adapters are more organizational aids than interface elements in Android. | Android 2 Aug 2012 0 comments
A.
True
B.
False
Ans: A What built-in database is Android shipped with? | Android 2 Aug 2012 0 comments
A.
SQLite
B.
Apache
C.
MySQL
D.
Oracle
Ans: A Creating a UI ( Interface) in Android requires careful use of... 2 Aug 2012 0 comments
A.
Java and SQL
B.
XML and Java
C.
XML and C++
D.
Dreamweaver
Ans: B A good example app should demonstrate most of the aspects of the application framework that are unique to Android. | Android 2 Aug 2012 0 comments
A.
True
B.
False
Ans: A
What will services be used for in the Yamba project? | Android 2 Aug 2012 0 comments
A.
Recompile the source code
B.
It will update tweets periodically in the background
C.
The services will pause the app
D.
Configures the interface
Ans: B Which answer is not part of the design philosophy talked about in chapter five? | Android 2 Aug 2012 0 comments
A.
Always whole and complete
B.
Small increments
C.
Lagre increments
D.
Refactoring code
Ans: C App Widgets are can be place on the home screen by the to check for updates are available? | Android 2 Aug 2012 0 comments
A.
True
B.
False
Ans: A
The android OS comes with many useful system services, which include processes you can easily ask for things such as your.. | Android 2 Aug 2012 0 comments
A.
All of these and more.
B.
Location
C.
Sensor Readings
D.
WiFi? Hot Spots
Ans: A
What does the Gargenta mean in his Design Philosophy when he says that the project will, "Always be whole and complete"? 2 Aug 2012 0 comments
A.
He means that when we finish the entire project we will have a working application,
even though there will be points along the way when we will stop and the application will not run. B.
He means that the program must always be able to compile.
C.
He means that we will work on the program by adding self contained chunks to it so
that at every stopping point the application runs as though it were a whole and complete application. Each additional chunk simply adds a new functionality to the application. D.
None of the above
Ans: C An Android application is a loose collection of content providers, activities, broadcast receivers, and services. 2 Aug 2012 0 comments
A.
True
B.
False
Ans: A
Which of the following is NOT an activity we will be creating for the YAMBA project? | Android 2 Aug 2012 0 comments
A.
Preferences Activity
B.
Update Activity
C.
Timeline Activity
D.
Status Activity
Ans: B The timeline receiver will receive messages from the Android system. | Android 2 Aug 2012 0 comments
A.
True
B.
False
Ans: B
Status data will be exposed to the rest of the Android system via: | Android 2 Aug 2012 0 comments
A.
Intents
B.
A content provider
C.
Network receivers
D.
Altering permissions
Ans: B If the UI begins to behave sluggishly or crash while making network calls, this is likely due to... 2 Aug 2012 0 comments
A.
Network latency
B.
Hardware malfunctions
C.
Virus on the Server
D.
Activity manager contains too much.
Ans: A How does Gargenta approach the problem of the app acting sluggishly due to network latency? | Android 2 Aug 2012 0 comments
A.
Starting over
B.
Switching API levels
C.
Refactoring code
D.
Multithreading