Application Development Questions

Q:

Describe Android Application Architecture.

Answer

Android Application Architecture has the following components:


> Services - like Network Operation


> Intent - To perform inter-communication between activities or services


> Resource Externalization - such as strings and graphics


> Notification signaling users - light, sound, icon, notification, dialog etc.


> Content Providers - They share data between applications

Report Error

View answer Workspace Report Error Discuss

0 1639
Q:

What is SVG?

Answer

SVG stands for scalable vector graphics. It’s a text based graphic language which draws images using text, lines, dots etc. This makes it lightweight and renders faster.

Report Error

View answer Workspace Report Error Discuss

0 1626
Q:

What are the different new form element types in HTML 5?

Answer

These are the new form elements introduced in HTML 5:


Color


Date


Datetime-local


Email


Time


Url


Range


Telephone


Number


Search

Report Error

View answer Workspace Report Error Discuss

0 1617
Q:

Where can you test Apple iPhone apps if you don’t have the device?

Answer

iOS Simulator can be used to test mobile applications. Xcode tool that comes along with iOS SDK includes Xcode IDE as well as the iOS Simulator. Xcode also includes all required tools and frameworks for building iOS apps.  However, it is strongly recommended to test the app on the real device before publishing it.

Report Error

View answer Workspace Report Error Discuss

0 1544
Q:

What is technology package in Acura MDX?

Answer

The 2018 Acura MDX with Technology Package and 2018 Acura MDX with Advance Package present two stunning evolutions of this world-class, bestselling luxury three-row SUV.


 


The 2018 Acura MDX boasts high-grade driver-assistance features as standard, including Lane Keeping Assist System, Collision Mitigation Braking System, Road Departure Mitigation, and Adaptive Cruise Control. Other tech features you’ll enjoy in every MDX include Acura Premium Audio System, Apple CarPlay, and Android Auto, heated front seats, and tri-zone climate control, so you can consider the vehicle superbly equipped in any form.

Report Error

View answer Workspace Report Error Discuss

0 1519
Q:

How to select more than one option from list in android xml file? Give an example.

Answer

Specify android id, layout height and width as depicted in the following example.


<ListView android:id="@+id/ListView01" android:layout_height="wrap_content" android:layout_width="fill_parent"></ListView>

Report Error

View answer Workspace Report Error Discuss

0 1516
Q:

Cell references in a formula are called

Answer

Cell references in a formula are called Assumptions rather than constant values.



All cell references are relative references by default. When copied across multiple cells, they change based on the relative position of rows and columns.

Report Error

View answer Workspace Report Error Discuss

0 1504
Q:

Comments are

A) Explain program logic B) Non Executable statements in program
C) Both A & B D) Executable statements in program
 
Answer & Explanation Answer: C) Both A & B

Explanation:

Comments are Non Executable statements in program & Explain program logic.

Report Error

View Answer Report Error Discuss

Filed Under: Application Development
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

2 1501