Science, Technology, and Programming Concepts Quiz

science & technology Online Quiz - 62

19 Questions Published

Questions

Question 1 True/False

goto is a keyword in c and java languages ?

  1. True
  2. False
Question 2 True/False

some difficult concepts like pointers are removed in Java ?

  1. True
  2. False
Question 3 Multiple Choice (Multiple Answers)

where can we use a break statement ?

  1. inside loops
  2. inside switch condition
  3. with labels
  4. with labels in loops only
Question 4 Multiple Choice (Single Answer)

#include<stdio.h> void main() { int i=1; printf("%d",++i); printf("%d",i++); } choose output of the above program

  1. 2,2
  2. 1,3
  3. 2,3
  4. 1,2
Question 5 Multiple Choice (Single Answer)

which loop executes for atleast one time not checking the condition ?

  1. do while
  2. while
  3. for
  4. if else
Question 6 Multiple Choice (Single Answer)

using which we can pass variables to the other constructor from the constructor in the same class ?

  1. this
  2. super
  3. this()
  4. super()
Question 7 Multiple Choice (Single Answer)

Who discovered electron?

  1. Marie Curie
  2. Aristotle
  3. Sir J.J.Thompson
  4. Charles Darwin
Question 8 Multiple Choice (Single Answer)

Which element has the highest boiling point?

  1. Diamond
  2. Platinum
  3. Tantalum
  4. Titanium
Question 9 Multiple Choice (Single Answer)

To which family of plants does the apple belong?

  1. Lotus
  2. Lily
  3. Rose
  4. Jasmine
Question 10 Multiple Choice (Single Answer)

Speed of computer mouse is measured in which units?

  1. Mickey
  2. Inch/sec
  3. Tick
  4. DPI
Question 11 Multiple Choice (Single Answer)

Which instrument is used to measure pressure?

  1. Saccharimeter
  2. Ammeter
  3. Manometer
  4. Lactometer
Question 12 Multiple Choice (Single Answer)

What does Angstrom measure?

  1. Quantity of liquid
  2. Length of light waves
  3. Length of cables
  4. Speed of ships
Question 13 Multiple Choice (Single Answer)

Light year is related to

  1. Energy
  2. Speed
  3. Distance
  4. ntensity
Question 14 Multiple Choice (Single Answer)

Joule is the unit of

  1. Temperature pressure
  2. Energy
  3. Heat
  4. None of these
Question 15 Multiple Choice (Single Answer)

How many Dynes are there in one gram weight?

  1. 900
  2. 375
  3. 981
  4. 250
Question 16 Multiple Choice (Single Answer)

How many Ergs are these in 1 Joule?

  1. 102
  2. 104
  3. 106
  4. 107
Question 17 Multiple Choice (Single Answer)

The unit of current is

  1. Ohm
  2. Watt
  3. Ampere
  4. None of these
Question 18 Multiple Choice (Single Answer)

The unit of energy in MKS system is

  1. Volt
  2. Erg
  3. Ohm
  4. Joule
Question 19 Multiple Choice (Single Answer)

The intensity of an earthquake is measured with a

  1. Barometer
  2. Hydrometer
  3. Polygraph
  4. Seismograph