Questions

Q:

What is the difference between asset management and invest management?

Answer

Investment and asset are really close in meaning. Investment is when you put your money in stock, bond or other financial instruments. Whereas Asset is what you own generally reffered to land, proprietorship , factory, etc.

Report Error

View answer Workspace Report Error Discuss

Subject: Finance

2 3006
Q:

Write a c program for insertion sort.

Answer

#include<stdio.h>
int main(){

  int i,j,s,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=1;i<s;i++){
      temp=a[i];
      j=i-1;
      while((temp<a[j])&&(j>=0)){
      a[j+1]=a[j];
          j=j-1;
      }
      a[j+1]=temp;
  }

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

  return 0;
}

Output:
Enter total elements: 5
Enter 5 elements: 3 7 9 0 2
After sorting:  0 2 3 7 9

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3006
Q:

The U-shaped skyscraper ‘The Big Bend’ will be build in which city ?

A) New York B) Florida
C) Texas D) California
 
Answer & Explanation Answer: A) New York

Explanation:

The design plans for the U-shaped skyscraper ‘The Big Bend’ in New York, hailed as the world’s longest building, have been revealed. The 4,000-foot long building will feature an elevator system that can travel in curves, horizontally and in loops.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

3 3006
Q:

The commercial and marketing arm of ISRO is

A) Antrix Corporation Limited B) ISRO Satelliet Corporation
C) Space Applications Center D) None
 
Answer & Explanation Answer: A) Antrix Corporation Limited

Explanation:
Report Error

View Answer Report Error Discuss

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

8 3005
Q:

Lime mortar is generally made with

A) Hydraulic lime B) Quick lime
C) Fat lime D) Plain lime
 
Answer & Explanation Answer: A) Hydraulic lime

Explanation:

Lime mortar is generally made with Hydraulic lime.

Report Error

View Answer Report Error Discuss

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

2 3005
Q:

Which leader helped to found the NAACP?

A) Mary White Ovington B) Du Bois
C) Moorfield Storey D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

The National Association for the Advancement of Colored People (NAACP) is a civil rights organization in the United States, formed in 1909. 

 

 which_leader_helped_to_found_the_naacp1535612337.jpg image

 Du Bois, Moorfield Storey and Mary White Ovington and some more in the group helped to form NAACP.

Report Error

View Answer Report Error Discuss

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

2 3005
Q:

Which compound contains ionic bonds?

A) CaO B) CO2
C) NO2 D) NO
 
Answer & Explanation Answer: A) CaO

Explanation:

An ionic bond is a chemical bond between two atoms in which one atom seems to donate its electron to another atom.

 

Here in the given compounds, the compound that contains ionic bond is CaO, Calcium oxide.

Report Error

View Answer Report Error Discuss

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

0 3005
Q:

Teens who drink are at risk of

A) HIV and other STDs B) becoming an alcoholic
C) date rape D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

teens_drinking_are_at_risk_of1539257520.jpg image

Teens drinking are at risk of date rape, becoming an alcoholic, HIV and other STDs.

Report Error

View Answer Report Error Discuss

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

1 3004