week 5 Flashcards
how do you convert decimal no. (base 10) to binary no (base 2)?
Decimal numbers (base 10) can be converted to Binary numbers (base 2) by simply dividing the decimal number successively by 2
What happens if there is a remainder for decimal to binary conversion?
If there is a remainder, the digit is 1 and no remainder the division result is 0
How do you convert binary to decimal?
Binary numbers are converted to decimal by multiplying each bit (0 or 1) by the
corresponding power of 2 and then adding the results together
What is the low state of logic gates?
the low state is approximately zero volts (0 V)
What is the high state of logic gates?
high state is approximately five volts positive (+5V)
What is a NOT gate?
• NOT gate will make the output LOW if the input is HIGH or vice versa and
hence called an Inverter
For a NOT gate when the input is high the output is??
Low
What is an AND gate
AND gate will make the output HIGH ONLY if all inputs are HIGH. All
other input combinations will make the output LOW
What is an OR gate?
OR gate will make the output HIGH if any of the inputs is HIGH
What is an NAND gate?
NAND gate is the reverse of an AND gate. It will make the output LOW ONLY if
all inputs are HIGH. All other input combinations will make the output HIGH
What is a NOR gate?
NOR gate is the reverse of an OR gate. It will make the output high ONLY if all
inputs are LOW.
What is the EX-OR gate?
EX-OR gate will make the output HIGH if ONLY ONE of the inputs is
HIGH.
What are physical quantities?
Physical quantities such as temperature, pressure, stress, flow and displacement can be
measured using sensors. The sensors convert the change in the physical quantity into a
corresponding change in an electrical quantity
What is signal conditioning?
Signal conditioning transforms the sensor output to an appropriate form
What is the data acquisition system?
The conditioned signals are sent to the data acquisition system that periodically samples the
signal and converts to digital using an analog to digital converter (ADC)