Electronics Part II (Logic Gates, ESD, And Numbering Systems) Flashcards
The hexidecimal system is until number 15, with F representing number 15 and A representing 9; t or f.
F. A represents number 10. F represents number 15.
What are the 4 values for a bcd system?
8,4,2,1
Do you add or multiply the numbers in the same section of a bcd?
Add.
When dividing a number by the base we want to determine, the first number we divide, is that zero or remainder counted? And if so, which side is it put on? What do you do when you get to the end of the calculations and have a remainder?
It’s counted (we write down all numbers that are the result of a division). And is put on the right side. Write the remainder down as is (until there’s only a zero left and calculations are done)
In a logic gate, the rounded head symbolizes…
AND
A circle in a logic gate symbolizes exclusive; t or f.
F. It symbolizes not.
A line behind the symbol curving across it symbolizes exclusive in a logic gate; t or f.
T.
True or number 1 is high, while false or zero is low; t or f.
True.
To convert octal or hexidecimal to binary, use…
Use tridents (4,2,1) and add together to get each number for octal, and use quadrants (8,4,2,1) for hexidecimal and add numbers to get binary.
Name a way to guard against esd
A watch that is grounded (main premise is to create a static safe work area via a conductive path to ground)
How should you carry components to guard against esd?
Via a special static shielding container.
How many volts to feel esd?
3500
Esd is caused by…
Effects of an electric field that surrounds all objects. This can discharge components, induct components, or polarize them.
Can inductors cause esd?
Yes, via polarization.
Bcd can only be used with…
BCD can only be used with Base 10 (quads system not same as BCD).
When converting a hexidecimal letter to binary, do you split the number?
No. Add them togetger to equal the letter number, even if it’s 2 digits.
To convert any base to bcd, you must first convert the base to base 10 as bcd only works with base 10; t or f.
T.
When counting in octal, which numbers are not used? Wb in hexidecimal?
Numbers 8 and above.
Numbers above 15 (aka f).
If a push button is NC, is that high or low?
It’s low. The normal setting is the low setting.
A relay coil has its set of contacts in the circuit. Is the state of the contacts shown when the relay coil is energized or not?
It shows de energized state.
What does radix refer to?
The base, and the base is the number of unique digits in a numbering system (ie octal is 0-7).
How to convert octal to binary?
Via the trident 421 per number.
How to convert hexidecimal to binary?
Use 8421 quadrant format
How to convert octal to hexidecimal?
Go from octal to groups of three tridents (binary form) and then group them into quadrants (adding zero near end if empty) and write the resultant numbers.