PhoneGap MCQ Questions & Answers - Mobile Development
PhoneGap MCQs : This section focuses on "PhoneGap" in Mobile Development. These Multiple Choice Questions (MCQ) should be practiced to improve the PhoneGap skills required for various interviews (campus interviews, walk-in interviews, company interviews), placements, entrance exams and other competitive examinations.
1. What is true about PhoneGap?
A. PhoneGap is an open source framework
B. It uses the native project format for each platform
C. Accelerometer is the PhoneGap API
D. All of the above
View Answer
Ans : D
Explanation: All of the above statement is true about phonegap.
2. The scripts which are not compatible with Phonegap?
A. codebase CSS
B. HTML
C. Ruby
D. Java
View Answer
Ans : C
Explanation: The scripts which are compatible with Phonegap are the codebase CSS, HTML and Java.
3. As Phonegap is an open-source platform, it provides the facility to the developers to design and establish the application for mobile devices.
A. TRUE
B. FALSE
C. Can be true or false
D. Can not say
View Answer
Ans : A
Explanation: True, As Phonegap is an open-source platform, it provides the facility to the developers to design and establish the application for mobile devices.
4. The Phonegap user interface for Android users it is?
A. UIWeb View class
B. android.View.class
C. android.webkit.WebView
D. All of the above
View Answer
Ans : C
Explanation: The Phonegap user interface for iOS is an Objective C UIWeb View class. For Android users it is android.webkit.WebView.
5. How many types of files which encompass the main constituent of the Phonegap plugin?
A. 1
B. 2
C. 3
D. 4
View Answer
Ans : B
Explanation: There are two types of files which encompass the main constituent of the Phonegap plugin. They are as follows… the implementation file and the Javascript file.
6. Which are the platforms supported by Phonegap?
A. BlackBerry
B. Symbian
C. Windows
D. All of the above
View Answer
Ans : D
Explanation: Some of the platforms which are supported by Phonegap are as follows…BlackBerry OS, Symbian, Windows, Bada, Tizen, Android.
7. Applications that are installed locally on a mobile device are known as?
A. Phonegap applications
B. Hybrid applications
C. Native applications
D. Web applications
View Answer
Ans : C
Explanation: Applications that are installed locally on a mobile device are known as Native applications.
8. A ___________ is that application that combines the features and attributes of both native applications and web applications also.
A. Multilevel application
B. Hybrid application
C. Multiple application
D. Hierarchical application
View Answer
Ans : B
Explanation: A Hybrid application is that application that combines the features and attributes of both native applications and web applications also.
9. The full form of CDNs is?
A. Component Delivery Networks
B. Content Devices Networks
C. Content Delivery Native
D. Content Delivery Networks
View Answer
Ans : D
Explanation: The full form of CDNs is Content Delivery Networks.
10. The primary function of the Javascript file in Phonegap is to?
A. identify the function which can be utilized to acquire the native hook.
B. define the function which can be utilized to acquire the native hook.
C. Both A and B
D. None of the above
View Answer
Ans : C
Explanation: The primary function of the Javascript file in Phonegap is to identify and define the function which can be utilized to acquire the native hook.
Discussion