Automation Exam Review Flashcards

1
Q

Which industry first used programable logic controllers ?

A

Automotive industry

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

A PLC is a special kind of _________?

A

Industrial computer

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

List 4 major components of a PLC

A
  1. power supply
  2. Central processing unit (CPU)
  3. Programming terminal
  4. I/O (Input/Output)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In a PLC, all logic functions are performed by the _______?

A

CPU

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

A plc power supply must be able to regulate voltage within what %

A

5% of the required value

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

Another name for the programming terminal is the ____________ terminal?

A

Loading

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

Are NEMA symbols such as push buttons, limit switches or selector switches used in a PLC ladder diagram?

A

No. Only N/O and N/C symbols are used.

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

How are contacts of a PLC identified ?

A

By a number. ( contacts address)

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

In a ladder diagram, each rung ends with a ______?

A

Coil

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

What part of the PLC is referred to as the “Brains” of the PLC

A

CPU

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

What type of isolation is generally used to electrically separate outside voltages from the internal circuitry of the PLC??

A

Optical

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

What is connected across the AC input to help eliminate any voltage spikes that may occur on the line

A

metal oxide varistor (MOV)

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

What parts of a PLC connects the CPU to the real world input/output devices?

A

The Input/output modules

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

In a PLC timers and counters are what?

A

-computer generated
-internal relays

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

Push buttons, Limit switches and float switches would be considered?

A

Input devices

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

The amount of current output modules can handle is generally ?

A

.5 - 3.0 amperes

17
Q

With a PLC, an internal relay is a ?

A

Computer generated device

18
Q

A numbering system that contains digits 0 through 7 is called ?

A

Octal

19
Q

A plc recognizes internal relay and timer contacts by what?

A

The contacts address

20
Q

What are the 5 basic logic gates ?

A

1.AND
2. OR
3. NAND
4. NOR
5. INVERTER

21
Q

True or False : With an AND GATE, if all inputs are high the output is High ?

A

True

22
Q

T or F : With a OR GATE if one input is high, the output is high ?

A

True

23
Q

With a NOR GATE if one is high, the output is low ?

A

Yes

24
Q

With a NAND gate, if all inputs are high, the output is low ?

A

Yes

25
Q

A logic gate in which the output is always opposite the input is the ________?

A

Inverter

26
Q

What symbol is used to represent “invert” when NEMA logic symbols are used?

A

X

27
Q

If and inverter is connected to the output of an AND gate, what logic gate is formed ?

A

NAND

28
Q

If an INVERTER is connected to the output of an OR gate, what logic gate is formed ?

A

NOR

29
Q

Which gate is referred to as a basic gate ?

A

NAND