Questions

Q:

Gear Lapping is an operation

A) for gear reconditioning B) prior to heat treatment
C) after heat treatment D) None of the above
 
Answer & Explanation Answer: C) after heat treatment

Explanation:

Gear Lapping is an operation after heat treatment. Gear lapping is the process of imparting a very fine finish and high degree of accuracy to gear teeth, by using a lapping tool and applying a fine-grained abrasive between a work material and a closely fitting surface, called a lapping plate.

Gear_Lapping_is_an_operation1554186430.jpg image

Report Error

View Answer Report Error Discuss

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

1 4190
Q:

Write a c program to find out sum of diagonal element of a matrix.

Answer

#include<stdio.h>

int main(){

  int a[10][10],i,j,sum=0,m,n;

  printf("\nEnter the row and column of matrix: ");
  scanf("%d %d",&m,&n);

  printf("\nEnter the elements of matrix: ");
  for(i=0;i<m;i++)
      for(j=0;j<n;j++)
           scanf("%d",&a[i][j]);
  printf("\nThe matrix is\n");

  for(i=0;i<m;i++){
      printf("\n");
      for(j=0;j<m;j++){
      printf("%d\t",a[i][j]);
      }
 }
 for(i=0;i<m;i++){
     for(j=0;j<n;j++){
          if(i==j)
              sum=sum+a[i][j];
     }
 }
 printf("\n\nSum of the diagonal elements of a matrix is: %d",sum);

 return 0;
}

Sample output:

Enter the row and column of matrix: 3 3
Enter the elements of matrix:
2
3
5
6
7
9
2
6
7
The matrix is
2       3       5
6       7       9
2       6       7
Sum of the diagonal elements of a matrix is: 16

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 4190
Q:

Largest gulf in the world

A) Persian Gulf B) Gulf of Mannar
C) Gulf of Mexico D) Gulf of Carpentaria
 
Answer & Explanation Answer: C) Gulf of Mexico

Explanation:

*  The Gulf of Mexico, bordered by the United States, Mexico, and the island nation of Cuba, is the worlds largest gulf.

It has a coastline of about 5,000 kilometers (3,100 miles).

*  The Gulf of Mexico is connected to the Atlantic Ocean by the Straits of Florida, between Cuba and the U.S. state of Florida.

It is largely surrounded by the North American continent.

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

8 4189
Q:

Compressions and Rarefactions are characteristic of

A) Longitudinal waves B) Transverse waves
C) Both A & B D) Neither of A & B
 
Answer & Explanation Answer: A) Longitudinal waves

Explanation:

Compressions and Rarefactions are characteristic of Longitudinal waves.

The direction of vibration of the particles is in the same plane as in which the wave is propagating. The particles vibrate back and forth, about their mean positions.

Report Error

View Answer Report Error Discuss

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

2 4189
Q:

Which country is separated from India by the McMohan line ?

A) Bangladesh B) Afghanistan
C) China D) Pakistan
 
Answer & Explanation Answer: C) China

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

1 4186
Q:

I have four fingers and a thumb, but not alive.

Who am I?

Answer

A glove. It has 5 fingers as we have but not alive.

Report Error

View answer Workspace Report Error Discuss

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

2 4186
Q:

The First step of Bacterial Replication is

A) Pinching of the plasma membrane B) Separation of daughter cells
C) Attachment of the DNA to the plasma membrane D) DNA Replication
 
Answer & Explanation Answer: D) DNA Replication

Explanation:

The First step of Bacterial Replication is DNA Replication.

DNA must be copied in order to proceed.

Report Error

View Answer Report Error Discuss

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

3 4186
Q:

...................was conferred Sahitya Akademi Award for his poetry book Khara Zaran

A) Mr. Chinu Modi B) Robin Sharma
C) Gunvant Shah D) Narendra kohli
 
Answer & Explanation Answer: A) Mr. Chinu Modi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

3 4185