Questions

Q:

How long have i been alive?

Answer

This is a different way of asking your age. It can be how long you have been living in days weeks months and years since your birth date.

Report Error

View answer Workspace Report Error Discuss

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

4 2235
Q:

Write a program to generate the Fibonacci series in c?

Answer

 #include<stdio.h>
int main(){
    int k,r;
    long int i=0l,j=1,f;

    //Taking maximum numbers form user
    printf("Enter the number range:");
    scanf("%d",&r);

    printf("FIBONACCI SERIES: ");
    printf("%ld %ld",i,j); //printing firts two values.

    for(k=2;k<r;k++){
         f=i+j;
         i=j;
         j=f;
         printf(" %ld",j);
    }
 
    return 0;
}

Sample output:
Enter the number range: 15
FIBONACCI SERIES: 0 1 1 2 3 5 8 13 21 34 55 89 144 233 377

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2235
Q:

As the object covers equal distances in equal intervals of time, it is said to be in ____________ motion.

A) uniform B) linear
C) translational D) equilibrium
 
Answer & Explanation Answer: A) uniform

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams

13 2234
Q:

Where are chromatids found in a cell?

A) Anaphase B) Metaphase
C) Prophase D) None of the above
 
Answer & Explanation Answer: B) Metaphase

Explanation:

A chromatid is one copy of a newly copied chromosome which is still joined to the original chromosome by a single centromere.

The two identical copies—each forming one half of the replicated chromosome are called chromatids.

Chromonema is the fibre-like structure in prophase in the primary stage of DNA condensation. In metaphase, they are called chromatids.

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE
Job Role: Analyst

1 2234
Q:

Do plant cells have Mitochondria?

A) Yes B) No
C) Can't be determined D) None
 
Answer & Explanation Answer: A) Yes

Explanation:

Yes, plant cells have Mitochondria.

While plant cells have chloroplasts to photosynthesize, they also require ATP for cellular functions, and do use oxygen to break down some of the sugar they produce in order to generate that ATP. They need mitochondria for this.

In particular, at night when there is no light, plants undergo cellular respiration since there is no sunlight to photosynthesize.

They do, however, produce far more sugar and oxygen through photosynthesis than they use up in respiration.

Report Error

View Answer Report Error Discuss

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

3 2232
Q:

Which molecule contains a nonpolar covalent bond?

A) Cl2 B) Br2
C) H2 D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

In all the given options, molecules are containing nonpolar covalent bonds.

Report Error

View Answer Report Error Discuss

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

2 2232
Q:

How to get dissertation introduction writing ideas

Answer

Most of the students do not know anything about the dissertation writing and the services.So always students are depending on the dissertation writing services.Students can get the dissertation introduction writing ideas from the dissertation writing services, this will benefit for your future.

Report Error

View answer Workspace Report Error Discuss

0 2232
Q:

Can you work in shifts?

Answer

Say “Yes” if you have made up your mind to work for a call center. Call centers would usually work 24 X 7 which needs some executives to be always present in the center. This means that you would need to work in shifts. 

Report Error

View answer Workspace Report Error Discuss

Subject: Call Center

1 2231