Questions

Q:

Mercedes luggage is a symbol of

Answer

Mercedes's language in reference to the story "Call of the Wild" actually means civilization. She had brought numerous belongings along with her and they were much more than the dogs could pull. Her decision of not parting with any of the belongings would ultimately lead to her death. One can easily draw a clear difference between civilization and wildness.

Report Error

View answer Workspace Report Error Discuss

Subject: Books and Authors Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk

5 2584
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 2583
Q:

What is the SI unit of heat energy?

A) Joule B) Newton
C) Calorie D) Kelvin
 
Answer & Explanation Answer: A) Joule

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

4 2583
Q:

Which of the following represents a positive economic statement?

A) The government should extend unemployment benefits. B) The unemployment rate is too high.
C) Taxes should not be increased since that will lower spending. D) The unemployment rate is 4.8 percent.
 
Answer & Explanation Answer: D) The unemployment rate is 4.8 percent.

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

2 2583
Q:

Economic growth is measured by

A) % of GDP B) % of NDP
C) % of expenditure D) % of percapita income
 
Answer & Explanation Answer: A) % of GDP

Explanation:

Economic growth is measured by the percentage of gross domestic product. GDP refers to the total value of goods and services produced in the country.

Report Error

View Answer Report Error Discuss

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

3 2583
Q:

Which of the following is a feature of ghrelin?

A) It stimulates appetite and energy storage B) It is released in high amounts from adipocytes during periods of excess energy intake
C) The blood level in the fasting state correlates directly with body weight D) It is a metabolic antagonist of leptin
 
Answer & Explanation Answer: A) It stimulates appetite and energy storage

Explanation:
Report Error

View Answer Report Error Discuss

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

1 2583
Q:

Which activity is accomplished using the genetic code?

A) mutation B) DNA can be made into mRNA
C) DNA formation D) None of the above
 
Answer & Explanation Answer: B) DNA can be made into mRNA

Explanation:
Report Error

View Answer Report Error Discuss

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

3 2583
Q:

The part of the Himalayas lying between Satluj and Kali rivers is known as ____________.

A) Punjab Himalaya B) Nepal Himalayas
C) Kumaon Himalayas D) Assam Himalayas
 
Answer & Explanation Answer: C) Kumaon Himalayas

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

3 2583