Web Development and Technology Basics
Quiz covering web development (CSS/HTML), engineering instrumentation, and computer hardware fundamentals
Questions
Question 1 Multiple Choice (Single Answer)
What does POST stand for?
- Printer Online Standard Test
- Power On Self Test
- Power Off Standard Test
- Preferred Operating System Timing
Question 2 Multiple Choice (Single Answer)
A problem with parity error indicates a problem with:
- hard drive
- I/O Controller
- power supply
- Memory
Question 3 Multiple Choice (Single Answer)
Which device converts one form energy to another form of energy?
- Transducer
- Transistor
- Manometer
- Convertor
Question 4 Multiple Choice (Single Answer)
Piezo electric Transducer is a
- Passive
- Active
- Positive
- Negative
Question 5 Multiple Choice (Single Answer)
LVDT stands for
- Less Variable Detecting Transducer
- Linear Variable Differential Transducer
- Less Variable Detecting Transformer
- Linear Variable Differential Transformer
Question 6 Multiple Choice (Single Answer)
Bourdon tube is a
- Flowmeter
- Level meter
- Pressure gauge
- Heat Detector
Question 7 Multiple Choice (Single Answer)
LABVIEW Stands for
- LABoratory Virtual Instrumentaion Engineering WorkBench
- LABoratory VIEW
- LABoratory VIrtual Engineering Webtool
- LABoratory Virtual Instrumentation Easy Webtool
Question 8 Multiple Choice (Single Answer)
Easy one.. what does CSS stand for?
- Cascading Style Sheets
- Cascaded Style Sheets
- Cascading Style Sheet
- Cascaded Style Sheet
Question 9 Multiple Choice (Single Answer)
What is the correct HTML for referring to an external style sheet
- stylesheet>mystyle.css</stylesheet />
- <link rel="stylesheet" type="text/css" href="mystyle.css">
- <link rel="stylesheet" type="text/css" src="mystyle.css">
- <style src="mystyle.css" />
Question 10 Multiple Choice (Single Answer)
Which HTML tag is used to define an internal style sheet?
- <css>
- <script>
- <style>
- <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?
- border-width:10px 5px 20px 1px
- border-width:10px 1px 5px 20px
- border-width:10px 1px 20px 5px
- 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
- At the top of the document
- In the <body> section
- At the end of the document
- In the <head> section
Question 13 Multiple Choice (Single Answer)
Which is the correct CSS syntax?
- body {color: black}
- {body;color:black}
- {body:color=black(body}
- body:color=black