PLC midterm

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/139

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

140 Terms

1
New cards

Used as emergency or contact switches.

foot switch

2
New cards

Consists of an actuator that is mechanically linked to a set of contacts.

limit switch

3
New cards

Has registers that are used by advanced PLC instructions such as bit shift and sequencer instructions.

bit

4
New cards

Holds 256 words (R6:0 to R6:255) that are used as control registers for advanced PLC instructions such as bit shift and sequencer instructions.

control

5
New cards
term image

OR

6
New cards
term image

NOT

7
New cards
term image

AND

8
New cards
term image

NOR

9
New cards
<p></p>

XNOR

10
New cards
term image

XOR

11
New cards

The four major components of a PLC power supply are a line conditioner or varistor, transformer/rectifier unit, RC filter, and ____.

zener diode

12
New cards

A(n) ____ is a semiconductor device that can maintain a steady voltage level.

zener diode

13
New cards

The ____ segment holds the PLC ladder logic diagram.

user memory

14
New cards

Read only memory (ROM) holds the permanent system program.

true

15
New cards

The arithmetic logic unit (ALU) carries out math and logic instructions.

true

16
New cards

Simplex channeling occurs when the DTE either transmits data to or receives data from the DCE.

true

17
New cards

Sourcing occurs when the current flows out of the PLC port and sinking occurs when the current flows into the PLC port.

true

18
New cards

The positional value of 2 in the decimal number 12,345 is 2 × 104.

false

19
New cards

The SLC 500, MicroLogix, and PLC-5 are examples of 16-bit PLCs.

true

20
New cards

Traditional PLCs allocate a portion of the controller’s physical memory segmented into data files for the storage of program-related information.

true

21
New cards

A proximity switch uses a light-emitting diode (LED) and a phototransistor.

true

22
New cards

Flow switches are used to open and close contacts in response to changes in liquid level.

false

23
New cards

Inductive sensors detect the presence of nearby metallic objects by measuring changes in magnetic fields.

true

24
New cards

A relay is a device that acts on the same basic principle as the reed switch.

true

25
New cards

According to rule nine, the location of each contact associated with a coil can be recorded by the left-hand rail near the coil.

false

26
New cards

Each output device can only be represented once in a relay logic diagram.

true

27
New cards

You can place two or more input instructions in series in a PLC ladder logic rung.

true

28
New cards

Input address instructions may be used two or more times in a PLC ladder logic diagram.

true

29
New cards

Output address instructions may be used two or more times in a PLC ladder logic diagram.

false

30
New cards

EEPROM is an acronym for ______________________________.

Electrically Erasable Programmable Read-Only Memory

31
New cards

EPROM is an acronym for ______________________________.

Erasable Programmable Read-Only Memory

32
New cards

SRAM is an acronym for ______________________________.

Static Random Access Memory

33
New cards

DRAM is an acronym for ______________________________.

Dynamic Random Access Memory

34
New cards

Ports that are either open (off) or closed (on) are ______________________________ input ports.

Discrete

35
New cards

Output ports that are either energized (on) or de-energized (off) are ______________________________ output ports.

Discrete

36
New cards

The ______________________________ in the microprocessor is used to carry out math and logic instructions.

Arithmetic Logic Unit

37
New cards

A(n) ______________________________ converts the analog input signals to digital signals.

ADC

38
New cards

A(n) ______________________________ converts the digital output signals back to analog

DAC

39
New cards

SLC is an acronym for ______________________________.

Small Logic Controller

40
New cards

SRAM uses a(n) ______________________________ to hold a data bit.

flip-flop

41
New cards

CPU is an acronym for ______________________________.

Central Processing Unit

42
New cards

A(n) ______________________________ diode is a semiconductor device that can maintain a steady voltage level.

zener

43
New cards

To physically isolate the CPU from the input device, a(n) ______________________________ is used to input the DC signal to the CPU board.

optoisolator

44
New cards

PPI is an acronym for ______________________________.

Point-to-Point Interface

45
New cards

UVEPROM is an acronym for ______________________________.

Ultraviolet Erasable Programmable Read-Only Memory

46
New cards

A(n) ______________________________ is a sequential digital device that generates a different output for every input on the next clock pulse.

counter

47
New cards

BIOS is an acronym for ______________________________.

Basic Input/Output System

48
New cards

The MPU uses ______________________________ memory to speed up the data transfer while it is executing a program.

cache

49
New cards

The software that resides in ROM is called ______________________________.

firmware

50
New cards

A microprocessor unit (MPU) uses a(n) ______________________________ to enable ROM, RAM, I/O port devices, and support chips.

address bus

51
New cards

Allen-Bradley SLC 500 PLCs have Channel ______________________________ and Channel ______________________________ that can be used for communications.

0 and 1

52
New cards

A unit for measuring the speed of serial communication transmission is the ______________________________ rate.

baud

53
New cards

Transmitted data that have an even number of ones uses ______________________________ parity.

even

54
New cards

In communication systems, DTE stands for ______________________________.

Data Terminal Equipment

55
New cards

In communication systems, DCE stands for ______________________________.

Data Communication Equipment

56
New cards

The ______________________________ instruction allows the system to run and allows the program to be modified while the system is running.

run

57
New cards

A sinking input device must be connected to a(n) ______________________________ input module port.

sourcing

58
New cards

A sourcing output device must be connected to a(n) ______________________________ output module port.

sinking

59
New cards

The ______________________________ is a rack that serves as an electrical backplane for a PLC.

chassis

60
New cards

The ______________________________ Allen-Bradley SLC 500 PLCs give you the option of chassis, power supply, processor, and I/O modules.

modular

61
New cards

The three different types of PLC programming modules are handheld, dedicated, and ______________________________.

computer-based

62
New cards

Digital, or variable, output modules use ______________________________ ICs to convert digital data supplied by the PLC processor to scalable voltage or current output.

DAC

63
New cards

A(n) ______________________________ check is used to find transmission errors due to lost or changed bits.

parity

64
New cards

The number of unique symbols used to represent numbers in a particular number system is indicated by the ____________________.

base

65
New cards

In the PLC world, a device on a network is referred to as a(n) ____________________.

node

66
New cards

ControlLogix has a basic memory allocation of ____________________ bits, or a double word.

32

67
New cards

One method of converting binary to hexadecimal is to start with the least significant bit (LSB) and break the binary number into groups of ____________________ bits.

4

68
New cards

A 16-bit word is made up of two bytes, an upper and a lower byte. Each byte is broken down into an upper and a lower ____________________.

nibble

69
New cards

A(n) ______________________________ sensor detects the presence of metallic objects by measuring changes in magnetic fields.

inductive

70
New cards

A(n) ______________________________ sensor produces a small AC voltage signal.

magnetic

71
New cards

Power relays are often called ______________________________.

contactors

72
New cards

A relay coil in a low-power control circuit is energized by applying ______________________________ voltage to the coil terminals.

DC

73
New cards

Two types of motor overload relays are available in industry: temperature overload relays and ______________________________ overload relays.

magnetic

74
New cards

In an optical sensor, a(n) ______________________________ is used to generate light beams in the visible and invisible spectrums using light-emitting diodes (LEDs) and laser diodes.

emitter

75
New cards

A(n) ______________________________ pushbutton or switch is always open—until it is forced to close.

normally open

76
New cards

A(n) ______________________________ pushbutton or switch is always closed—until it is forced to open.

normally closed

77
New cards

The term ______________________________ refers to the number of places in which a switch opens or breaks the circuit.

pole

78
New cards

Pushbuttons and switches, also called ______________________________ input devices, are independent devices that either allow or disallow electric current to flow through them.

discrete

79
New cards

Momentary pushbuttons, also called ______________________________ pushbuttons, change their states from open to closed or from closed to open.

spring-return

80
New cards

Ultrasonic sensors use sound waves with frequencies above ______________________________ kHz in order to detect the distance to an object.

40

81
New cards

A(n) ______________________________ switch is generally used to detect the liquid level in a chemical tank or water well.

float

82
New cards

A(n) ______________________________ switch is used in factory environments as an emergency or contact switch when a worker is using both hands for assembling a product.

foot

83
New cards

In general, a relay consists of a magnetic core and its associated coil, ______________________________, spring, armature, mounting, and terminals.

contacts

84
New cards

A(n) ______________________________ is a control device that uses electromagnetism to convert electrical energy into mechanical motion.

solenoid

85
New cards

A(n) ______________________________ simply turns a motor on and off.

motor starter

86
New cards

The two main sections of motor starters are ______________________________ and overload protection.

contactor

87
New cards

A(n) ______________________________ is typically used in the control of low-power circuits or other devices.

relay

88
New cards

Slowly accelerating a motor from standstill to operating speed is referred to as a(n) ______________________________.

soft start

89
New cards

A(n) ______________________________ sensor detects an object through the change in the sensor’s dielectric.

capacitive

90
New cards

A(n) ______________________________ logic diagram is created to show the logical relationship between devices.

relay

91
New cards

The ______________________________ is used to program the programmable logic controller (PLC)

programming device

92
New cards

There are ______________________________ rules accepted as standard in the control industry for creating relay logic diagrams.

9

93
New cards

According to rule six, all the input and output devices must be placed ______________________________.

horizontally

94
New cards

In the relay logic diagram, ______________________________ must flow from left to right.

current

95
New cards

XIC is an acronym for ______________________________.

examine if closed

96
New cards

XIO is an acronym for ______________________________.

examine if open

97
New cards

An Allen-Bradley SLC 500 series PLC has ______________________________ registers with addresses from N7:0 to N7:255.

integer

98
New cards

A method of testing the PLC system without actually closing or opening input devices is to test the PLC in the ______________________________ mode.

force

99
New cards

PLC program execution, or program ______________________________, flows from left to right on each rung, starting from the top rung and continuing to the bottom rung.

scan

100
New cards

The main ladder logic diagram is held in ______________________________.

file 2