Questions

Q:

Where do the greenhouse gases come from?

A) Agriculture B) Land-use change
C) Fosssil fuels D) All the above
 
Answer & Explanation Answer: D) All the above

Explanation:

Most of the emissions of greenhouse gases (GHG) come primarily from burning fossil fuels (coal, hydrocarbon gas liquids, natural gas, and petroleum) for energy use and the major greenhouse gas is of course carbon dioxide (CO2) which comes from burning fossil fuels and land-use change.

But methane (CH4) and nitrous oxide (N2O), which mostly come from agriculture and waste, are also significant GHGs and shouldn't be discounted.

Report Error

View Answer Report Error Discuss

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

2 3189
Q:

Which country is the largest producer of sugarcane in the world?

A) Brazil B) Russia
C) China D) India
 
Answer & Explanation Answer: A) Brazil

Explanation:

The country Brazil is the largest producer of sugarcane in the world.

Report Error

View Answer Report Error Discuss

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

0 3189
Q:

What are the key challenges of software testing?

Answer

Key Challenges of s/w testing:


1. Testing considered late in project


2. Requirements not testable


3. Integration is done after all components have been developed: This might result into full testing not being covered.


4. Complete testing is not possible

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing

0 3188
Q:

Which of the following has become the first telecom company to achieve the 15-million mark in subscriber base?

A) BSNL B) Airtel
C) Reliance D) Hutch
 
Answer & Explanation Answer: C) Reliance

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Business Awareness

5 3188
Q:

National Science Centre is located at

A) New Delhi B) Pune
C) Bangalore D) Hyderabad
 
Answer & Explanation Answer: A) New Delhi

Explanation:

National Science Centre is located at New Delhi.

national_science_centre_is_located_at1553943841.jpg image

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

0 3188
Q:

Point out the error, if any, in the while loop.

main()

{

  int i = 1;

  while ()

  {

     printf ( "%d", i++);

     if (i >10) 

     break ;

   }

}

Answer

The condition in the while loop is a must.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3187
Q:

Indicate what would the SWAP macro be expanded to on preprocessing. Would the code compile?

#define SWAP (a, b, c ) (c t; t = a, a = b, b = t; )

main()

{

    int x = 10, y = 20;

    SWAP (x, y, int );

    printf ( " %d%d ", x, y);

}

Answer

( int t ; t = a, a = b, b = t ;);


This code won't compile since declaration of t cannot occur within parentheses.


 

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3187
Q:

Which of the following can be a symptom of AIDS?

A) Hair loss B) Severe weight gain
C) Tiredness D) All the above
 
Answer & Explanation Answer: C) Tiredness

Explanation:

From the aboe given options, only extreme and unexplained tiredness is the symptom of AIDS.

 

The other symptoms of AIDS include: recurring fever, thrush — a thick, whitish coating of the tongue or mouth that's caused by a yeast infection and sometimes accompanied by a sore throat, diarrhea that lasts more than a week, headaches, lightheadedness, and/or dizziness.

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

2 3186