0

history Online Quiz - 12

Description: history Online Quiz - 12
Number of Questions: 20
Created by:
Tags: history
Attempted 0/20 Correct 0 Score 0
  1. public class Question { Public static void main(String args[]) { int i=10; System.out.println("i="+++i); }
  1. i=0

  2. i=11

  3. Invalid argument to operation

  4. None


Correct Option: C

public class Question { public static void main(String args[]) { int x=010; System.out.print("X="+x); } }

  1. X=8

  2. X=10

  3. X=11

  4. None


Correct Option: A

public class Question { public static void main(String args[]) { int x=y=10; y=12; System.out.print(x+"&"+y); } }

  1. 10 & 12

  2. 10 & 10

  3. Compile Time Error

  4. None


Correct Option: C

public class Question{ public static void main(String args[]) { int i=3,j=2; System.out.print("i|j="+ (i|j)); } }

  1. i | j = 3

  2. i | j = 2

  3. Compile Time Error

  4. None


Correct Option: A

public class Question { public static void main(String args[]) { int x=0x10; System.out.print("X="+x); } }

  1. X=10

  2. X=0

  3. X=16

  4. Compile Time Error


Correct Option: C

who is the founder of AZAD HINDU FAUZ?

  1. subhash chndra bose

  2. jawahar lal nehru

  3. Mahatma Gandhi

  4. sardar vallabhabhai Patel


Correct Option: A

Subhash chandra bose popularly known as?

  1. Iron Man

  2. Netaji

  3. Pandit

  4. Mahatma


Correct Option: B

when Netaji was born?

  1. January 13, 1898 in Cuttack

  2. march 23, 1899 in Cuttack

  3. January 23, 1897 in Cuttack

  4. april 31, 1878 in Cuttack


Correct Option: C

Subhas Chandra Bose believed that the which was a great source of inspiration for the struggle against the British?

  1. Bible

  2. Ramayana

  3. quran

  4. Bhagavad Gita


Correct Option: D

which country people are deeply moved by Bose's strong will to have led the Indian independence movement from British rule?

  1. India

  2. Japan

  3. German

  4. Chaina


Correct Option: B

which country does bose's wife belongs to?

  1. Australia

  2. Japan

  3. India

  4. German


Correct Option: A

Subhash Chandra Bose presumed to have died in which year?

  1. 7 July 1949

  2. 31 January 1955

  3. 21 August 1947

  4. 18 August 1945


Correct Option: D

What is the famous motto of Subhash Chandra Bose?

  1. Strength is life ,Weakness is death.

  2. Garibhi hathavo

  3. Jai Hind,Jai Janmabhumi

  4. Give me blood and I will give you freedom


Correct Option: D

Identify the below Dinosaur Name in the image: (Please check the answer in the Extra Slots)

  1. Anchiceratops

  2. Aublysodon

  3. Dilong

  4. Jobaria


Correct Option: A

For how many days did the War of Mahabharat continue?

  1. 17

  2. 18

  3. 19

  4. 20


Correct Option: B

What was the name of the son of Bhima given birth by Draupadi?

  1. Ghatotkacha

  2. Sarvaga

  3. Rajsuya

  4. Sutasoma


Correct Option: D

How many wives did Bhima had ?

  1. 2

  2. 3

  3. 1

  4. 4


Correct Option: B

Which was the lifelong vow of Bhisma in order to solve his father's dilema to get married to satyavati?

  1. Celibacy

  2. Intimacy

  3. Conspiracy

  4. Infidelity


Correct Option: A

What was the curse given to King Parikshit by sage's son?

  1. He will die on seveth day by a snake bite

  2. He will die on the second day

  3. He will die if he involves in gambling.

  4. His wife will die.


Correct Option: A

What was the curse given to Ashwatthama by Lord Krishna on destroying Uttara's womb? 1. He will carry the burden of all people's sins on his shoulders; 2. He will be in total isolation from mankind and society 3. His body will suffer from a host of incurable diseases forming sores and ulcers that would never heal. 4. He will suffer from prolonged illness and will never recover.

  1. 1, 3 & 4

  2. 2, 3 & 4

  3. 1, 2 & 3

  4. All the above


Correct Option: C
- Hide questions