Questions

Q:

Which is a compound that contains carbon?

A) Ethane B) Propane
C) Methane D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

The compound methane is a simple hydrocarbon contains one carbon bonded to four hydrogens. Ethane is a simple hydrocarbon which contains two carbon atoms and four hydrogen atoms. Similarly, propane with three carbons.

Report Error

View Answer Report Error Discuss

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

2 2211
Q:

In the given question, a part of the sentence is printed in bold. Below the sentence, three alternatives to the bold part are given which may help improve the sentence. Choose the option that reflects the correct use of the phrase in the context of the sentence. In case the given sentence is correct, your answer is (E) i.e. No correction required.

Although I don’t have any special bond with the rank and folder of the Labour Union, I know some top engineers.

(i) in the rank and folders of the Labour Union

(ii) with the rank and portfolio of the Labour Union

(iii) with the rank and file of the Labour Union

A) Only (i) B) Only (ii)
C) Only (iii) D) (i) and (ii)
 
Answer & Explanation Answer: C) Only (iii)

Explanation:
The correct phrase is ‘rank and file’ which means ‘the ordinary members of an organization’.
Report Error

View Answer Report Error Discuss

Filed Under: English

0 2211
Q:

First Indian woman to cross English Channel?

A) Arati Saha B) Fathima Beevi
C) Bachendri Paul D) Kadambini Ganguly
 
Answer & Explanation Answer: A) Arati Saha

Explanation:

Arati Saha was the first Indian woman to cross English Channel (between England and France) in the year 1959. She was born in 1940 in Kolkata.

Report Error

View Answer Report Error Discuss

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

0 2211
Q:

The relationship between quantity supplied and price is

A) Directly proportional B) Inverselyproportional
C) Can't be determined D) None of the above
 
Answer & Explanation Answer: A) Directly proportional

Explanation:

Price and quantity supplied move in the same direction. As the price decreases, quantity supplied also decreases and viceversa.

Report Error

View Answer Report Error Discuss

Filed Under: Marketing and Sales
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

0 2211
Q:

Project Quality Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Quality Planning ?

Answer

I. Inputs



  • Enterprise environmental factors

  • Organizational process assets

  • Project scope statement

  • Project management plan


II. Tools and Techniques



  • Cost - benifit analysis

  • Benchmarking

  • Design of experiments

  • Cost of quality(COQ)

  • Additional quality planning tools


III. Outputs



  • Quality management plan

  • Quality metrics 

  • Quality checklists

  • Process improvement plan

  • Quality baseline

  • Project management plan (updates)

Report Error

View answer Workspace Report Error Discuss

0 2210
Q:

Write a c program to print multiplication table

Answer

 #include<stdio.h>
int main(){
  int r,i,j,k;
  printf("Enter the number range: ");
  scanf("%d",&r);
  for(i=1;i<=r;i++){
      for(j=1;j<=10;j++)
           printf("%d*%d=%d ",i,j,i*j);
      printf("\n");
  }
  return 0;
}

Sample Output:
Enter the number range: 5

1*1=1 1*2=2 1*3=3 1*4=4 1*5=5 1*6=6 1*7=7 1*8=8 1*9=9 1*10=10
2*1=2 2*2=4 2*3=6 2*4=8 2*5=10 2*6=12 2*7=14 2*8=16 2*9=18 2*10=20
3*1=3 3*2=6 3*3=9 3*4=12 3*5=15 3*6=18 3*7=21 3*8=24 3*9=27 3*10=30
4*1=4 4*2=8 4*3=12 4*4=16 4*5=20 4*6=24 4*7=28 4*8=32 4*9=36 4*10=40
5*1=5 5*2=10 5*3=15 5*4=20 5*5=25 5*6=30 5*7=35 5*8=40 5*9=45 5*10=50

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2210
Q:

when an atom loses an electron it becomes

A) neutron B) negative ion
C) positive ion D) none of the above
 
Answer & Explanation Answer: C) positive ion

Explanation:

If it loses an electron it becomes a positive ion

Report Error

View Answer Report Error Discuss

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

1 2210
Q:

A sentence/a part of the sentence is underlined. Four alternatives are given to the underlined part which will improve the sentence. Choose the correct alternative and click the button corresponding to it. In case no improvement is needed, click the button corresponding to “No improvement”.

Both of us had a different opinion about it.

A) Both of us has  B) Each of us had 
C) Each of us have  D)  No improvement 
 
Answer & Explanation Answer: B) Each of us had 

Explanation:
Report Error

View Answer Report Error Discuss

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

1 2210