Questions

Q:

The WHO has launched new Global Influenza Strategy for?

A) 2019 - 2022 B) 2022 - 2025
C) 2019 - 2030 D) 2019 - 2025
 
Answer & Explanation Answer: C) 2019 - 2030

Explanation:
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 2512
Q:

What resulted from the French and Indian war?

A) British lost its Canadian territory B) France acquired its Canadian territory
C) France lost its Canadian territory D) None
 
Answer & Explanation Answer: C) France lost its Canadian territory

Explanation:

The Seven Years’ War, a global conflict known in America as the French and Indian War, ends with the signing of the Treaty of Paris by France, Great Britain, and Spain.

The Seven Years’ War ended with the signing of the treaties of Hubertusburg and Paris in February 1763. In the Treaty of Paris, France lost all claims to Canada and gave Louisiana to Spain, while Britain received Spanish Florida, Upper Canada, and various French holdings overseas. The treaty ensured the colonial and maritime supremacy of Britain and strengthened the 13 American colonies by removing their European rivals to the north and the south.

The British victory in the French and Indian War had a great impact on the British Empire. Firstly, it meant a great expansion of British territorial claims in the New World. But the cost of the war had greatly enlarged Britain's debt.

Report Error

View Answer Report Error Discuss

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

2 2512
Q:

Write a program for matrix multiplication in c

Answer

#include <stdio.h>


int main() {


  int a[5][5], b[5][5], c[5][5], i, j, k, sum = 0, m, n, o, p;


  printf( "\nEnter the row and column of first matrix" );


  scanf( "%d %d", &m, &n );


  printf( "\nEnter the row and column of second matrix" );


  scanf( "%d %d", &o, &p );


  if(n!=o) {


      printf( "Matrix mutiplication is not possible" );


      printf( "\nColumn of first matrix must be same as row of second matrix" );


  }


  else {


      printf( "\nEnter the First matrix" );


      for( i=0; i<m; i++ )


      for( j=0; j<n; j++ )


           scanf( "%d", &a[i][j] );


      printf( "\nEnter the Second matrix" );


      for( i=0; i<o; i++ )


      for( j=0; j<p; j++ )


           scanf( "%d", &b[i][j] );


      printf( "\nThe First matrix is\n" );


      for( i=0; i<m; i++ ) {


      printf("\n");


      for( j=0; j<n; j++ ) {


           printf( "%d\t", a[i][j] );


      }


      }


      printf( "\nThe Second matrix is\n" );


      for( i=0; i<o; i++ ) {


      printf("\n");


      for( j=0; j<p; j++ ) {


           printf( "%d\t", b[i][j] );


      }       


      }


      for( i=0; i<m; i++ )


      for( j=0; j<p;j++ )


           c[i][j] = 0;


      for( i=0; i<m; i++ ) { //row of first matrix


      for( j=0; j<p; j++ )  {  //column of second matrix


           sum = 0;


           for( k=0; k<n; k++ )


               sum = sum + a[i][k]*b[k][j];


           c[i][j] = sum;


      }


      }


  }


  printf( "\nThe multiplication of two matrix is\n" );


  for( i=0; i<m; i++ ) {


      printf("\n");


      for( j=0; j<p; j++ ) {


           printf( "%d\t", c[i][j] );


      }


  }


  return 0;


}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2512
Q:

Difference between Union and Union all?

Answer

The difference between Union and Union all is that Union all will not eliminate duplicate rows, instead it just pulls all rows from all tables fitting your query specifics and combines them into a table. A UNION statement effectively does a SELECT DISTINCT on the results set.

Report Error

View answer Workspace Report Error Discuss

10 2511
Q:

Which formula represents a polar molecule?

A) C - O B) C - N
C) H - N D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

A chemical bond in which the electrons are not shared equally due to differences in the electronegativity of the atoms.

 

The polarity of a covalent bond is measured using its dipole moment.

 Large dipole moment = more polar

 Small dipole moment = more nonpolar.

Report Error

View Answer Report Error Discuss

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

2 2511
Q:

If depreciation exceeds gross investment

A) the economy's stock of capital is growing B) the economy's stock of capital may be either growing or shrinking
C) net investment is zero D) the economy's stock of capital is shrinking
 
Answer & Explanation Answer: D) the economy's stock of capital is shrinking

Explanation:
Report Error

View Answer Report Error Discuss

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

0 2511
Q:

Read the passage carefully and choose the best answer to each question out of the four alternatives and click the button corresponding to it.


Modern civilization is completely dependent on energy, which has therefore to be abundant and also economical. About 85% of the world's energy is supplied by oil, coal and natural gas while nuclear, hydro, wind and solar power and biomass supply the rest. Coal, nuclear and hydro are used primarily to generate electricity while natural gas is widely used for heating. Biomass is used both for heating and cooking. The wind and solar power is the future's hope as they are sustainable energy sources. Oil powers almost all machines that move and that makes oil uniquely versatile. Oil powered airplanes carry 500 people across the widest oceans at nearly the speed of sound. Oil powered machines produce and transport food. Oil powered machines are ubiquitous. Clearly, we live in the age of oil but it is drawing to a close. According to data available if oil production remains constant until it's gone, there is enough to last 42 years. Oil wells will produce less as they become depleted, which will make it impossible to keep production constant. Similarly natural gas and coal will last another 61 years and 133 years respectively. Naturally, as they become scarce, they become expensive, leading to a worldwide energy crisis. If we are to survive on this planet, we have to make a transition to sustainable energy sources. The transition may be willy-nilly or planned - the choice is ours.

The dawning era of limited and expensive energy will be very difficult for everyone on earth but will be even more difficult if it is not anticipated. It is of utmost importance that the public and policymakers understand the global energy crisis and act in tandem to ensure that the species 'homo sapiens' does not become extinct.

The theme of the passage is

A) Changing Lives B) Looming Energy Crisis
C) Energy Resources D) Power in Today's world
 
Answer & Explanation Answer: B) Looming Energy Crisis

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2511
Q:

The question below consists of a set of labelled sentences. Out of the four options given, select the most logical order of the sentences to form a coherent paragraph.
I've taken out my
X-and stay poised and vigilant
Y-ear buds so I can
Z-listen for announcements

A) ZXY B) YZX
C) XZY D) YXZ
 
Answer & Explanation Answer: B) YZX

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2511