Questions

Q:

"IPCC" stands for

A) Indian Panel on Code Change B) Indian Penal Country Code
C) Intergovernmental Panel on Climate Change D) Indian Policy on Climate Control
 
Answer & Explanation Answer: C) Intergovernmental Panel on Climate Change

Explanation:

IPCC stands for the Intergovernmental Panel on Climate Change. It was established in 1988 by the World Meteorological Organization and the United Nations Environment Programme.

 

 

      • IPCC, with respect to Chartered Accountancy, stands for Integrated Professional Competence Course. This is the second level of the CA course.




 

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Analyst

4 4697
Q:

What is the difference between malloc() and calloc() functions?

Answer

As against malloc(), calloc() needs two arguments, the number of elements  to be allocated and the size of each element. For example,


 p = (int *) calloc (10, sizeof (int));


would allocate space for a 10- integer array. Additionally, calloc() would also set each of this element with a value 0.


Thus the above call to calloc() is equivalent to:


p = (int *) malloc (10 * sizeof (int));


memset (p, 0, 10 * sizeof( int ));

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 4697
Q:

What is the formula for ranking keyword-targeted ads on the Search Network?

Answer

(Maximum Cost Per Click) x (Quality Score)

Report Error

View answer Workspace Report Error Discuss

28 4697
Q:

The planet nearest to the Sun is

A) Venus B) Mercury
C) Jupiter D) Saturn
 
Answer & Explanation Answer: B) Mercury

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

6 4696
Q:

A particle which is four times in mass and two times in charge that of proton is

A) helium atom B) an alpha particle
C) deuteron D) tritium
 
Answer & Explanation Answer: B) an alpha particle

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

7 4695
Q:

Which of the following is the currency used in Brazil?

A) Dollar B) Euro
C) Real D) Franc
 
Answer & Explanation Answer: C) Real

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

2 4694
Q:

Name the processor lines of two major manufacturer?

Answer

High-end: Intel - Pentium (II, III, 4) AMD - Athlon. Low-end: Intel - Celeron, AMD - Duron. 64-bit: Intel - Itanium 2, AMD - Opteron.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

1 4694
Q:

What is the largest of all the Airports?

A) King Abdul Khalid International Airport B) Veer Savarkar International Airport
C) Cochin International Airport D) None
 
Answer & Explanation Answer: A) King Abdul Khalid International Airport

Explanation:

King Abdul Khalid is the largest of all the Airports.It is situated in Riyadh ,Saudhi Arabia

Report Error

View Answer Report Error Discuss

6 4692