Web Development and Technology Basics

Quiz covering web development (CSS/HTML), engineering instrumentation, and computer hardware fundamentals

13 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What does POST stand for?

  1. Printer Online Standard Test
  2. Power On Self Test
  3. Power Off Standard Test
  4. Preferred Operating System Timing
Question 2 Multiple Choice (Single Answer)

A problem with parity error indicates a problem with:

  1. hard drive
  2. I/O Controller
  3. power supply
  4. Memory
Question 3 Multiple Choice (Single Answer)

Which device converts one form energy to another form of energy?

  1. Transducer
  2. Transistor
  3. Manometer
  4. Convertor
Question 4 Multiple Choice (Single Answer)

Piezo electric Transducer is a

  1. Passive
  2. Active
  3. Positive
  4. Negative
Question 5 Multiple Choice (Single Answer)

LVDT stands for

  1. Less Variable Detecting Transducer
  2. Linear Variable Differential Transducer
  3. Less Variable Detecting Transformer
  4. Linear Variable Differential Transformer
Question 6 Multiple Choice (Single Answer)

Bourdon tube is a

  1. Flowmeter
  2. Level meter
  3. Pressure gauge
  4. Heat Detector
Question 7 Multiple Choice (Single Answer)

LABVIEW Stands for

  1. LABoratory Virtual Instrumentaion Engineering WorkBench
  2. LABoratory VIEW
  3. LABoratory VIrtual Engineering Webtool
  4. LABoratory Virtual Instrumentation Easy Webtool
Question 8 Multiple Choice (Single Answer)

Easy one.. what does CSS stand for?

  1. Cascading Style Sheets
  2. Cascaded Style Sheets
  3. Cascading Style Sheet
  4. Cascaded Style Sheet
Question 9 Multiple Choice (Single Answer)

What is the correct HTML for referring to an external style sheet

  1. stylesheet>mystyle.css</stylesheet />
  2. <link rel="stylesheet" type="text/css" href="mystyle.css">
  3. <link rel="stylesheet" type="text/css" src="mystyle.css">
  4. <style src="mystyle.css" />
Question 10 Multiple Choice (Single Answer)

Which HTML tag is used to define an internal style sheet?

  1. <css>
  2. <script>
  3. <style>
  4. <link>
Question 11 Multiple Choice (Single Answer)

How do you display a border like this: The top border = 10 pixels The bottom border = 5 pixels The left border = 20 pixels The right border = 1pixel?

  1. border-width:10px 5px 20px 1px
  2. border-width:10px 1px 5px 20px
  3. border-width:10px 1px 20px 5px
  4. border-width:10px 20px 5px 1px
Question 12 Multiple Choice (Single Answer)

Where in an HTML document is the correct place to refer to an external style sheet

  1. At the top of the document
  2. In the <body> section
  3. At the end of the document
  4. In the <head> section
Question 13 Multiple Choice (Single Answer)

Which is the correct CSS syntax?

  1. body {color: black}
  2. {body;color:black}
  3. {body:color=black(body}
  4. body:color=black