CORDOVA QUIZ DESCRIPTION

 Which function used updating the latest post of the underlined files of the audio of the media item?

  • media.getduration
     

  • media.update

  • media.filesTo

  • media.seekTo

____________ event is caused when the Cordova gets completely loaded.

  • Pause
     

  • Resume

  • DeviceReady

  • Backbutton

Which of the following are the elements of config.xml file of Cordova?

  • widget
     

  • name

  • content

  • All of the above

The user should use plugman if the user wants the application to run on one particular platform.

  • Yes
     

  • No

  • Can be yes or no

  • Can not say

________ event is caused when the application is put into the background.

  •  Startcall button
     

  • Endcall button

  • Resume

  • Pause

The Phonegap user interface for Android users it is?

  • UIWeb View class
     

  • android.View.class

  • android.webkit.WebView

  • All of the above

How many types of files which encompass the main constituent of the Phonegap plugin?

  • 1

  • 2

  • 3

  • 4

___________ is used for taking photos or using images from gallery.

  • Cordova Media
     

  • Cordova Image

  • Cordova Camera

  • Cordova Gallery

 Which of the following is not the advantages of Cordova?

  •  Cordova is faster to build hybrid application then its native application.
    B. Cordova does not save a lot of time.
    C. The user does not need to analyze platform specific programming languages
    D. Cordova provides one platform

  • Cordova does not save a lot of time.

  • The user does not need to analyze platform specific programming languages

  • Cordova provides one platform for developing hybrid mobile applications.

What is true about PhoneGap?

  • PhoneGap is an open source framework
     

  • It uses the native project format for each platform

  • Accelerometer is the PhoneGap API

  • All of the above

Which company developed Phonegap?

  • Durandal Inc
     

  • Nitobi

  • Google

  • Drifty

UIWebView class is for iOS android.webkit.webview is for android

  • TRUE
    B. FALSE
    C. Can be true or false
    D. Can not say

  • FALSE

  • Can be true or false

  • Can not say

The primary function of the Javascript file in Phonegap is to?

  • identify the function which can be utilized to acquire the native hook.
     

  • define the function which can be utilized to acquire the native hook.

  • Both A and B

  • None of the above

It is a platform to develop Mobile Applications using the coding languages like?

  • HTML
     

  • Javascript

  • CSS

  • All of the above

Which file is the place where we can change the configuration of the app?

  • Source
     

  • Destination

  • Setting

  • Config

Which of the following are disadvantages or limitations of utilizing Phonegap?

  • the applications running in the background have no support
     

  • data processing speed is very slow

  • any complicated business logic will give rise to unwanted complexity

  • All of the above

Applications that are installed locally on a mobile device are known as?

  • Phonegap applications
     

  • Hybrid applications

  • Native applications

  • Web applications

Access is used to control access to external domains. The default origin value is set to _________ which means that access is allowed to any domain.

  • null
     

  • 0

  • *

  • @

Which of the following are limitations of Cordova?

  • It is not a great idea to use Cordova for large applications
     

  • The Cross-browser compatibility can create lots of issues.

  • Some plugins also have compatibility issues with the varying devices and platforms.

  • All of the above

Which are the platforms supported by Phonegap?

  • BlackBerry
     

  • Symbian

  • Windows

  • All of the above

Cordova is the opensource foundation for Phonegap

  • FALSE
     

  • True

Which of these languages are used by a PhoneGap app?

  • All of these
     

  • Native languages

  • JavaScript

  • HTML5/CSS3

Endcall button event is caused when the endcall button gets pressed.

  • TRUE
     

  • FALSE

  • Can be true or false

  • Can not say

Along with the regular Phonegap applications, a plugin which can be easily assimilated into the platform is known as?

  • a parent browser
     

  • a sub browser

  • a child browser

  • a derived browser

The financial advantages of utilizing Phonegap are that ?

  • it increases productivity
     

  • reduces cost

  • Both A and B

  • None of the above

A ___________ is that application that combines the features and attributes of both native applications and web applications also.

  • Multilevel application
     

  • Hybrid application

  • Multiple application

  • Hierarchical application

A "SQLError" object is:

  • An object that indicates an error in the webpage
     

  • An object that is thrown when an error occurs when manipulating a database

  • A callback object

  • An API library for MySQL databases

PhoneGap has a plugin-based architecture.

  • TRUE
     

  • FALSE

  • Can be true or false

  • Can not say

____________ used for removing the item from local storage.

  • getItem(key)
     

  • removeItem(key)

  • setItem(key, value)

  • key(index)

True or False? The Eclipse IDE can be used to debug both Javascript code and native side PhoneGap plugins in an Android app?

  • False

  • True