Martin Ernesto Castillo Gonzalez
Quiz por , criado more than 1 year ago

Application Development Android Studio Quiz sobre Examen de Certififacion Android Application Development AND-401 (Ejemplo), criado por Martin Ernesto Castillo Gonzalez em 16-06-2016.

26
1
0
Martin Ernesto Castillo Gonzalez
Criado por Martin Ernesto Castillo Gonzalez aproximadamente 8 anos atrás
Fechar

Examen de Certififacion Android Application Development AND-401 (Ejemplo)

Questão 1 de 92

1

¿Cuales son las capas que componen Android ?

Selecione uma das seguintes:

  • Applications, SDK Framework, Linux Kernel, Libraries y Android Runtime

  • Applications, Application Framework, Linux System, Libraries y Android Runtime

  • Applications, Application Framework, Linux Kernel, Libraries y Android Runtime

  • Applications, Application Framework, Linux Kernel, Core Libraries y Android Runtime

Explicação

Questão 2 de 92

1

¿Cuales son los elementos que conforman el Application Framework?

Selecione uma das seguintes:

  • Window Manager, Notification Manager, Activity Manager, Telephony Manager, Location Manager y View System.

  • Window System, Notification Manager, Activity Manager, Telephony Manager, Location Manager y View System.

  • Window Manager, Notification Manager, Activity Manager, Home Manager, Location Manager y View System.

  • Window Manager, Notification Manager, Activity Manager, Telephony Manager, Location Manager y View State.

Explicação

Questão 3 de 92

1

¿Que elementos integran las "Libraries"?

Selecione uma das seguintes:

  • SQLite, Surface Manager, Webkit, Core Libraries, Dalvik VM, SSL, SGL y Media Framework.

  • SQLite, Surface Manager, Webkit, Core Libs, Dalvik VM, SSL, SGL y Media Framework.

  • SQLite, Surface Manager, Webkit, Core Libs, Malvin VM, SSL, SGL y Media Framework.

  • SQLite, Surface Manager, Webkit, Core Libs, Dalvik VM, SSL, SGL y SDK Framework.

Explicação

Questão 4 de 92

1

¿Cuales son los elementos que componen la capa "Linux Kernel"?

Selecione uma das seguintes:

  • 1.- Power Management
    2.- Camera driver
    3.- Wifi driver
    4.- Audio driver
    5.- Bluetooth driver
    6.- Keypad driver
    7.- USB driver
    8.- Display driver

  • 1.- Power System
    2.- Camera driver
    3.- Wifi driver
    4.- Audio driver
    5.- Bluetooth driver
    6.- Keypad driver
    7.- USD driver
    8.- Display driver

  • 1.- Power Management
    2.- Camera driver
    3.- Wifi driver
    4.- Audio driver
    5.- Bluetooth driver
    6.- Keypad driver
    7.- USD driver
    8.- Display driver

  • 1.- Power Management
    2.- Camera driver
    3.- Wifi driver
    4.- Audio driver
    5.- Bluetooth driver
    6.- Keypad driver
    7.- USD driver
    8.- View driver

Explicação

Questão 5 de 92

1

_____________ actua como una capa de abstraccion entre el hardware y el resto del software.

Selecione uma das seguintes:

  • Libraries

  • Linux Kernel

  • Application Framework

  • Android Runtime

Explicação

Questão 6 de 92

1

_____________ es responsable del estable rendimiento de varios componentes. Se encarga de manejar el acceso a los distintos procesos que comprenden capas de graficos 2D y 3D y es el responsable del procesamiento de media framework. P. e. grabacion y resproducción de la mayoria de la multimedia y de archivos estaticos de imagen, asi tambien como el soporte de fuentes, almacenamiento de datos y navegadores web.

Selecione uma das seguintes:

  • Linux kernel

  • Libraries C/C++

  • Application Framework

  • Android Runtime

Explicação

Questão 7 de 92

1

Es el sucesor del Dalvik Virtual Machine (DVM)

Selecione uma das seguintes:

  • Linux Kernel

  • Android Runtime

  • Core Libraries

  • Java Virtual Machine (JVM)

Explicação

Questão 8 de 92

1

Fue diseñado basado en el JVM especificamente para Android que corre en un ambiente limitado, donde la limitacion en bateria, CPU, memoria y almacenamiento de datos es su preocupación. En lugar de leer un .jar , este lee archivos .dex. La optimizacion byte-code realizada es mas eficiente para correr procesos pequeños. Su nucleo de librerias estan escritas en Java y contienen una coleccion de clases, utilidades, I/O y otras herramientas.

Selecione uma das seguintes:

  • Linux Kernel

  • Android Runtime

  • Libraries

  • Application Framework

Explicação

Questão 9 de 92

1

Esta escrito en lenguaje Java y se compone de una coleccion de librerias de Java que las aplicacions de Android usan. Se compone entre otros del Activity Manager, Package Manager, Notification Manager, Telephony Manager, entre otros.

Selecione uma das seguintes:

  • Linux Kernel

  • Android Runtime

  • Application Framework

  • Libraries

Explicação

Questão 10 de 92

1

Libreria del SDK de Android que provee las principales interfaces graficas de usuario y permite su iteraccion con el UI.

Selecione uma das seguintes:

  • android.view

  • android.util

  • android.widget

  • android.app

Explicação

Questão 11 de 92

1

Libreria del SDK de Java que contiene elementos graficos de iteraccion con el usuario (GUI) para usarlos en la pantalla de la aplicación. Contiene bUilt-in views listos para usarlos sobre la pantalla.

Selecione uma das seguintes:

  • android.view

  • android.widget

  • android.util

  • android.webkit

Explicação

Questão 12 de 92

1

Libreria del SDK de Android que contiene clases para formateo de cadenas y convertidores de XML.

Selecione uma das seguintes:

  • android.util

  • android.widget

  • android.app

  • android.webkit

Explicação

Questão 13 de 92

1

Libreria del SDK de Android que meneja el acceso a datos. Parte de esta libreria es la clase "Context" el cual es una interfaz que engloba informacion acerca del ambiente de la aplicacion y la provista por el sistema Android. Esta permite el acceso especifico a recursos y clases.

Selecione uma das seguintes:

  • android.util

  • android.widget

  • android.database

  • android.content

Explicação

Questão 14 de 92

1

Libreria del SDK de Android el cual provee acceso a componentes de niveles altos, las clases Activity y Service son parte de este.

Selecione uma das seguintes:

  • android.util

  • android.widget

  • android.app

  • android.webkit

Explicação

Questão 15 de 92

1

Libreria del SDK de Android el cual provee facil accedo a Proveedores de Contenido basicos tales como contactos y base de datos del calendario.

Selecione uma das seguintes:

  • android.content

  • android.app

  • android.webkit

  • android.provider

Explicação

Questão 16 de 92

1

¿Cuales son los componentes de una aplicacion Android?

Selecione uma das seguintes:

  • Activities, Services, Content Provider y Broadcast Receivers

  • Activities, Widget, Content Provider y Broadcast Receivers

  • Activities, Services, Content Filter y Broadcast Receivers

  • Activities, Views , Content Provider y Broadcast Receivers

Explicação

Questão 17 de 92

1

Componente de Android que administra y provee bases de datos de la aplicación.

Selecione uma das seguintes:

  • Antivity

  • Services

  • Content Provider

  • VIew

Explicação

Questão 18 de 92

1

What method you should override to use Android Menu system?

Selecione uma das seguintes:

  • onCreateOptionsMenu()

  • onCreateMenu()

  • onMenuCreated()

  • onCreateContextMenu()

Explicação

Questão 19 de 92

1

What Activity method you use to retrieve a reference to an Android view by using the id attribute of a resource XML?

Selecione uma das seguintes:

  • findViewByReference(int id)

  • findViewById(int id)

  • retrieveResourceById(int id)

  • findViewById(String id)

Explicação

Questão 20 de 92

1

Which of thefollowing is not an Android component (i.e.a point which the system can enter your application)?

Selecione uma das seguintes:

  • Service

  • Activity

  • Layout

  • Content Provider

Explicação

Questão 21 de 92

1

Which of the following in NOT a valid usage for Intents?

Selecione uma das seguintes:

  • Activate an Activity

  • Activate a Service

  • Activate a Broadcast receiver

  • Activate a SQLite DB Connection

Explicação

Questão 22 de 92

1

Which of the following is not a valid Android resource file name?

Selecione uma das seguintes:

  • mylayout.xml

  • myLayout.xml

  • my_layout.xml

  • mylayout1.xml

Explicação

Questão 23 de 92

1

Which of these is not defined as a process state?

Selecione uma das seguintes:

  • Non-visible

  • Visible

  • Foreground

  • Background

Explicação

Questão 24 de 92

1

Which file specifies the minimun required Android SDK version your apllication supports?

Selecione uma das seguintes:

  • main.xml

  • R.java

  • strings.xml

  • AndroidManifest.xml

Explicação

Questão 25 de 92

1

Whats the parent class of all Activity widgets?

Selecione uma das seguintes:

  • ViewGroup

  • Layout

  • View

  • Widget

Explicação

Questão 26 de 92

1

Whats the name of the class used by Intent to store additional information?

Selecione uma das seguintes:

  • Extra

  • Parceceable

  • Bundle

  • DataStore

Explicação

Questão 27 de 92

1

Which of these files contains text values that youcan use in your apllication?

Selecione uma das seguintes:

  • AndroidManifest.xml

  • tes/Text.xml

  • res/layout/Main.xml

  • res/values/strings.xml

Explicação

Questão 28 de 92

1

What does the Android project folder "res/" contain?

Selecione uma das seguintes:

  • Java Antivity classes

  • Resource files

  • java source code

  • Libraries

Explicação

Questão 29 de 92

1

What does this code do?

Intent intent = new Intent();
intent.setAction(Intent.ACTION_VIEW);
intent.setData(android.net.Uri.parse("http://www.androidatc.com"));
startActivity(intent);

Selecione uma das seguintes:

  • Starts a sub-activity

  • Starts a service

  • Sends results to another activity

  • Starts an activity using an implicit intent

Explicação

Questão 30 de 92

1

Which of the following Activity life-cycle methods is called once the activity is no longer visible?

Selecione uma das seguintes:

  • onStop

  • onPause

  • onDestroy

  • onHide

Explicação

Questão 31 de 92

1

Which of the following is a correct Android Manifest statement?

Selecione uma das seguintes:

  • <uses-permission android:name="android.Internet"/>

  • <uses-permission android:name="android.Internet"></uses-permission>

  • <uses-permission android:name="android.permission.Internet">

  • <uses-permission android:name="android.permission.Internet"/>

Explicação

Questão 32 de 92

1

Which of the following is true attribute

android:windowSoftInputMode

of the <activity> tag in file AndroidManifest.xml?

Selecione uma das seguintes:

  • It specifies wheter the window is in full screen or not

  • it adjust how the main window of the activity interacts with keyboard

  • it adjust how the window should be launched

  • it adjust the window orientatio

Explicação

Questão 33 de 92

1

What does the folloeingcode achieve?

Intent intent = new Intent ( FirstActivity.this, SeconActivity.class);
StartActivityForResult(intent);

Selecione uma das seguintes:

  • Starts a browser activity

  • Starts a subactivity

  • Starts an activity service

  • Sends result to another activity

Explicação

Questão 34 de 92

1

When using an implicit intent, what process does the system use to know what to do with it_

Selecione uma das seguintes:

  • Intent resolution

  • Intent declaration

  • Intent overloading

  • Intent transition

Explicação

Questão 35 de 92

1

Which of the following is NOT true about the MenuItem interface?

Selecione uma das seguintes:

  • The MenuItem instante will be returned by Menu class add(...) method

  • MenuItem clan decide the Intent issued when clicking menu components

  • MenuItem can display either an icon or text

  • MenuItem can set a checkbox

Explicação

Questão 36 de 92

1

Which is the correct explanation of ListView?

Selecione uma das seguintes:

  • Its necessary to use ListView as a set with ListActivity

  • You cannot use a ListView when is no information to be displayed

  • When displaying a list od Stings using an ArrayAdapter class in ListView, you must save the value in an Arraylist

  • ListView has a function to display a list od uniquely defined Views other than TextView

Explicação

Questão 37 de 92

1

Which of the following is incorrect avbout the Toast class?

Selecione uma das seguintes:

  • You cannot set a custom layout for a Toast

  • A Toast can only create by an Activity class

  • There is no need to close or hide a toast, since it closes automatically

  • A Toast is displayed for only one of the following periods: Toast.LENGTH_SHORT od Toast.LEGTH_LONG

Explicação

Questão 38 de 92

1

Which of the following is not a ContentProvider provided natively by Android?

Selecione uma das seguintes:

  • The contact list

  • The telephone list

  • The bookmarks

  • The application list

Explicação

Questão 39 de 92

1

Which of the following tools creates cretificates for signing Andrpod applications?

Selecione uma das seguintes:

  • adb

  • logcat

  • keytool

  • certgen

Explicação

Questão 40 de 92

1

Which manifest file permission you should add to allow your application to read the device's address book?

Selecione uma das seguintes:

  • READ_ADDRESS_DATA

  • READ_PHONE_STATE

  • READ_PHONE_CONTACTS

  • READ_CONTACTS

Explicação

Questão 41 de 92

1

You can create a custom view by extending class

Selecione uma das seguintes:

  • android.widget.view

  • android.widget.LinearLayout

  • android.view.View

  • android.content.Context

Explicação

Questão 42 de 92

1

In which Activity life-cycle method you should do all of your normal static set up such as: creating views and bind data to lists?

Selecione uma das seguintes:

  • onResume()

  • onStart()

  • onCreate()

  • onPause

Explicação

Questão 43 de 92

1

Which of the following lines of code starts activity Activity2 from a current activity Activity1?

Selecione uma das seguintes:

  • Intent intent = new Intent(this,new Activity2());
    startActivity(intent);

  • Intent intent = new Intent(new Activity2());
    startActivity(intent);

  • Intent intent = new Intent(Activity1.class, Activity2.class);
    startActivity(intent);

  • Intent intent = new Intent(this,new Activity2().class);
    startActivity(intent);

Explicação

Questão 44 de 92

1

Which of the folloring methods is called in an Activity when another activity gets into foreground?

Selecione uma das seguintes:

  • onStop()

  • onPause()

  • onDestroy()

  • onExit()

Explicação

Questão 45 de 92

1

Consider the following code:

Intent intent = new Intent();
intent.setAction(Intent.ACTION_VIEW);
intent.setData(android.net.Uri.parse("http://www.androidatc.com"));
startActivity(intent);

Which of the following is correct about the code above?

Selecione uma das seguintes:

  • It sends a result to a new Acctivity in a Bundle

  • It will not compile without adding the INTERNET permission the Manifest file

  • it starts any activity in the application that has a WebView in its layout

  • When it is executed, the system starts an intent resolution process to start the right Activity.

Explicação

Questão 46 de 92

1

Which if the following is not true about <activity> tag in AndroidManifest.xml

Selecione uma das seguintes:

  • Declares an activity that implements part of the application's visual user interface

  • Contained in zapplication> tag

  • Declares a single hardware or software feature that is used by the application

  • Has an attribute that specifies the name of the Activity sub-class that implements the activity.

Explicação

Questão 47 de 92

1

Which of the following Android View sub-classes uses the WebKit rendering engine to display web pages?

Selecione uma das seguintes:

  • PageView

  • WebView

  • MapView

  • HttpCient

Explicação

Questão 48 de 92

1

Consider the following code:

@Override
pubic void onCreateContextMenu( ContextMenu menu, View v, ContextMenuInfo){
super.onCreateContextMenu(menu,v,menuInfo);
menu.setHeaderTitle("Menu");
AdpaterContextMenuInfo cmi = (AdapterContextmenuInfo) menuInfo;
menu.add(1,cmi.position, 0,"open file");
menu.add(2,cmi.position, 0,"save file");
}

Which of the following best explains the code above?

Selecione uma das seguintes:

  • The code inflates an xml file menu items

  • The code creates menu items for context menu programmatically

  • The code assign actions to menu items

  • The code Opens a menu resource file, modifies it, and saves the changes

Explicação

Questão 49 de 92

1

Which of the following are primary pieces of information that are required to define in an implicit Intent?

Selecione uma das seguintes:

  • An Action to be performed and data to operate on

  • An action to be performed and a category for additional information

  • A Bundle for extra data

  • A category for additional information and data to operate on

Explicação

Questão 50 de 92

1

When is the intent resolution process triggered?

Selecione uma das seguintes:

  • When the system receives an implicit intent to start an activity

  • When an explicit intent starts a service

  • When the system receives an explicit intent to start an activity

  • When the application calls method "startActivityIntentResolution"

Explicação

Questão 51 de 92

1

Which of the following you cannot acchieve by creating your own View sub-clases?

Selecione uma das seguintes:

  • Create a completely new customized View type

  • Combine a group of View components into a new single component

  • Specify when to destroy an activity and all its views

  • Override the way that an existing component is displayed on the screen

Explicação

Questão 52 de 92

1

Which of the following applies to the onDraw() methods of class View? (Choose two)

Selecione uma ou mais das seguintes:

  • It must be overridden if a customize drawing of a view is required

  • it takes two parameters: a Canvas and a View

  • It takes one parameter of type Canvas

  • It uses the Canvas parameter to draw the border of the acctivity that constains it

Explicação

Questão 53 de 92

1

Which of the following is true about the Dialog class? (Choose two)

Selecione uma ou mais das seguintes:

  • You can add a custom layout to a dialog using "setContetView()"

  • A dialog has a life-cycle independent of the Activity

  • A dialog id displayed on the screen using method show()

  • It does not have a method to access the activity that activity that owns it

Explicação

Questão 54 de 92

1

Which of the following is not valid form of notification invoked by the NotificationManager?

Selecione uma das seguintes:

  • A Flashing LED

  • A persistent icon in the status bar

  • A sound played

  • a SMS sent

Explicação

Questão 55 de 92

1

Which of the following a Notification object must containt? (Choose three)

Selecione uma ou mais das seguintes:

  • A small icon

  • A detail text

  • A notificacion sound

  • A title

Explicação

Questão 56 de 92

1

During an Activity life-cycle, what is the first callback method invoked by the system?

Selecione uma das seguintes:

  • onStop()

  • onStart()

  • onCreate()

  • onRestore()

Explicação

Questão 57 de 92

1

Which configuration file holds the permission to use the internet?

Selecione uma das seguintes:

  • Layout file

  • Property file

  • Java file

  • Manifest file

Explicação

Questão 58 de 92

1

Intent intent = new Intent(FirstActivity.this,SecondActivity.class);

Selecione uma das seguintes:

  • Creates an hidden Intent

  • Creates an implicit Intent

  • Creates an explicit Intent

  • Starts an activity

Explicação

Questão 59 de 92

1

What is the name of the folder that contains the R.java file?

Selecione uma das seguintes:

  • src

  • res

  • bin

  • gen

Explicação

Questão 60 de 92

1

What is a correct statement about an XML layout file?

Selecione uma das seguintes:

  • A layout PNG image file

  • A file used to draw the content of an Activity

  • A file that contains all application permission information

  • A file that contains a single activity widget

Explicação

Questão 61 de 92

1

What does the src folder contain?

Selecione uma das seguintes:

  • Image and icon files

  • XML resource files

  • The application manifest file

  • Java source code files

Explicação

Questão 62 de 92

1

Which is not included in the Android application framework?

Selecione uma das seguintes:

  • WindowManager

  • NotificationManager

  • DialerManager

  • . PackageManager

Explicação

Questão 63 de 92

1

What Eclipse plugin is required to develop Android
application?

Selecione uma das seguintes:

  • J2EE

  • Android Software Development Kit

  • Android Development Tools

  • Web Development Tools

Explicação

Questão 64 de 92

1

You can create a custom view by extending class Activity

Selecione uma das seguintes:

  • True

  • False

Explicação

Questão 65 de 92

1

Which of the following is a Java call-back method invoked
when a view is clicked?

Selecione uma das seguintes:

  • Detector

  • OnTapListener

  • OnClickDetector

  • OnClickListener

Explicação

Questão 66 de 92

1

Which of the following is not an Activity lifecycle call-back
method?

Selecione uma das seguintes:

  • onStart

  • onCreate

  • onPause

  • onBackPressed

Explicação

Questão 67 de 92

1

Which method is used to close an activity?

Selecione uma das seguintes:

  • Destroy( )

  • Finish( )

  • Stop( )

  • Close( )

Explicação

Questão 68 de 92

1

Which of the following tools dumps system log messages
including stack traces when the device or emulator throws an
error?

Selecione uma das seguintes:

  • DDMS

  • Logcat

  • Console

  • ADB

Explicação

Questão 69 de 92

1

Javascript is enabled by default in a WebView

Selecione uma das seguintes:

  • True

  • False

Explicação

Questão 70 de 92

1

How to enable JavaScript in WebView?

Selecione uma das seguintes:

  • myWebView. setJavaScriptEnabled(true);

  • myWebView.getJavaScriptSettings.setEnabled(true)

  • myWebView.getSettings().setJavaScriptEnabled(true);

  • Java script is always enabled in WebView

Explicação

Questão 71 de 92

1

Which of the following is correct about XML layout files?

Selecione uma das seguintes:

  • In order to display a Ul defined in the XML layout file "main.xml", call the
    setContentView method of the Activity with the parameter string “main.xml"

  • There is no distinction between implementation of the layout definition by code, or by
    XML layout file.

  • In an Eclipse project using the ADT plugin, the XML layout file is found in the /res/layout
    directory.

  • Layout information written in the XML layout file will be converted into code by the
    Android platform when the screen is displayed.

Explicação

Questão 72 de 92

1

The DalvikVM core libraries are a subset of which of the following?

Selecione uma das seguintes:

  • . Java ME

  • Java SE

  • Java EE

  • JAX-WS

Explicação

Questão 73 de 92

1

Which of the following is correct about file access in the Android
system?

Selecione uma das seguintes:

  • Generally, files are handled as dedicated resources per each application.

  • Files created by an application can be directly accessed by any application

  • The content of file created by application cannot be accessed by any other
    application.

  • You can only access a file from within an Activity

Explicação

Questão 74 de 92

1

When creating a file using
android.content.Context.openFileOutput("test.txt", 0), where is the file
created?

Selecione uma das seguintes:

  • /data/app/<package name>/files

  • /data/data/<package name>/files

  • /system/app/<package name>/files

  • . /system/data/<package name>/files

Explicação

Questão 75 de 92

1

Which of the following is incorrect about the LogCat tool?

Selecione uma das seguintes:

  • A LogCat view is available as part of the ADT plugin of Eclipse

  • You can create a log in your application using Log.v(String, String)

  • . Each log message has a tag

  • Only one of your application can create log entries, and it should be component class
    (Activity, Service,...etc)

Explicação

Questão 76 de 92

1

Which of the following information is not included in the Manifest file?

Selecione uma das seguintes:

  • The activities contained in the application

  • The permissions required by the application

  • The application’s minimum SDK version required.

  • The handset model compatible with your application.

Explicação

Questão 77 de 92

1

Which method should you use to start a sub-activity?

Selecione uma das seguintes:

  • startActivity(Intent intent)

  • startActivityForResult(Intent intent)

  • startService(Intent intent)

  • startSubActivity(Intent intent)

Explicação

Questão 78 de 92

1

Which package of the following does not have classes needed for
Android network connections?

Selecione uma das seguintes:

  • java.net

  • org.apache.http

  • android.location

  • android.net

Explicação

Questão 79 de 92

1

Which of the following attributes is used to set an activity screen to
landscape orientation?

Selecione uma das seguintes:

  • screenorientation = landscape

  • screenOrientation=”landscape”

  • android:ScreenOrientation=“landscape”

  • android:screenOrientation=”landscape”

Explicação

Questão 80 de 92

1

What is not true about the AndroidManifest.xml file?

Selecione uma das seguintes:

  • It declares the views used within the application

  • It declares user permissions the application requires

  • It declares application components

  • It declares hardware and software features used within the application

Explicação

Questão 81 de 92

1

If your application is throwing exception
android.content.ActivityNotFoundException, how to fix it?

Selecione uma das seguintes:

  • Create a new activity Java sub-class.

  • Rename your activity

  • Create the activity layout

  • Add the activity to the AndroidManifest

Explicação

Questão 82 de 92

1

Q58. Which of the following lines of codes adds zoom controls to a
WebView?

Selecione uma das seguintes:

  • webView.getSettings().setBuiltInZoomControls(true);

  • webView.getSettings().setZoomControls(true);

  • webView.getZoomSettings().setControls(CONTROLS.enabled);

  • Zoom controls are included by default in WebViews.

Explicação

Questão 83 de 92

1

Which of the following best explains the Android option menus?

Selecione uma das seguintes:

  • It is a popup menu that displays a list of items in a vertical list anchored to the view that
    invoked the menu.

  • It is a floating menu that appears when the user performs a long-click on an element. It
    provides actions that affect the selected content or context frame.

  • It is the primary collection of menu items for an activity where you should place actions
    that have a global impact on the app, such as "Search," "Compose email," and
    "Settings."

  • It is a type of List Activity with predefined headers and footers for special commands.

Explicação

Questão 84 de 92

1

Which of the following best explains the Android context menus?

Selecione uma das seguintes:

  • It is a popup menu displays a list of items in a vertical list that's anchored to the view
    that invoked the menu.

  • It is a floating menu that appears when the user performs a long-click on an element. It
    provides actions that affect the selected content or context frame.

  • It is the primary collection of menu items for an activity. It's where you should place
    actions that have a global impact on the app, such as "Search," "Compose email," and
    "Settings."

  • It is a sub-menu of an options menu item

Explicação

Questão 85 de 92

1

Which of the following does NOT correctly describe interface
android.widget.Adapter?

Selecione uma das seguintes:

  • It is an object that acts as a bridge between a View and underlying data for that view

  • It provides access to the data items.

  • It provides access to deprecated ListView methods

  • It is responsible for making a View for each item in the data set

Explicação

Questão 86 de 92

1

Which of the following methods updates a ListView when an element
is added to the data set?

Selecione uma das seguintes:

  • notify( )

  • notifyAll( )

  • notifyDataSetChanged( )

  • notifyDataSetInvalidate( )

Explicação

Questão 87 de 92

1

The values of which of the following classes cannot be mapped in a
Bundle object?

Selecione uma das seguintes:

  • Parcelable

  • String

  • ArrayList

  • Context

Explicação

Questão 88 de 92

1

Which of the following is true about method startActivity?

Selecione uma das seguintes:

  • It starts a new activity and destroys the previous one

  • It starts a new activity and sends the previous one to the background

  • It starts a new activity and pauses the previous one.

  • It starts a new activity in a paused mode.

Explicação

Questão 89 de 92

1

Which of the following is required to allow the Android Developer
Tools to interact with your view?

Selecione uma das seguintes:

  • Provide a constructor that takes a Context and an AttributeSet object as parameters.

  • Provide a constructor that takes a Context object as parameter.

  • Extend class View

  • Override method onDraw() of class View.

Explicação

Questão 90 de 92

1

What are the main two types of thread in Android?

Selecione uma das seguintes:

  • Main thread and worker threads

  • Main thread and UI thread.

  • Activities and services

  • Main thread and background process.

Explicação

Questão 91 de 92

1

Which of the following AsyncTask methods is NOT executed on the
UI thread?

Selecione uma das seguintes:

  • onPreExecute()

  • onPostExecute()

  • publishProgress()

  • onProgressUpdate()

Explicação

Questão 92 de 92

1

Which of the following is NOT true about method getWindow() of
class Dialog do?

Selecione uma das seguintes:

  • It retrieves the current window for the activity

  • It can be used to access parts of the Windows API.

  • It displays the dialog on the screen.

  • It returns null if the activity is not visual

Explicação