Android Is Licensed Under Which Open Source Licensing License
Android Is Licensed Under Which Open Source Licensing License
| Android
25 Jul 2012 0 comments
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 supporting Android? | Android
25 Jul 2012 0 comments
A. B. C. D.
To level the playing field for mobile devices To directly compete with the iPhone To corner the mobile device application market for licensing purposes To allow them to advertise more
Ans: D
What was the first phone released that ran the Android OS? | Android
2 Aug 2012 0 comments
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 users to create apps, generating revenue for the companies
Ans: A
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
Ans: C
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
Ans: B
A. True B. False
Ans: A
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
Ans: B
Android releases since 1.5 have been given nicknames derived how? | Android
2 Aug 2012 0 comments
C. Something that starts w/ 'A' -> Something that starts w/ 'B'... D. American states
Ans: B
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 users left with versions 1.0 and 1.1? | Android
2 Aug 2012 0 comments
A. B. C. D.
The first phones were released with version 1.5 1.0 and 1.1 had security holes that forced carriers to recall phones using them 1.0 and 1.1 are just number designations for the version Apple's iPhone is running 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. B. C. D.
Ans: B
A. B. C. D.
Ans: B
Android is built upon the Java Micro Edition (J2ME) version of Java. | Android
2 Aug 2012 0 comments
A. B.
True False
Ans: B
Which among these are NOT a part of Android's native libraries? | Android
2 Aug 2012 0 comments
A. B. C. D.
Ans: B
A. B. C. D.
Ans: D
What operating system is used as the base of the Android stack? | Android
2 Aug 2012 0 comments
A. B. C. D.
Ans: A
What year was development on the Dalvik virtual machine started? | Android
2 Aug 2012 0 comments
A. B. C. D.
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. B.
Applications are distributed by Apple App Store only 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.
Ans: B
When developing for the Android OS, Java byte code is compiled into what? | Android
2 Aug 2012 0 comments
A. B. C. D.
Java source code Dalvik application code Dalvik byte code C source code
Ans: C
A. B. C. D.
Application Package Application Program Kit Android Proprietary Kit 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. B.
True False
Ans: A
How does Google check for malicious software in the Android Market? | Android
2 Aug 2012 0 comments
A. B.
Every new app is scanned by a virus scanner Users report malicious software to Google
C. D.
Google employees verify each new app 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. B. C. D.
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. B. C. D.
Android Interpretive Compiler (AIC) Dalvik Converter Dex compiler 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. B. C. D.
There was not enough memory capability Java virtual machine was not free Java VM was too complicated to configure Java VM ran too slow
Ans: B
A. B. C. D.
After they are installed Before they are installed Never Within two weeks of installation
Ans: B
A. B. C. D.
Resources All of these are components of the APK Native Libraries Dalvik executable
Ans: B
The AWT and Swing libraries have been removed from the Android library set. | Android
2 Aug 2012 0 comments
A. B.
True False
Ans: A
The R.java file is where you edit the resources for your project. | Android
2 Aug 2012 0 comments
A. B.
True False
Ans: B
A. B. C. D.
The permissions the app requires The list of strings used in the app The source code All other choices
Ans: A
A. B. C. D.
Orientations and layouts that specify what the display looks like. The permissions required by the app. The strings used in the app. The code which is compiled to run the app.
Ans: A
A. layer. B. C. D.
Runs the same code base as the actual device, all the way down to the machine
Is more of a simulator, and acts as a virtual machine for the Android device. Runs the same code base as the actual device, however at a higher level. 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. B.
True False
Ans: B
The Emulator is identical to running a real phone EXCEPT when emulating/simulating what? | Android
A. B. C. D.
Telephony Applications Sensors The emulator can emulate/simulate all aspects of a smart phone.
Ans: C
A.
Emulators are only used to play old SNES games, simulators are used for software
development B. C. The emulator is shipped with the Android SDK and third party simulators are not 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
A. B. C. D.
A. B. C.
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. B. C. D.
Android Virtual Display Android Virtual Device Active Virtual Device Application Virtual Display
A. B.
True False
Ans: A The ___________ file specifies the layout of your screen. | Android
2 Aug 2012 0 comments
A. B. C. D.
Ans: A The manifest explains what the application consists of and glues everything together. | Android
2 Aug 2012 0 comments
A. B.
True False
Ans: A The Android Software Development Kit (SDK) is all you need to develop applications for Android.
2 Aug 2012 0 comments
A. B.
True 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. B. C. D.
Ans: A While developing Android applications, developers can test their apps on...
2 Aug 2012 0 comments
A. B. C. D.
Emulator included in Android SDK Physical Android phone Third-party Emulators (Youwave, etc.) 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. B. C.
D.
Manifest file
Ans: D The XML file that contains all the text that your application uses. | Android
2 Aug 2012 0 comments
A. B. C. D.
Ans: C Which of the following is the most "resource hungry" part of dealing with Activities on Android
2 Aug 2012 0 comments
A. B. C. D.
Closing an app Suspending an app Opening a new app 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. B. C. D.
A. B. C. D.
A single screen the user sees on the device at one time A message sent among the major building blocks A component that runs in the background without any interface. Context referring to the application environment.
A. B. C. D.
Ans: A Which of the following is NOT a state in the lifecycle of a service? | Android
2 Aug 2012 0 comments
A. B. C. D.
Ans: D There is no guarantee that an activity will be stopped prior to being destroyed. | Android
2 Aug 2012 0 comments
A. B.
True False
Ans: A Intents
2 Aug 2012 0 comments
A. B. C. D.
are messages that are sent among major building blocks trigger activities to being, services to start or stop, or broadcast are asynchronous all of these
Ans: D In an explicit intent, the sender specifies the type of receiver. | Android
2 Aug 2012 0 comments
A. B.
True False
Ans: B an implicit intent is the sender specifies the type of receiver? | Android
2 Aug 2012 0 comments
A. B.
True 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. B. C. D.
Ans: B
A. B.
True False
Ans: B
A. B.
True False
Ans: A
A. B.
True False
Ans: B Broadcast receivers are Androids implementation of a system-wide publish/subscribe mechanism, or more precisely, what design pattern? | Android
2 Aug 2012 0 comments
A. B. C. D.
Ans: A
A. B.
True False
Ans: A
Lists and adapters are more organizational aids than user interface elements in Android. | Android
2 Aug 2012 0 comments
A. B.
True False
A. B. C. D.
A. B. C. D.
Java and SQL XML and Java XML and C++ 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. B.
True False
Ans: A
A. B. C. D.
Recompile the source code It will update tweets periodically in the background The services will pause the app Configures the user interface
Ans: B Which answer is not part of the design philosophy talked about in chapter five? | Android
2 Aug 2012 0 comments
A. B. C. D.
Always whole and complete Small increments Lagre increments Refactoring code
Ans: C App Widgets are can be place on the home screen by the user to check for updates are available? | Android
2 Aug 2012 0 comments
A. B.
True 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. B. C. D.
All of these and more. Location Sensor Readings 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. C. He means that the program must always be able to compile. 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. B.
True 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. B. C. D.
Ans: B The timeline receiver will receive messages from the Android system. | Android
2 Aug 2012 0 comments
A. B.
True False
Ans: B
Status data will be exposed to the rest of the Android system via: | Android
2 Aug 2012 0 comments
A. B. C. D.
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. B. C. D.
Network latency Hardware malfunctions Virus on the Server 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. B. C. D.