Questions

Q:

When a barometer is rising air pressure is

A) increasing B) decreasing
C) constant D) zero
 
Answer & Explanation Answer: A) increasing

Explanation:

The device which is used to measure air pressure is called as barometer. If the barometer reading is rising, it indicates that the air pressure is increasing and if the reading is falling the air pressure is decreaing.

Report Error

View Answer Report Error Discuss

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

4 2172
Q:

Brownish film formed on iron when left in open is called?

A) Dust B) Shovel
C) Spade D) Rust
 
Answer & Explanation Answer: D) Rust

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

1 2172
Q:

Systems biology is mainly an attempt to

A) Understand the behavior of entire biological systems B) Speed up the technological application of scientific knowledge
C) Analyze genomes from different species. D) None of the above
 
Answer & Explanation Answer: A) Understand the behavior of entire biological systems

Explanation:

An approach to studying biology that aims to model the dynamic behavior of whole biological systems based on a study of the interactions among the system's parts.

Report Error

View Answer Report Error Discuss

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

1 2172
Q:

When is world health day observed every year

A) 8th April B) 10th April
C) 7th April D) 9th April
 
Answer & Explanation Answer: C) 7th April

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

2 2171
Q:

When someone clicks your ad, the actual amount you’re charged will be

A) The minimum needed to hold your ad position, under the maximum cost-per-click limit B) The minimum needed to hold your ad position or 50% of your maximum cost-per-click bid, whichever is greater
C) The minimum needed to hold your ad position but never more than 120% of your maximum cost-per-click bid, whichever is greater D) The minimum needed to hold your ad position but never less than 50% of your maximum cost-per-click bid, whichever is greater
 
Answer & Explanation Answer: A) The minimum needed to hold your ad position, under the maximum cost-per-click limit

Explanation:

When_someone_clicks_your_ad,_the_actual_amount_you’re_charged_will_be1551856891.png image

When someone clicks your ad, the actual amount you’re charged will be " The minimum needed to hold your ad position, under the maximum cost-per-click limit ".

Report Error

View Answer Report Error Discuss

4 2171
Q:

Which Indian woman boxing player made the world record by winning the sixth World Championship gold medal in 2018?

A) Pinki Rani B) Sarjubala Devi
C) Mary Kom D) Harmanpreet Kaur
 
Answer & Explanation Answer: C) Mary Kom

Explanation:

Indian_woman_boxing_player_made_the_world_record_by_winning_the_sixth_World_Championship_gold_medal1543296993.jpg image

Chungneijang Mary Kom Hmangte, better known as Mary Kom is an Indian Olympic boxer from Manipur. She is the only woman to become World Amateur Boxing champion for a record six times, and the only woman boxer to have won a medal in each one of the seven world championships.

Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

2 2171
Q:

Will the following function work?

f1 ( int a, int b )

{

    return ( f2 (20) );

}

f2 ( int a )

{

    return ( a * a );

}

Answer

Yes

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2171
Q:

What would be the output of the following program assuming that the array beigns at location 1002?

main()

{

   int a[3][4] = {

                            1 , 2 , 3 , 4

                            5,  6 , 7, 8

                            9, 10 , 11, 12

                       };

    Printf ("\n%u %u %u", a[0] + 1, *( a[0] + 1), *( *(a + 0) + 1) );

}

Answer

1004  2  2

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2170