Questions

Q:

Who is the author of the book "The Judgement"?

A) Kuldip Nayar B) Mathili Saran Gupta
C) Amitabh Ghosh D) None
 
Answer & Explanation Answer: A) Kuldip Nayar

Explanation:

Kuldip Nayar is the author of "The Judgement"

Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

26 14058
Q:

Who advocated the adoption of ' PURA' model to eradicate rural poverrty

A) Dr. A.P.J. Abdul Kalam B) Sri Abhijit Sen
C) Moulana Abdul Kalam Azad D) Prof. A.M. Patha
 
Answer & Explanation Answer: A) Dr. A.P.J. Abdul Kalam

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

30 14055
Q:

What is the SI unit of pressure

A) Pascal B) Dyne
C) Newton D) Jule
 
Answer & Explanation Answer: A) Pascal

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

71 14050
Q:

In which region does rainfall occur throughout the year?

A) Equatorial region B) Polar region
C) Sub-polar region D) Middle-latitude region
 
Answer & Explanation Answer: A) Equatorial region

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

20 14034
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 14029
Q:

First Bank to introduce Credit Card in India

A) HSBC Bank B) ICICI Bank
C) State Bank of India D) Central Bank of India
 
Answer & Explanation Answer: D) Central Bank of India

Explanation:

 

        • First Bank to introduce Credit Card in India - Central Bank of India
        • First Bank to introduce ATM  -  HSBC, 1987
        • First Bank to introduce Internet Banking - ICICI Bank

 

 

Report Error

View Answer Report Error Discuss

21 14020
Q:

Codes consisting of bars or lines of varying widths or lengths that are computer readable are known as ____

A) An AsCII code B) A magnetic tape
C) AN OCR scanner D) A Bar code
 
Answer & Explanation Answer: D) A Bar code

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

46 14011
Q:

In Buddhism,what does Patimokkha stand for

A) A description of Mahayana Buddhism B) A description of Hinayana Buddhism
C) The rules of the Sangha D) The questions of king Menander
 
Answer & Explanation Answer: C) The rules of the Sangha

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

20 14003