0

platforms and products Online Quiz - 31

Description: platforms and products Online Quiz - 31
Number of Questions: 20
Created by:
Tags: platforms and products
Attempted 0/20 Correct 0 Score 0

Any handheld solution offers

  1. Custom build applications on handheld devices

  2. Wireless connectivity to enterprise system

  3. Access to any back-end system via middle layer

  4. Ability to Synchronize data

  5. All of Above

  6. None of Above


Correct Option: E

Which source snippet connect the TextView object (e.g. “tv”) with on-screen display -

  1. tv.setText(“Quiz II”)

  2. setContentView(tv)

  3. c. TextView tv = new TextView (this)

  4. setContentView()

  5. None of above


Correct Option: B

Android Application APK includes -

  1. Dalvik Executable (.Dex)

  2. Resources

  3. Native Libraries

  4. Only a & b above

  5. Only a & b & c

  6. None of above


Correct Option: E

If any of the permissions declared in tag fails, then what exception is thrown back to the application -

  1. SecurityException

  2. NotValidPermissionException

  3. PermissionNotAllowedException

  4. None of above


Correct Option: A

Which file contains project settings, such as the build target

  1. content.properties

  2. default.properties

  3. build.properties

  4. target.properties

  5. None of above


Correct Option: B

17) What is “dip” ?

  1. Density independent pixel

  2. Density index pixel

  3. Density integer pixel

  4. None of above


Correct Option: A

How would you ensure that Android SDK is successfully installed on your desktop? Choose the most appropriate answer.

  1. dex --version

  2. aapt --version

  3. dx --version

  4. dex --ver

  5. None of above


Correct Option: C

You can check the available Android targets using

  1. android list target

  2. android targets

  3. android list targets

  4. both, a & c

  5. None of above


Correct Option: D
  1. All available Android targets

  2. All available Android Virtual Devices

  3. Both a & b above

  4. None of above


Correct Option: C

Which of the following is not a resource exposed through R.java

  1. values

  2. layout

  3. xml

  4. namespace

  5. None of above


Correct Option: D

Select a tool that produces graphical analysis views of trace log data -

  1. Draw 9-patch

  2. Traceview

  3. WYSIWYG Editor

  4. Android Debug Bridge

  5. None of above


Correct Option: B

You can test Android Emulator using following command -

  1. emulator -test

  2. emulator -avd

  3. emulator –avd <>

  4. None of above


Correct Option: C

In case of Delvik DEX executable, all the classes of an Android application are packed into more than one file.

  1. True

  2. False


Correct Option: B

The init process is the "grandmother" of all system processes. Every other process in the system will be launched from this process or one of its descendants.

  1. True

  2. False


Correct Option: B

Eclipse Android Plug-in will check the validity of all asset constant IDs in R.java during run-time.

  1. True

  2. False


Correct Option: B

The Android Manifest file presents essential information about the application to the Android system, information the system must have before it can run any of the application's code.

  1. True

  2. False


Correct Option: B

Java ME and Java SE applications are runnable on Android even if the class libraries as well as the generated byte code are different

  1. True

  2. False


Correct Option: B

Every Android application runs in its own Linux process. Android starts the process when any of the application's code needs to be executed, and shuts down the process when it's no longer needed and system resources are required by other applications.

  1. True

  2. False


Correct Option: B

The .apk file is used for application distribution and installation which users download to their device

  1. True

  2. False


Correct Option: B

In Android project structure, Assets folder contains file that are not packaged with the application.

  1. True

  2. False


Correct Option: B
- Hide questions