Questions

Q:

Which neighboring country of India has approved the issuance of Panda bond?

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

Explanation:

The term panda bond refers to an indenture issued in China, in Chinese renminbi, by a foreign bank or corporation. The Pakistan cabinet approved the issuance of the maiden renminbi-denominated 'Panda Bonds' during its meeting presided over by Prime Minister.

Report Error

View Answer Report Error Discuss

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

3 2415
Q:

Write a c program for selection sort.

Answer

include<stdio.h>
int main(){

  int s,i,j,temp,a[20];

  printf("Enter total elements: ");
  scanf("%d",&s);

  printf("Enter %d elements: ",s);
  for(i=0;i<s;i++)
      scanf("%d",&a[i]);

  for(i=0;i<s;i++){
      for(j=i+1;j<s;j++){
           if(a[i]>a[j]){
               temp=a[i];
              a[i]=a[j];
              a[j]=temp;
           }
      }
  }

  printf("After sorting is: ");
  for(i=0;i<s;i++)
      printf(" %d",a[i]);

  return 0;
}

Output:
Enter total elements: 5
Enter 5 elements: 4 5 0 21 7
The array after sorting is:  0 4 5 7 21

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2414
Q:

What was the motto of the organization BSF?

A) Duty unto Death B) Service Before Self
C) Protection & Security D) Service and Loyalty
 
Answer & Explanation Answer: A) Duty unto Death

Explanation:

BSF - Border Security Force

 

The motto of the organization BSF is "Duty unto Death."

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

2 2413
Q:

The system unit of a personal computer typically contains all except

A) Modem B) Serial interface
C) Microprocessor D) Disk controller
 
Answer & Explanation Answer: A) Modem

Explanation:

The system unit of a personal computer typically contains microprocessor, disk controller and serial interface but it does not contain modem.

Report Error

View Answer Report Error Discuss

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

4 2412
Q:

What valley is the site of the Earth's highest-ever recorded temperature, 134°F?

Answer

Death Valley

Report Error

View answer Workspace Report Error Discuss

Subject: World Geography

2 2412
Q:

Early examples of art photography often imitated

A) the brush strokes of Renaissance painters B) Leonardo da Vinci's painting of The Last Supper
C) the narrative form of painting D) the Dada photographic collages of Hannah Hoch
 
Answer & Explanation Answer: C) the narrative form of painting

Explanation:

The Story telling or The narrative form of paintings were the early examples of art photography which were often imitated.

Report Error

View Answer Report Error Discuss

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

4 2412
Q:

The DASH Diet plan was devised to prevent

A) TB B) Thyroid
C) Hypertension D) Diabetes
 
Answer & Explanation Answer: C) Hypertension

Explanation:

he DASH Diet plan was devised to prevent high blood pressure i.e, hypertension.

Report Error

View Answer Report Error Discuss

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

6 2411
Q:

A word processor would most likely be used to do

A) type a biography B) maintain an inventory
C) a word processor would most likely be used to do D) do a computer search in media center
 
Answer & Explanation Answer: A) type a biography

Explanation:
Report Error

View Answer Report Error Discuss

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

6 2411