Questions

Q:

Improve the bracketed part of the sentence.
Neha was (surprised by) her result.

A) surprised to B) surprised from
C) surprised at D) No improvement
 
Answer & Explanation Answer: C) surprised at

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2508
Q:

Which countries launched a common digital currency "Aber"?

A) UAE & Saudi Arabia B) Saudi Arabia & Iraq
C) Iraq & UAE D) Malaysia & UAE
 
Answer & Explanation Answer: A) UAE & Saudi Arabia

Explanation:

The United Arab Emirates (UAE) central bank (UAECB) and the Saudi Arabian Monetary Authority (SAMA) have announced that the interbank digital currency they are co-developing will be called 'Aber.'

Report Error

View Answer Report Error Discuss

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

2 2508
Q:

Which statement about a nonpartisan election is true?

A) Most state senators are chosen in this way B) Successful candidates must be identified by party
C) Successful candidates must be nominated by a major party D) Most school and city officers are chosen in this way
 
Answer & Explanation Answer: D) Most school and city officers are chosen in this way

Explanation:

Nonpartisanism is a lack of affiliation with or bias toward a political party.

Report Error

View Answer Report Error Discuss

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

1 2507
Q:

Starting or restarting a computer is called tasking the system.

A) TRUE B) FALSE
Answer & Explanation Answer: B) FALSE

Explanation:

False. The given statement that starting or restarting a computer is called tasking the system is not correct. 


 


We know that the starting or restarting a computer is called Booting the system.

Report Error

View Answer Workspace Report Error Discuss

Subject: Computer
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

2 2507
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 2507
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 2507
Q:

How does molecular shape affect polarity?

Answer

Polarity :: 


The polarity of a molecule defines its other physical properties such as melting point, boiling point, surface tension, vapor pressure etc... Simply, polarity occurs when the electron distribution in a molecule is asymmetric. This results in a net dipole moment in the molecule. One end of the molecule is charged negative while the other gets a positive charge.


 


The polarization of a molecule greatly depends on the shape of the molecule. A diatomic molecule like HF mentioned above has no issue of shape. The net dipole moment is only due to the uneven distribution of electrons between the two atoms. However, when there are more than two atoms involved in making a bond, there are many complexities.


 


The water molecule is of bent shape. Therefore, when the two pair of electrons shared by oxygen with two hydrogen atoms is pulled towards oxygen, the net dipole moment results in the direction of the oxygen atom. There is no other force to cancel out the resultant dipole moment. Hence, the water molecule is highly polar.


 


Ammonia molecule is of a pyramid shape and the electronegative N atom pulls the electrons towards itself. The three N-H bonds are not in the same plane; hence the dipole moments created do not get canceled out. This makes ammonia a polar molecule.


 


However, the dipole moments sometimes get canceled due to the shape of the molecules, making the molecule non-polar. Carbon dioxide is such a molecule.

Report Error

View answer Workspace Report Error Discuss

Subject: Chemistry Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

4 2507
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 2507