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
  1. tv.setText(“Quiz II”)

  2. setContentView(tv)

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

  4. setContentView()

  5. None of above


Correct Option: B
  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
  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

The command “android list” displays the following -

  1. All available Android targets

  2. All available Android Virtual Devices

  3. Both a & b above

  4. None of above


Correct Option: C

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
  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

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
- Hide questions