Mixed General Knowledge Quiz: Science, Animals & Languages
A diverse general knowledge quiz covering astronomy, biology, linguistics, geography, and interesting facts about the natural world.
Questions
fishes will sleep
- True
- False
snakes can hear
- True
- False
parrots will talk
- True
- False
All peacocks have feathers
- True
- False
hyenas will laugh
- True
- False
There are more than 2,700 languages in the world
- True
- False
There are more than 7,000 dialects.
- True
- False
Basque is not the most difficult language
- True
- False
All pilots on international flights identify themselves in English
- True
- False
Which is the Coldest planet of our solar system?
- Neptune
- Pluto
- Jupiter
- Mars
Hottest planet of our solar system?
- Mars
- Venus
- Jupiter
- Pluto
Which is the Densest planet of the solar system?
- Mars
- Jupiter
- Earth
- Pluto
Which is the Brightest planet as viewed from the Earth?
- Mars
- Jupiter
- Venus
- Pluto
Somalia is the only African country in which the entire population speaks the same language, Somali.
- True
- False
Somalia is the only African country in which the entire population speaks the same language, Somali.
- True
- False
A seismologist studies earthquakes
- True
- False
Which Satellite farthest from the parent planet?
- Sinope
- Titan
- Charon
- Hyperion
98.5% of the genes in people and chimpanzees are identical
- True
- False
What will be the output for... main() { char *p1=“name”; char p2; p2=(char)malloc(20); memset (p2, 0, 20); while(*p2++ = *p1++); printf(“%sn”,p2); }
- p1
- p2
- empty string
- name
What will be the output for... main() { char *p1=“name”; char p2; p2=(char)malloc(20); memset (p2, 0, 20); while(*p2++ = *p1++); printf(“%sn”,p2); }
- p1
- p2
- empty string
- name