Questions

Q:

Kumbh Mela is held in every ___ years

A) 12 B) 10
C) 7 D) 5
 
Answer & Explanation Answer: A) 12

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Culture

147 10242
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 10236
Q:

The Vitamin required for the synthesis of nucleic acid is

A) Tocoferorl B) Folic acid
C) Cyanocobalamine D) Riboflavin
 
Answer & Explanation Answer: B) Folic acid

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

62 10233
Q:

Which of the following is the east of the Andaman and Nicobar Islands

A) Thailand B) Sri Lanka
C) Indonesia D) All of these
 
Answer & Explanation Answer: C) Indonesia

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

21 10232
Q:

For which one of the following snakes is the diet mainly composed of other snakes ?

A) Rattlesnake B) King Cobra
C) Krait D) Russel's viper
 
Answer & Explanation Answer: B) King Cobra

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Animals and Birds
Exam Prep: AIEEE , Bank Exams

48 10231
Q:

The Comptroller and Auditor-General of India acts as the chief accountant and auditor for the ________

A) Union Government B) State Government
C) Union and State Governments D) Neither Union nor State Governments
 
Answer & Explanation Answer: C) Union and State Governments

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

12 10229
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 10227
Q:

Who among the following is the Chairman of the National Integration Council?

A) The president B) The Vice-President
C) The Prime Minister D) The Chief Justice of India
 
Answer & Explanation Answer: C) The Prime Minister

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

17 10224