General Science and Programming Quiz

Test your knowledge across biology, physics, astronomy, and computer programming concepts

18 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Any organic material that can be converted into energy or into a source of energy is called ____.

  1. biomass
  2. biogass
  3. biology
  4. material
Question 2 Multiple Choice (Single Answer)

The thin covering that encloses the cell and regulates substances that pass through it is called what?

  1. Cytoplasm
  2. Cell Membrane
  3. Nuclear Membrane
  4. Phospholipid
Question 3 Multiple Choice (Single Answer)

Prokaryotic roughly translated means what?

  1. having a true nucleus
  2. outside the nucleus
  3. before the nucleus
  4. inside the nucleus
Question 4 Multiple Choice (Single Answer)

Cytokinesis is when what divides?

  1. Centrioles
  2. Chloroplast
  3. Cytoplasm
  4. Nucleus
Question 5 Multiple Choice (Single Answer)

Latitude in the sky marked by circles parallel to the celestial equator is known as what?

  1. Celestial Coordinate System
  2. Declination
  3. Right ascension
  4. Celestial sphere
Question 6 Multiple Choice (Single Answer)

The breaking down of the incoming radiation into a spectrum of its parts is which of the following?

  1. Interferometry
  2. Spectroscopy
  3. Adaptive Optics
  4. Absorption Line
Question 7 Multiple Choice (Single Answer)

The explosion that is said to have begun the universe is called the ___

  1. Bang Bang
  2. Small Bang
  3. Medium Bang
  4. Big Bang
Question 8 Multiple Choice (Single Answer)

int x=10,y; y=x++ + x++ + ++x; value of x and y?

  1. 13 30
  2. 13 31
  3. 13 33
  4. 30 30
Question 9 Multiple Choice (Single Answer)

When a magnetic needle is placed at a neutral point, it turns

  1. Vertical
  2. Horizontal
  3. At an angle greater than 90 degree
  4. At an angle smaller than 90 degree
Question 10 Multiple Choice (Single Answer)

When a green leaf is seen in red light, its colour will be

  1. Green
  2. Black
  3. Brown
  4. Red
Question 11 Multiple Choice (Single Answer)

The smallest functional and structural unit of kidney is called as -

  1. Neuron
  2. Nephron
  3. Granulocyte
  4. Reticulocyte
Question 12 Multiple Choice (Single Answer)

The scientific name of Indian Tiger is -

  1. Panthera tigris
  2. Panthera pardus
  3. Felis tigris
  4. Felis chaus
Question 13 Multiple Choice (Single Answer)

Chinese researches have recently discovered the fossils of a flying dinosaur with four wings, which can be an important missing link in the evolution of dinosaurs. It is named as-

  1. Tyrannosaurus rex
  2. Tyrannosaurus knowlesi
  3. Archeopteryx
  4. Anchiornis huxleyi
Question 14 Multiple Choice (Single Answer)

#define str "TCS" ## "Hyd" main() { printf(str); }

  1. compilation error
  2. TCS Hyd
  3. runtime error
  4. non of above
Question 15 Multiple Choice (Single Answer)

variable names: 1.a n 2.a_n 3.a#n 4.5a 5.a5 6.integer 7.double which of them are not valid variable names as per any c compiler?

  1. 1 3 4 6
  2. 1 3 4 6 7
  3. 2 4 6
  4. 1 3 4 7
Question 16 Multiple Choice (Single Answer)

float x=10,*p,**q,***r; p=&x; q=&p; r=&q; what is sizeof(**r)? (in 16 bit machine)

  1. 2
  2. 4
  3. 8
  4. none
Question 17 Multiple Choice (Multiple Answers)

size of integer?

  1. 2
  2. depends on OS
  3. depends on system Architecture
  4. 4
  5. depends on compiler
Question 18 True/False

If a cockroach's head has been cut off, it can still live for around a week.

  1. True
  2. False