Questions

Q:

Which is the highest waterfall in the world ?

Answer

Angel, Venezuela

Report Error

View answer Workspace Report Error Discuss

44 11342
Q:

Most abundant tissue in the body

A) Connective B) Nervous
C) Muscular D) Epithelial
 
Answer & Explanation Answer: A) Connective

Explanation:

We know that, there are four types of tissue in human body. They are 

 

1.Muscular
2.Connective
3.Epithelial
4.Nervous

 

Among these Connective Tissue are most abundant in our body

 

CONNECTIVE TISSUE

Most_abundant_tissue_in_the_body1552975117.jpg image

 

Connective tissue is found in between other tissues everywhere in the body, including the nervous system. It develops from the mesoderm.

 

Functions:

1) Wraps around and cushions and protects organs
2) Stores nutrients
3) Internal support for organs
4) As tendon and ligaments protects joints and attached muscles to bone and each other
5) Runs through organ capsules and in deep layers of skin giving strength

 

The 3 Elements of Connective Tissue are

1) Ground substance – gel around cells and fibers
2) Fibers – provide strength, elasticity and support
3) Cells

 

Report Error

View Answer Report Error Discuss

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

43 11335
Q:

what will be the output of the following code?

class Value
{
    public int i = 15;
}
public class Test
{
    public static void main(String argv[])
    {
        Test t = new Test();
        t.first();
    }
    public void first()
    {
        int i = 5;
        Value v = new Value();
        v.i = 25;
        second(v, i);
        System.out.println(v.i);
    }
    public void second(Value v, int i)
    {
        i = 0;
        v.i = 20;
        Value val = new Value();
        v =  val;
        System.out.println(v.i + " " + i);
    }
}

A) 15 0 2 B) 15 0 0
C) 15 20 0 D) 15 0 20
 
Answer & Explanation Answer: D) 15 0 20

Explanation:
Report Error

View Answer Report Error Discuss

9 11326
Q:

Per Capita Income is Obtained by dividing National Income by

A) Total population of the country B) Total working population
C) Area of the country D) Volume of the capital used
 
Answer & Explanation Answer: A) Total population of the country

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

7 11313
Q:

What color does blue and yellow make?

A) Green B) Black
C) Red D) White
 
Answer & Explanation Answer: A) Green

Explanation:

Mixing of blue and yellow colors make Green Color.

                                 400px-Color_mixture.svg_1521793884.png image

 

RYB (an abbreviation of red–yellow–blue) is a historical set of colors used in subtractive color mixing and is one commonly used set of primary colors. It is primarily used in art and design education, particularly painting.

RYB predates modern scientific color theory, which has determined that cyan, magenta, and yellow are the best set of three colorants to combine, for the widest range of high-chroma colors.

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

2 11297
Q:

The word Aryan means

A) of good family B) Cultivator
C) Pastoral Society D) Brahmachari
 
Answer & Explanation Answer: A) of good family

Explanation:

Aryans_means1532504980.jpg image

Report Error

View Answer Report Error Discuss

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

8 11297
Q:

why 8085 processor, is called an 8 bit processor?

Answer

Because 8085 processor is 8 bit ALU (arithmetic logic review). Similarly 8086 processor has 16 bit ALU.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

19 11294
Q:

_________ hard drives are permanently located inside the system unit and are not designed to be removed, unless they need to be repaired or replaced

A) Static B) Internal
C) External D) Remove
 
Answer & Explanation Answer: B) Internal

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams
Job Role: Bank Clerk

18 11282