Questions

Q:

What is cladding?

Answer

A layer of a glass surrounding the center fiber of glass inside a fiber-optic cable.

Report Error

View answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

26 9063
Q:

In 1934 Mahatma Gandhi withdrew from active politics and even resigned his membership of the Congress because

A) of the failure of the Civil Disobedience Movement B) the political climate of India was unsuitable for any political movement
C) he wanted to devote himself fully to constructive programme and Harijam welfare D) of his opposition to the desire of congressmen to enter legislatures under the Government of India Act of 1935
 
Answer & Explanation Answer: C) he wanted to devote himself fully to constructive programme and Harijam welfare

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

3 9061
Q:

Which of the following has the largest eyes of all land mammals?

A) Horse B) Elephant
C) Camel D) Rhinocerous
 
Answer & Explanation Answer: A) Horse

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Animals and Birds

48 9057
Q:

Van der Waal's equation explains the behaviour of _____

A) Ideal gases B) Real gases
C) Mixture of gases D) Diatomic gases
 
Answer & Explanation Answer: B) Real gases

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

15 9056
Q:

Who among the following was NOT a contemporary of other there

A) Bimbisara B) Gautama Buddha
C) Milinda D) Prasenjit
 
Answer & Explanation Answer: C) Milinda

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

14 9035
Q:

LONGEST RIVER IN ODISHA

Answer

Mahanadi

Report Error

View answer Workspace Report Error Discuss

Subject: Indian Geography

22 9022
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 9020
Q:

Who of the following was awarded ' Bharat Ratna ' posthumously

A) Dr.S.Radhakrishnan B) Mother Teresa
C) Jayaprakash Narayan D) Khan abdul Ghaffar Khan
 
Answer & Explanation Answer: C) Jayaprakash Narayan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

9 9019