0

embedded technologies Online Quiz - 2

Description: embedded technologies Online Quiz - 2
Number of Questions: 20
Created by:
Tags: embedded technologies
Attempted 0/20 Correct 0 Score 0

If a device contains multiple enabled admin applications, the strictest policy is enforced by the Device Administration API

  1. True

  2. False


Correct Option: A

What are the various channels used to distribute Device Administration API on a user's device?

  1. Android Market

  2. Enabling non-market installation

  3. Distributing the application through other means, such as email or websites

  4. None of the above


Correct Option: A,B,C,D

Which component API is used to navigate between map locations?

  1. MapActivity

  2. MapView

  3. MapController

  4. None of the above


Correct Option: C

What are the packages included in the Location based API?

  1. Android.location

  2. com.google.android.map

  3. com.tcs.mobility

  4. None of the above


Correct Option: A,B

A class representing a geographic location sensed at a particular time is called

  1. Map Class

  2. Location Class

  3. Area Class

  4. All of the above


Correct Option: B

A location consists of the following:

  1. latitude

  2. longitude

  3. UTC timestamp

  4. Information on altitude, speed, and bearing


Correct Option: A,B,C,D

LocationProvider Class is not an abstract superclass for location providers.

  1. True

  2. False


Correct Option: B

Which version of android introduced Widgets?

  1. 1.5

  2. 2.0

  3. 2.3

  4. None of the above


Correct Option: A

Users pick the widgets they want to display on their Home screens by

  1. sliding

  2. using Home Button

  3. touching & holding

  4. None of the above


Correct Option: C

Select the typical Android widgets main components

  1. bounding box

  2. frame

  3. widget's graphical controls and other elements

  4. menu


Correct Option: A,B,C

Buttons in widgets can have the following states

  1. stopped

  2. default

  3. pressed

  4. selected


Correct Option: B,C,D

To implement a custom widget using XML layout, we need additional files. Select the files to be ceated for a custome widget

  1. Java implementation file

  2. XML definition file

  3. Layout XML

  4. HTML file


Correct Option: A,B,C

What are the key classes for an App Widgets

  1. AppWidgetProvider

  2. AppWidgetProviderInfo

  3. AppWidgetManager

  4. AppWidgetDialer


Correct Option: A,B,C

App Widgets provide users access to some of your application features directly from the Home screen (without the need to launch an activity)

  1. True

  2. False


Correct Option: A

App Widgets are backed by a special kind of broadcast receiver that handles the App Widget lifecycle

  1. True

  2. False


Correct Option: A

EJB components are deployed within

  1. container

  2. objects

  3. classes & interfaces

  4. bean


Correct Option: A

EJB component is a set of

  1. bean

  2. objects

  3. classes & nterfaces

  4. methods


Correct Option: C

EJB provides mechanism to

  1. store & retrieve data

  2. call back the method

  3. reside in different mechanism

  4. hold the correct informtion


Correct Option: A

All beans should reside in same mechanism.

  1. True

  2. False


Correct Option: A

What are the three different types of Enterprise Java bean

  1. Session bean

  2. Entity bean

  3. Message Driven bean

  4. Object bean


Correct Option: A,B,C
- Hide questions