0% found this document useful (0 votes)
2K views

Hybrid Apps Introduction Resp

Native apps are executed directly by the OS of the mobile device. The right order of native app development is to: (1) create a binary executable, (2) package it with resources, and (3) distribute through the app store. Web apps are executed by the browser and have a common codebase across platforms, while native apps can access low-level device APIs.

Uploaded by

Bruno Baudru
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views

Hybrid Apps Introduction Resp

Native apps are executed directly by the OS of the mobile device. The right order of native app development is to: (1) create a binary executable, (2) package it with resources, and (3) distribute through the app store. Web apps are executed by the browser and have a common codebase across platforms, while native apps can access low-level device APIs.

Uploaded by

Bruno Baudru
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

1) The right order of Native App Development is _________.

(I) Package the binary executable with


resources. (II) Create a binary executable (III)Distribute through the app store.
II, I, III
III, II, I
I, II, III
I, III, II

2) Native Apps require another container app to execute in a mobile device.


True
False

3) _________ is the type executable for Android.


.APK
.APP
.COD
.XAP

4) _________ is the type executable for Blackberry.


.APP
.XAP
.COD
.APK

5) _________ is the type executable for iOS.


.XAP
.IPA
.COD
.APK

6) Looking at the mobile app and its features, is it possible to distinguish between the type as
Native, Web or Hybrid?
False
True

7) Built-in Apps have direct access to low-level APIs.


True
False

8) Native apps are executed directly by the OS of mobile device.


False
True
9) The right order of Native App Development is _________. (I) Set the configuration info and OS
specific declaration files. (II) Create additional resources like images, audio signals etc. (III)
Compile and link the sources code.
II, III, I
III, I, II
II, I, III
I, II, III

10) Natives apps can be downloaded from (I) App Store (II) Enterprise Distributed Mechanism
(III)Market Place of the Device

(I), (II) and (III)


(I) and (III) Only
Only (I)
Only (II)
Only (III)

11) Native apps are not a choice for implementation because of its (I) Portability (II) Efficiency
I and II
II Only
It is always a choice for implementation
I Only

12) Native apps are a choice for implementation because, it is (I) Executed directly by OS. (II) Makes
explicit use of OS APIs. (III) cheaper to build in one platform.
I, II and III
I and II
I and III
III Only

13) GUI Toolkit is an example of low-level API for Native Apps.


False
True

14) _________ is the type executable for Windows.


.APP
.COD
.APK
.XAP
15) Process of obtaining a binary executable image and preparing it for distribution is same across
platforms.
True
False

16) Built-in Apps have direct access to low-level APIs only through High-level APIs.
True
False

17) The right order of Native App Development is _________. (I) Set the configuration info and OS
specific declaration files. (II) Writes the source code of the application (III) Create additional
resources like images, audio signals etc.
II, I, III
I, III, II
II, III, I
I, II, III

18) Purely Native apps are binary executable image that is explicitly downloaded and stored on the
file system of the mobile device.
True
False

19) Pure mobile websites are same as Pure mobile Apps.


False
True

20) The main cons of Web app comprises _________.


All the options
cost of app maintenance
limited scope accessing mobile device’s features
users of different mobile have different versions of app

21) Web apps are much easier to maintain, as they have a common code base across multiple
mobile platforms. Is this statement true of false?
False
True

22) In case of Pure mobile web apps, the code is executed by the _______.
browser
Kernel-add
OS
23) JavaScript Toolkit library includes, which of the following?
HTML5
XCODE
Sencha Touch & Jquery Mobile
CSS3

24) Pure mobile web apps are written only in _________.


XCODE
ANDROID SDK
HTML/CSS/JAVASCRIPT

25) Application caching is enabled with latest features of _________.


XCODE
Sencha Touch & Jquery Mobile
HTML5 and CSS3

26) The rendering engine in the pure mobile web apps is called as
Webkit
Racit
Jkit
Mobikit

Built-in Apps have direct access to low-level APIs only through High-level APIs. FALSE

GUI Toolkit is an example of low-level API for Native Apps. FALSE

The rendering engine in the pure mobile web apps is called as Webkit

Purely Native apps are binary executable image that is explicitly downloaded and stored on the file
system of the mobile device. TRUE

_________ is the type executable for Windows. .APP

Being built on one single base, you can add functionality and have multiple versions of the app all
benefit from it. This is benefit of __________ Hybrid apps

The right order of Native App Development is _________. (I) Package the binary executable with
resources. (II) Create a binary executable (III)Distribute through the app store. II, I, III

Which of these is main player in the world of hybrid apps? Phonegap/Cordova

In case of Pure mobile web apps, the code is executed by the _______. browser

_________ is the type executable for iOS. .IPA


In hybrid apps, some native code is used to allow the app to access the wider functionality of the device.
Is this True or False? True

You might also like