Review Flashcards

(49 cards)

1
Q

Define a programmable logic controller.

A

A solid-state control device that can be programmed to control process or machine operations. It consists of 5 basic components: the processor, memory, input/output modules, the power supply, and the programming device.

(Write out Q)

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

In the early years of their existence, PLCs were primarily used for…

A

ON/OFF control

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

The ______ and the ______ are the two basic sections of a programmable controller.

A

central processing unit; I/O interface system

Fill-in Q

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

The ladder program in a PLC is ______ inside the PLCs CPU.

A

softwired

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

True or False:

The monitoring capability of a PLC system can easily detect and correct field device failures.

A

True

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

What is the base of these number systems:

Hexadecimal
Binary
Octal
Decimal

A
Hexadecimal = 16
Binary = 2
Octal = 8
Decimal = 10

(Matching Q)

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

Why is the binary number system used in digital devices such as programmable controllers and computers?

A

Easier to design in systems that can only distinguish between 2 states (such as ON/OFF)

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

In binary, what is one plus one?

A

One-zero (10)

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

What are the most common binary codes?

A
  • ASCII
  • BCD
  • Gray

(Multiple choice Q)

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

What format does the thumb wheel switch provide to the PLC?

A

BCD

Multiple choice Q

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

What logic type is more conventional?

A

Positive logic

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

What are the logic functions used in PLCs?

A

AND, OR, NOT

Multiple choice Q

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

What does 1 and 0 indicate?

A
1 = ON, TRUE, or HIGH
0 = OFF, FALSE, or LOW
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How many bits are in a 3 byte word?

A

24 bits (8 bits per byte)

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

Ladder diagrams are also called…

A

Contact symbology

Multiple choice Q

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

Each symbol in a ladder rung has a(n) ______ by which a connected device is referenced.

A

unique reference number, address, and I/O interface reference terminal connection

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

What are the three components that form the CPU?

A

The processor, the memory system, and the power supply

Multiple choice Q

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

What encompasses all the elements that form the intelligence of a PLC system?

A

The CPU

Multiple choice Q

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

Software instructions that allow the interruption of a scan to receive inputs or to update outputs are known as…

A

immediate instructions

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

Parity check is sometimes called…

A

VRC or vertical redundancy check

Fill-in Q

21
Q

True or False:

PLCs cannot use input voltages from a DC power source.

A

False

Multiple choice Q

22
Q

Name the two most common programming devices used with programmable controllers.

A

Miniprogrammers and personal computers.

Fill-in Q

23
Q

The total memory system in a PLC is composed of the ______ and the ______ memories.

A

executive; application

Fill-in Q

24
Q

______ is the most commonly used application memory.

A

RAM

Fill-in Q

25
How long are words?
One byte or more
26
The executive and scratch pad areas are part of the ______.
System memory
27
The user program memory is reserved for storage of the ______.
Control logic
28
How many times can an address be used in a control program?
Unlimited. It can be used as many times as needed. | Multiple choice Q
29
A master rack refers to an enclosure that contains ______.
The processor | Multiple choice Q
30
True or False: The address of an I/O device, which depends on its terminal connection and interface placement in the rack, identifies the device in the control program.
True | Multiple choice Q
31
Name the two sections of an AC/DC input module’s input circuit.
The power section and the logic section
32
How do isolated input interfaces differ from standard AC/DC modules?
Isolated input interfaces have separate return, or common, lines
33
Give two examples of output devices that interface with register output modules.
- Seven segment display - BCD alphanumeric displays - Small DC loads (Fill-in Q)
34
True or False: When a bypass/control station’s selector switch is in the OFF position, the PLC can control the connected field devices.
False
35
What type of signals are analog interfaces used for?
For control of continuous signals | Multiple choice Q
36
Analog interfaces accept either ______ or ______ types of voltages.
Unipolar; bipolar
37
The most common formats used to represent analog values in a PLC are ______ and ______.
Binary; BCD | Multiple choice Q
38
Analog interfaces can have either ______ or ______ input/output capabilities.
Single-ended (all commons tied together) | Differential (all commons separate)
39
Numerical data received at the module from the processor is converted into an analog voltage or current using a(n) ______.
digital to analog converter (D/A converter) | Fill-in Q
40
True or False: Some PLCs use arithmetic instructions to access or send data to analog interfaces.
True
41
True or False: In a ladder rung, the left-most side (left power line) simulates the L1 line of a relay ladder diagram.
True
42
True or False: Functional blocks are part of the basic ladder language.
False. They’re part of the enhanced ladder language.
43
The programming language that uses AND, OR, and NOT logic functions to implement the control program is called ______.
Boolean language
44
How is a latched coil condition reset?
With an unlatch coil instruction
45
An up counter increments it’s counted value each time it’s referenced event makes a(n) ______ transition.
OFF-to-ON
46
What are three advantages of a PLC?
- modular - less expensive - easily replaceable - reusable
47
What forms the connection between the field device and the control?
The input/output system
48
True or False: In general, programmable controllers use binary numbers in one form or another to represent various codes and quantities.
True
49
Be able to draw AND, NAND, OR, and NOR gates P. 66 of book
-