Questions

Q:

Out of the four alternatives, choose the one which can be substituted for the given words/sentences and click the button corresponding to it. An exact copy

A)  Facsimile B)  Twin
C) Mirror D)  Clone
 
Answer & Explanation Answer: A)  Facsimile

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: TOEFL , GRE , CAT

0 2510
Q:

Which describes a clinical psychologist?

A) specialist who studies behavior and emotions, but cant prescribe medication B) specialist in diagnosing and treating mental disorders who can prescribe medication
C) specialist working primarily with the family members of someone in psychiatric care D) None of the above
 
Answer & Explanation Answer: A) specialist who studies behavior and emotions, but cant prescribe medication

Explanation:
Report Error

View Answer Report Error Discuss

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

0 2510
Q:

All India Radio was founded in

A) 1935 B) 1931
C) 1930 D) 1927
 
Answer & Explanation Answer: C) 1930

Explanation:

All India Radio founded in 1930.

With over 420 radio stations in about 23 languages & 179 dialects.

AIR is one of the largest radio broadcasters in world.

It also has 99.19% population coverage & 18 FM channels.

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 2509
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 2509
Q:

Computers use the _ language to process data.

A) Kilobyte B) Binary
C) Representation D) Processing
 
Answer & Explanation Answer: B) Binary

Explanation:

All the data in a computer system consists of binary information. 'Binary' means there are only 2 possible values: 0 and 1.

Computer software translates the information you actually give on it such as decimal numbers, text, photos, sound, and video to the binary information.

Report Error

View Answer Report Error Discuss

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

5 2509
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 2509
Q:

Who has become the 1st-ever spinner to bowl the 1st over in a World Cup?

A) Moeen ALi B) Imran Tahir
C) Yuzvendra Chahal D) Rashid Khan
 
Answer & Explanation Answer: B) Imran Tahir

Explanation:

The South African leg-spinner has become the 1st-ever spinner to bowl the 1st over in a World Cup. It took place in the World Cup 2019 against England team at Oval in London where he bowled Bairstow for a DUCK.

the_1st-ever_spinner_to_bowl_the_1st_over_in_a_World_Cup1559630636.jpg image

Report Error

View Answer Report Error Discuss

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

3 2509
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 2509