Filters
Question type

Study Flashcards

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

E) A) and D)
F) A) and C)

Correct Answer

verifed

verified

A

The manifest explains what the application consists of and glues everything together.

A) True
B) False

Correct Answer

verifed

verified

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

E) C) and D)
F) None of the above

Correct Answer

verifed

verified

The AWT and Swing libraries have been removed from the Android library set.

A) True
B) False

Correct Answer

verifed

verified

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.

E) A) and B)
F) A) and D)

Correct Answer

verifed

verified

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.

E) All of the above
F) None of the above

Correct Answer

verifed

verified

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

E) C) and D)
F) B) and D)

Correct Answer

verifed

verified

B

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.

E) B) and D)
F) B) and C)

Correct Answer

verifed

verified

The R file is a(an) generated file


A) automatically
B) manually
C) emulated
D) none of the above

E) A) and B)
F) B) and C)

Correct Answer

verifed

verified

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)

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

The ___________ file specifies the layout of your screen.


A) layout file
B) manifest file
C) strings xml
D) r file

E) A) and C)
F) A) and B)

Correct Answer

verifed

verified

The R.java file is where you edit the resources for your project.

A) True
B) False

Correct Answer

verifed

verified

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

E) B) and C)
F) A) and D)

Correct Answer

verifed

verified

The Android Software Development Kit (SDK) is all you need to develop applications for Android.

A) True
B) False

Correct Answer

verifed

verified

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

E) A) and C)
F) B) and C)

Correct Answer

verifed

verified

Which of these are not one of the three main components of the APK?


A) dalvik executable
B) resources
C) native libraries
D) webkit

E) C) and D)
F) A) and D)

Correct Answer

verifed

verified

D

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.

E) B) and C)
F) A) and D)

Correct Answer

verifed

verified

Android Applications must be signed.


A) after they are installed
B) before they are installed
C) never
D) within two weeks of installation

E) B) and C)
F) A) and D)

Correct Answer

verifed

verified

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.

E) All of the above
F) A) and D)

Correct Answer

verifed

verified

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

E) A) and B)
F) C) and D)

Correct Answer

verifed

verified

Showing 1 - 20 of 25

Related Exams

Show Answer