Science & Technology: Physics, Databases & Search Engines

Test your knowledge across multiple science and technology domains including physics units and measurements, search engine query techniques, and database/SQL concepts.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which is a major problem with SQL

  1. SQL cannot support object-orientation
  2. The same query can be written in many ways, each with vastly different execution plans
  3. SQL syntax is too difficult for non-computer professionals to use
  4. SQL creates excessive locks within the database
Question 2 Multiple Choice (Single Answer)

Which of the following is an important feature of relational databases and SQL?

  1. Independence of table relationships
  2. High speed of SQL
  3. Powerful GUI front-end
  4. Easy to install and use
Question 3 Multiple Choice (Single Answer)

Which of the following is not a Oracle Analytical Function?

  1. ROW_NUMBER
  2. RANK
  3. ROWNUM
  4. FIRST_VALUE
Question 4 Multiple Choice (Single Answer)

Which of the following functions is not operated on xml?

  1. APPENDCHILDXML
  2. DEPTH
  3. EXTRACT
  4. DUMP
Question 5 Multiple Choice (Single Answer)

What does the abbreviation DBMS stand for

  1. Database Management System.
  2. Data Borrowing and Movement Software.
  3. Database Manipulation Software.
  4. Digital Base Mapping System.
Question 6 Multiple Choice (Single Answer)

What is a 'tuple'?

  1. A row or record in a database table.
  2. An attribute attached to a record.
  3. Another name for the key linking different tables in a database.
  4. Another name for a table in an RDBMS.
Question 7 Multiple Choice (Single Answer)

Which instrument is used to measure pressure?

  1. Saccharimeter
  2. Ammeter
  3. Manometer
  4. Lactometer
Question 8 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 9 Multiple Choice (Single Answer)

Light year is related to

  1. Energy
  2. Speed
  3. Distance
  4. Intensity
Question 10 Multiple Choice (Single Answer)

Joule is the unit of

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

How many Dynes are there in one gram weight

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

How many Ergs are these in 1 Joule?

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

The unit of current is

  1. Ohm
  2. Watt
  3. Ampere
  4. None Of These
Question 14 Multiple Choice (Single Answer)

The unit of energy in MKS system is

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

The intensity of an earthquake is measured with a

  1. Barometer
  2. Hydrometer
  3. Polygraph
  4. Seismograph
Question 16 Multiple Choice (Single Answer)

Centigrade & Fahrenheit scales give same reading at

  1. 400 Degree
  2. 32 degree
  3. 273 degree
  4. 100 degree
Question 17 Multiple Choice (Single Answer)

Who founded Microscope?

  1. Robert Hooke
  2. Anton Van Leewenhoek
  3. Jason Speed
  4. Robert Koch
Question 18 Multiple Choice (Single Answer)

Which of the following will produce the best results?

  1. new york city
  2. New York city
  3. NEW YORK CITY
  4. It doesn't matter, only special query keywords are case sensitive.
Question 19 Multiple Choice (Single Answer)

Which of the following is the correct way to search for an exact phrase?

  1. +new york city
  2. "new york city"
  3. (new york city)
  4. +new +york +city
Question 20 Multiple Choice (Single Answer)

What is the best way to ensure that pages containing a particular word are excluded from the results? For example, to exlude sites that contain the word Atkins when searching for information on dieting?

  1. diet -atkins
  2. diet NO atkins
  3. diet exclude:atkins
  4. diet ignore:atkins