Hybrid Apps Introduction Resp
Hybrid Apps Introduction Resp
6) Looking at the mobile app and its features, is it possible to distinguish between the type as
Native, Web or Hybrid?
False
True
10) Natives apps can be downloaded from (I) App Store (II) Enterprise Distributed Mechanism
(III)Market Place of the Device
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
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
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
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
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
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
In case of Pure mobile web apps, the code is executed by the _______. browser