Electronics Part II (Logic Gates, ESD, And Numbering Systems) Flashcards

1
Q

The hexidecimal system is until number 15, with F representing number 15 and A representing 9; t or f.

A

F. A represents number 10. F represents number 15.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the 4 values for a bcd system?

A

8,4,2,1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Do you add or multiply the numbers in the same section of a bcd?

A

Add.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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?

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

In a logic gate, the rounded head symbolizes…

A

AND

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A circle in a logic gate symbolizes exclusive; t or f.

A

F. It symbolizes not.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A line behind the symbol curving across it symbolizes exclusive in a logic gate; t or f.

A

T.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

True or number 1 is high, while false or zero is low; t or f.

A

True.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

To convert octal or hexidecimal to binary, use…

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Name a way to guard against esd

A

A watch that is grounded (main premise is to create a static safe work area via a conductive path to ground)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How should you carry components to guard against esd?

A

Via a special static shielding container.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How many volts to feel esd?

A

3500

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Esd is caused by…

A

Effects of an electric field that surrounds all objects. This can discharge components, induct components, or polarize them.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Can inductors cause esd?

A

Yes, via polarization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Bcd can only be used with…

A

BCD can only be used with Base 10 (quads system not same as BCD).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

When converting a hexidecimal letter to binary, do you split the number?

A

No. Add them togetger to equal the letter number, even if it’s 2 digits.

17
Q

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.

A

T.

18
Q

When counting in octal, which numbers are not used? Wb in hexidecimal?

A

Numbers 8 and above.
Numbers above 15 (aka f).

19
Q

If a push button is NC, is that high or low?

A

It’s low. The normal setting is the low setting.

20
Q

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?

A

It shows de energized state.

21
Q

What does radix refer to?

A

The base, and the base is the number of unique digits in a numbering system (ie octal is 0-7).

22
Q

How to convert octal to binary?

A

Via the trident 421 per number.

23
Q

How to convert hexidecimal to binary?

A

Use 8421 quadrant format

24
Q

How to convert octal to hexidecimal?

A

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.

25
Q

Pathways for conversions are (for the following):
1) octal to binary
2) binary to hexidecimal
3) bcd to base 10
4) binary to base 10
5) base 10 to binary
6) octal to hexidecimal

A

1) trident groups
2) quad groups and then write out the numbers
3) add the quad numbers and write them out
4) multiply out the numbers
5) division and remainder system
6) make trident groups and then quadrant groups using trident numbers filling in empties with zero

26
Q

Bcd is only
Compatible with base 10; using binary quadrants with hexidecimal isn’t the same as bcd; t or f.

A

T. Using binary quadrants with hexidecimal would give you a binary number, which you’d then convert to base 10 by multiplying it out, and then into bcd quads.

27
Q

For Boolean expressions, line above input a means?

A

Inverse the output of input a (ie not).

28
Q

In a Boolean, a dot or multiply symbol means AND. And a plus means OR. And a line above any input or both inputs means not or inverse; t or f.

A

T. You can also have a line above A, a line above B, and a line above both a and b together, all at the same time. Output Y never gets a line though.

29
Q

In a logic gate system, the “low” state of zero state of an input is the denergized state; t or f.

A

T.

30
Q

Gates act as ___ _____ ___ _____

A

Solid state electronic relays

31
Q

What are the 7 logic gates?

A

And, NAND, or, xor, xnor, nor, and not.

32
Q

If given an option between and gate and or gate, you should use…

A

And gate it in series. And or gate if in parallel.

33
Q

In hexidecimal, what number comes after 37F?

A
  1. 37F is 3715 in hexidecimal form. But the number of placeholders are 3. So we keep the same placeholder number. Thus, it’s 380. Not 3716. In decimal form, 37F is 895. And 380 is 896.