Searching for "US"

Q:

Which is not causative factor of earthquake 

A) Volcanoes B) Isostacy
C) Tectonics D) Waves
 
Answer & Explanation Answer: D) Waves

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

Q:

Name the first Muslim woman to receive the Nobel Prize in the world

A) Phil Ersa B) Shirin Ebadi
C) Lakpa Sherpa D) Irine Zubeida
 
Answer & Explanation Answer: B) Shirin Ebadi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

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

Q:

Anna Hazare was awarded the Padma Bhushan in recognition for

A) His war against corruption and launching Bharashtachar Virodhi Jan Andolan B) His service to the Indian army
C) His remarkable social service in the Adivasi areas of Bihar D) Transfoming a barren-dry village called Ralegan Siddhi in Maharastra's Ahmednagar district into a model village of self sufficiency,ecofriendly and harmony
 
Answer & Explanation Answer: D) Transfoming a barren-dry village called Ralegan Siddhi in Maharastra's Ahmednagar district into a model village of self sufficiency,ecofriendly and harmony

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

Q:

The climate of India is mainly tropical because

A) of the location of the Himalayas in the north B) major part of India lies within the tropics
C) of the overpowering influence of India Ocean D) of the seasonal influence of jet streams
 
Answer & Explanation Answer: A) of the location of the Himalayas in the north

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

Q:

public abstract class Shape {

private int x;

private int y;

public abstract void draw();

public void setAnchor(int x, int y) {

this.x = x;

this.y = y;

}

}

Which two classes use the Shape class correctly?

A) public class Circle implements Shape { private int radius; B) public abstract class Circle extends Shape { private int radius; }
C) public class Circle extends Shape { private int radius; public void draw(); D) None
 
Answer & Explanation Answer: B) public abstract class Circle extends Shape { private int radius; }

Explanation:

Only B is true

Report Error

View Answer Report Error Discuss

Filed Under: Java

Q:

public abstract class Shape {

private int x;

private int y;

public abstract void draw();

public void setAnchor(int x, int y) {

this.x = x;

this.y = y;

}

}

Which two classes use the Shape class correctly?

A) public class Circle implements Shape { private int radius; B) public abstract class Circle extends Shape { private int radius; }
C) public class Circle extends Shape { private int radius; public void draw(); D) None
 
Answer & Explanation Answer: B) public abstract class Circle extends Shape { private int radius; }

Explanation:

Only B is true

Report Error

View Answer Report Error Discuss

Filed Under: Java

Q:

The quotation ' Some of born great , Some achieve greatness, and some have greatness, thrust upon them ' is atributed to

A) Bertrand Russell B) Abraham Lincoln
C) William Shakeshpare D) George Orwell
 
Answer & Explanation Answer: C) William Shakeshpare

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors