Questions

Q:

The formula C6H14 represents the hydrocarbon ___.

 

A) Hexene B) Heptyne
C) Hexane D) Hexyne
 
Answer & Explanation Answer: C) Hexane

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 5984
Q:

The Pallava ruler who built the famous kailash temple at Kanchi and the Shore temple at Mahabalipuram was

A) Narsimha varman II B) Paramesvar varman I
C) Mahendra varman I D) Narasimha varman I
 
Answer & Explanation Answer: A) Narsimha varman II

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

4 5978
Q:

The memory unit is one part of

A) Input Device B) Central Processing Unit
C) Control Unit D) Output device
 
Answer & Explanation Answer: B) Central Processing Unit

Explanation:

In a computer, memory is one part of Central processing unit i.e, CPU.

Report Error

View Answer Report Error Discuss

14 5973
Q:

The international township built near Pondicherry in India in coloration with UNESCO is called

A) Elbaville B) Auroville
C) Gayaville D) Broadway
 
Answer & Explanation Answer: B) Auroville

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

10 5971
Q:

Which of the following is tropical grassland?

A) Savannah B) Pampas
C) Prairies D) Taiga
 
Answer & Explanation Answer: A) Savannah

Explanation:

Tropical grasslands, or savannas, are also the homes of primates in Africa and Asia; no savanna-living primates exist in South America. Tropical grasslands comprise a mixture of trees and grasses, the proportion of trees to grass varying directly with the rainfall.

Report Error

View Answer Report Error Discuss

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

11 5971
Q:

Jaduguda mines are famous for

A) mica deposits B) uranium deposits
C) gold deposits D) iron ore
 
Answer & Explanation Answer: B) uranium deposits

Explanation:

The Jaduguda Mine also known as Jadugoda or Jadugora is a Uranium mine in Jaduguda village in the Purbi Singhbhum district of the Indian state of Jharkhand.

Report Error

View Answer Report Error Discuss

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

13 5969
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

3 5968
Q:

Between small and large human intestine which one is longer?

 

A) small intestine B) Large intestine
C) Both are equal in length D) Depends on male or female
 
Answer & Explanation Answer: A) small intestine

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Inventions
Exam Prep: Bank Exams

1 5968