and

¡Supera tus tareas y exámenes ahora con Quizwiz!

1: What is an Activity? A: A single screen the user 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

A

24)A device with Android installed is needed to develop apps for Android. A. True B. False

B

2: When the activity is not in focus, but still visible on the screen it is in? A: Running State B: Paused State C: Stopped State D: Destroyed State

B

23)What year was the Open Handset Alliance announced? | Android A. 2005 B. 2006 C. 2007 D. 2008

C

3: Which of the following is the parent class for the main application class in and Android Application that has a user interface? A: MIDLet B: AndroidApp C: Activity D: Applet

C

4: You can shut down an activity by calling its ______ method A: onDestroy() B: finishActivity() C: finish() D: None of these

C

5: How many ways to start services? A: Started B: Bound C: Both A and B D: None of these

C

6: Which component is not activated by Intent? A: Activity B: Services C: ContentProvider D: BroadcastReceiver

C

1. bmgr tool is used to a)take backup of the applications b)to restore operations c)wipe archived data for a specific application d)all of the above

D

12. The methods startForeground() and stopForeground() were introduced in which API level. a) 2.0 b) 3.0 C) 1.5 d) 2.2

a

13. Should always first check availability of audio effects by calling the following method on the corresponding audio effect class. a) ischeckable() b) isavailable() c) isvaluable () d) iscaview()

a

18)As an Android programmer, what version of Android should you use as your minimum development target? | Android 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

a

21)From a phone manufacturer's point of view, what makes Android so great? | Android 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

a

26)Google licensed some proprietary apps. | Android A. True B. False

a

31)Android doesn't make any assumptions about a device's screen size, resolution, or chipset.: A. True B. False

a

37)What operating system is used as the base of the Android stack? | Android A. Linux B. Windows C. Java D. XML

a

4. A1,A2,A3 and A4 are activities called using intents.Then A1-A2-A4--A3.A2 calls A4 with intent flag FLAG_ACTIVITY_CLEAR_TOP.When finish() method is called on A3, what will be the current running activity? a)A4 b)A3 c)A2 d)A1

a

41)What does the .apk extension stand for? | Android A. Application Package B. Application Program Kit C. Android Proprietary Kit D. Android Package

a

42)When you distribute your application commercially,you'll want to sign it with your own key. | Android A. True B. False

a

48)The AWT and Swing libraries have been removed from the Android library set. | Android A. True B. False

a

50)What is contained within the manifest xml file? | Android A. The permissions the app requires B. The list of strings used in the app C. The source code D. All other choices

a

51)What is contained within the Layout xml file? | Android 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.

a

52)The emulated device for android. | 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.

a

56) The R file is a(an) generated file | Android A. Automatically B. Manually C. Emulated D. None of the above

a

60)The ___________ file specifies the layout of your screen. | Android A. Layout file B. Manifest file C. Strings XML D. R file

a

61)The manifest explains what the application consists of and glues everything together. | Android A. True B. False

a

62)The Android Software Development Kit (SDK) is all you need to develop applications for Android. A. True B. False

a

63)What is the driving force behind an Android application and that ultimately gets converted into a Dalvik executable? | Android A. Java source code. B. R-file. C. the emulator. D. the SDK

a

65) How can I check if an activity is already running before starting it? A. NEW_TASK_LAUNCH in the startActivity() method call. B. FLAG_ACTIVITY_NEW_TASK in the startActivity() method call. C. FLAG_ACTIVITY_SINGLE_TOP in the startActivity() method call. D. By using <category android:name="android.intent.category.LAUNCHER" /> this category attribute.

a

9) 'Screen has turned off' is an example a) Normal broadcast b) Ordered broadcast c) background operation d) None

a

As an Android programmer, what version of Android should you use as your minimum development target? | Android Questions 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

a

10) If you try to acces the column which does not exit, system throws a) NullPointerException b) illegalArgumentException c) ArrayIndexOutOfBoundsException d) SQLException

b

16)Android is licensed under which open source licensing license? | Android A. Gnu's GPL B. Apache/MIT C. OSS D. Sourceforge

b

20)What was the first phone released that ran the Android OS? | Android A. Google gPhone B. T-Mobile G1 C. Motorola Droid D. HTC Hero

b

22)What is a funny fact about the start of Android? | Android 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.

b

25)Android tries hard to _____low-level components, such as the software stack, with interfaces so that vendor-specific code can be managed easily. A. confound B. absract C. modularize D. compound

b

27)What part of the Android platform is open source? | Android 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

b

3. A1,A2,A3 and A4 are activities called using intents.Then A1-A4-A2--A3.A4 calls A2 with intent flag FLAG_ACTIVITY_NO_HISTORY.When finish method is called on A3, What will be the currtent running activity? a)A1 b)A4 c)A3 d)A2

b

32)Which Android version had the greatest share of the market as of January 2011? | Android A. 1.1 B. 1.5 C. 2.3 D. 3.4

b

33)Which piece of code used in Android is not open source? | Android A. Keypad driver B. WiFi? driver C. Audio driver D. Power management

b

34)Android is built upon the Java Micro Edition (J2ME) version of Java. | Android A. True B. False

b

35)Which among these are NOT a part of Android's native libraries? | Android A. Webkit B. Dalvik C. OpenGL D. SQLite

b

38)What year was development on the Dalvik virtual machine started? | Android A. 2003 B. 2005 C. 2007 D. 2006

b

39)What is a key difference with the distribution of apps for Android based devices than other mobile device platform applications? | Android 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.

b

43)How does Google check for malicious software in the Android Market? | Android 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

b

47)Which of the following are not a component of an APK file? | Android A. Resources B. All of these are components of the APK C. Native Libraries D. Dalvik executable

b

5. A1,A2,A3 and A4 are activities called using intents.Then A1-A2-A3-A4. A3 calls A4 with no intent flag, when finish() method called on A4. What will be the current running activity? a)A2 b)A3 c)A4 d)A1

b

53)Your Java source code is what is directly run on the Android device. | ANdroid A. True B. False

b

57)An activity can be thought of as corresponding to what? | Android A. A Java project B. A Java class C. A method call D. An object field

b

58)To create an emulator, you need an AVD. What does it stand for? | Android A. Android Virtual Display B. Android Virtual Device C. Active Virtual Device D. Application Virtual Display

b

6. The plus(+) means in statement android:id="@+id/my_id"? a) Identify it as an id resource b) Create new id and add to resources c) XML parser should parse and exapnd id string d) Both a & b.

b

Android is licensed under which open source licensing license? | Android Questions A. Gnu's GPL B. Apache/MIT C. OSS D. Sourceforge

b

17)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 A. Oracle Technology B. Dalvik C. Open Handset Alliance D. The above statement is and Android is owned by Google

c

40)When developing for the Android OS, Java byte code is compiled into what? | Android A. Java source code B. Dalvik application code C. Dalvik byte code D. C source code

c

45)What is the name of the program that converts Java byte code into Dalvik byte code? | Android A. Android Interpretive Compiler (AIC) B. Dalvik Converter C. Dex compiler D. Mobile Interpretive Compiler (MIC)

c

15. what is false with respect to onBind() a) is called when another component wants to bind with a service b) calling startService() results in a call to onBind() c) if you don't want to allow binding then return null d) if you want to allow binding then return Ibinder object

d

19)What was Google's main business motivation for supporting Android? | Android 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 advertise more

d

2. foreground service a)starts when you call start foreground() b)may or may not provide a notification for the status bar c)notification can't be dismissed unless the service is either stopped or removed from the foreground d)both a & c

d

44)Which of these are not one of the three main components of the APK? | Android A. Dalvik Executable B. Resources C. Native Libraries D. Webkit

d

55)How is a simulator different from an emulator? | Android 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.

d

64)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.

d

8) Android system uses intents to a) broadcast system intents b) broadcast custom intents c) To invoke other applications from your application. d) All of the above.

d

59)The Android SDK ships with an emulator. | Android A. True B. False

a

14. Applications that require filtering based on screen size can use the attributes. a) <supportmultiple-screens> b) <supports-screens> c) <supportall-screens d) supportevery-screen

b

28)When did Google purchase Android? | ANdroid A. 2007 B. 2005 C. 2008 D. 2010

b

29)Android releases since 1.5 have been given nicknames derived how? | Android A. Adjective and strange animal B. Food C. Something that starts w/ 'A' -> Something that starts w/ 'B'... D. American states

b

46)Android Applications must be signed. | Android A. After they are installed B. Before they are installed C. Never D. Within two weeks of installation

b

49)The R.java file is where you edit the resources for your project. | Android A. True B. False

b

54)The Emulator is identical to running a real phone EXCEPT when emulating/simulating what? | Android A. Telephony B. Applications C. Sensors D. The emulator can emulate/simulate all aspects of a smart phone.

c

7. When you want system to run the service indefinitely, by restarting it when get killed, use a) START_NOT_STICKY b) START_REDELIVER_INTENT c) START_STICKY d) START_SERVICE_INDEFINITELY

c

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 Questions A. Oracle Technology B. Dalvik C. Open Handset Alliance D. The above statement is and Android is owned by Google

c

11) Maximum results returned by getFromLocationName() method can be a) 2 b) 3 c) 4 d) 5

d

30)Which one is not a nickname of a version of Andriod? | Android A. cupcake B. Gingerbread C. Honeycomb D. Muffin

d

36)Android is based on Linux for the following reason. | Android A. Security B. Portability C. Networking D. All of these

d


Conjuntos de estudio relacionados

Ch.5 Hospitality and Human Services

View Set

GEC103 (CHAPTER 6: High-tech Global Flows and Structures

View Set

06.03 Graphing Systems of Linear Equations

View Set

EnviroScience: Chapter 13.3: Climate Change: PART 1

View Set

ECON 2030; CH. 12: Aggregate Expenditure and Output in the Short Run

View Set

Psychology Exam 1 Multiple Choice

View Set

Texas Principles of Real Estate 1 - Chapter 5

View Set