Searching for "AP"

Q:

During the recent Venus transit (June 2012), the planet appeared as a tiny black circle moving on the Sun. The black colour on the sun is because the planet :

 

A) Is black in colour B) Obstructed all light from the sun
C) Was invisible due to bright rays from the Sun D) Behaved as a black hole during its transit
 
Answer & Explanation Answer: D) Behaved as a black hole during its transit

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

Q:

Micro Credit or Micro Finance is a novel approch to banking with the poor. In this approach bank credit is extended to the poor through:

A) Self Help Groups B) Anganwadi
C) Co- operative Credit Societies D) Reserve Bank of India
 
Answer & Explanation Answer: A) Self Help Groups

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

Q:

Which one of the following years is known as the 'Year of the Great Divide' with regard to population, after which there has been a continuous and rapid growth in India's population?

A) 1911 B) 1921
C) 1941 D) 1951
 
Answer & Explanation Answer: B) 1921

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

Q:

When was the mandate that a candidate at an election should file with his nomination papers an affidavit recording the particulars of the spouse and the dependents, enforced at a General Electon for the first time?

A) Assembly elections held in Madhya Pradesh/chhattisgarh in Dec.2003 B) Assembly election held in Mizoram in Nov.2003
C) Assembly elections held in Himachal Pradesh in 2003 D) Assembly elections held in Rajasthan/Delhi in Dec.2003
 
Answer & Explanation Answer: C) Assembly elections held in Himachal Pradesh in 2003

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

Q:

What is the use of controller object UIApplication?

Answer

Controller object UIApplication is used without subclassing to manage the application event loop.


It coordinates other high-level app behaviors. 


It works along with the app delegate object which contains app-level logic.

Report Error

View answer Workspace Report Error Discuss

Q:

Assume that your app is running in the foreground but is currently not receiving events. In which sate it would be in?

Answer

An app will be in InActive state if it is running in the foreground but is currently not receiving events. An app stays in InActive state only briefly as it transitions to a different state.

Report Error

View answer Workspace Report Error Discuss

Q:

Why an app on iOS device behaves differently when running in foreground than in background?

Answer

An application behaves differently when running in foreground than in background because of the limitation of resources on iOS devices.

Report Error

View answer Workspace Report Error Discuss

Q:

Which API is used to write test scripts that help in exercising the application's user interface elements?

Answer

 UI Automation API is used to automate test procedures. Tests scripts are written in JavaScript to the UI Automation API.  This in turn simulates user interaction with the application and returns log information to the host computer.

Report Error

View answer Workspace Report Error Discuss