WorksheetsIntroduction to Ladder Logic and PLC Programming
Total questions: 79
Worksheet time: 40mins
Ladder logic is a programming language that was originally an illustration of how __ were wired together.
relays
motors
sensors
valves
The name "ladder logic" comes from the fact that the drawing of the control circuit resembles a __.
ladder
tree
circle
bridge
In ladder logic drawings, the power rail is on the __ side.
left
right
top
bottom
The neutral rail is on the __ side of the drawing.
right
left
top
bottom
In the drawing conventions, the logic is always read from __ to __.
left, right
right, left
top, bottom
bottom, top
Each output is placed on a separate horizontal line, which is referred to as a __.
rung
step
bar
row
The lowest-level elements of ladder logic mimic __ functions.
relay
arithmetic
timing
memory
A normally open contact is represented by two parallel lines with a __ between.
gap
dot
curve
arrow
A normally closed contact is represented by two parallel lines with a __ line through them.
diagonal
vertical
horizontal
curved
A relay __ is represented by two parentheses ( ).
coil
contact
switch
armature
An AND logic function requires both inputs to be __ for the output to be activated.
true
false
high and low
off
The sentence "if the machine is ready to run AND we push the Auto Start button" represents an example of __ logic.
AND
OR
NOT
XOR
In ladder logic, the phrase "machine is ready to run" and "Auto Start button" are considered __.
inputs
outputs
timers
counters
The logic for the "Auto Stop" button is to break the circuit, which is represented by a __ __ contact in the rung.
normally closed
normally open
latched
timed
If a "latch" or "seal-in" circuit is used, a normally open contact is wired in __ with the start button.
parallel
series
opposite
reverse
The "seal-in" contact is controlled by the __ of the circuit.
output
input
resistor
fuse
More complex functions, such as time delays, are referred to as __ __ in modern ladder logic programming.
function blocks
relays
timers
switches
The ladder logic drawing conventions are still used today, even in __ versions.
digital
mechanical
hydraulic
pneumatic
An OR logic function is created by wiring two inputs in __.
parallel
series
cascade
feedback
In the example provided, the machine continues to run until a normally closed contact is used to __ the circuit.
break
make
close
energize
The purpose of the video is to demonstrate the use of a simulation __ to test ladder logic programs.
software
manual
hardware
circuit
The video states that the concepts of ladder logic are the same for each PLC type that uses this language, even though each manufacturer uses their own specific __.
syntax
hardware
voltage
software
The simulation software used in the video is called __, which mimics the Allen-Bradley Rockwell RSLogix 500 software.
LogixPro
SimuPLC
PLC Trainer
RSView
All ladder logic programming in the simulation software takes place in the large __ area.
ladder
output
input
timer
To add a new rung, you click on the "PLC instruction panel" and then add a new __.
rung
wire
switch
circuit
A green light appears when you are able to __ a ladder logic instruction.
insert
delete
copy
rename
To delete an instruction, you click on it and use the __ button on your keyboard.
Delete
Enter
Shift
Tab
The video uses the __ simulator to demonstrate how the program works.
LogixPro
Simulink
Factory I/O
Automation Studio
To get the address of a button or light, you simply move the __ over the device.
mouse
keyboard
screen
cable
The letter 'I' in an address like I:1/0 indicates that it is an __.
input
output
instruction
indicator
The letter 'O' in an address like O:2/4 indicates that it is an __.
output
input
register
timer
To add a description for an instruction, you can __-click on it and select "edit symbol."
right
left
double
middle
To make the program work, you must first go __ and then download the program to the PLC.
online
offline
remote
manual
After downloading the program, you must set the PLC to __ mode.
run
stop
edit
test
If you want to make changes to the program while online, you must first switch to __ mode.
program
edit
view
offline
To change the color of a light in the simulation, you can __-click on it and select a new color.
right
left
double
middle
After making any changes to the program while online, you must __ the program to the PLC again.
download
upload
compile
reset
To start a new program or add more rungs, you can go to the File menu and select "New File" or click on the "rung" icon to add a new __.
rung
line
block
section
Ladder logic is used to develop software for __ controllers (PLC).
programmable logic
personal computer
process level
power line
PLCs are commonly used in __ control applications.
industrial
musical
culinary
artistic
The name "ladder logic" comes from the fact that the program looks similar to a __.
ladder
tree
circle
bridge
In ladder logic, inputs are generally written on the __ side of the program.
left
right
top
bottom
Outputs are generally written on the __ side of the program.
right
left
top
bottom
The left and right rails of the ladder diagram indicate the __ and the __ of the power supply.
hot, neutral
positive, negative
live, earth
phase, ground
Electrical current is said to flow from __ to __ on the diagram.
left, right
right, left
top, bottom
bottom, top
Each horizontal line in the ladder logic program is called a __.
rung
step
branch
node
When there are multiple horizontal lines, the program is read from __ to __, and from __ to __.
top, bottom, left, right
left, right, top, bottom
bottom, top, right, left
right, left, bottom, top
Each ladder logic program must end with an __ instruction.
end
start
reset
jump
An end instruction is used to indicate the __ of the program.
end
start
middle
pause
The placement of inputs and outputs within a rung is determined by the __ you design.
logic
sequence
voltage
timer
If you want a light to turn on before a fan, you would place the logic for the light in the __ rung.
first
second
last
middle
The logic for the fan would be placed in the __ rung.
second
first
third
fourth
The video notes that not all inputs and outputs are necessarily connected to a __ device.
physical
virtual
logical
digital
In PLC ladder logic, an input instruction is represented by __ vertical bars facing each other.
two
three
four
one
The two main types of input instructions are examine if __(XIC) and examine if __(XIO).
closed, open
open, closed
start, stop
on, off
The XIC instruction is sometimes called a normally __ contact.
open
closed
shorted
latched
The XIO instruction is sometimes called a normally __ contact.
closed
open
latched
timed
The visual difference between an XIC and an XIO instruction is that the XIO has a __ line.
diagonal
vertical
horizontal
dotted
The __ of an instruction changes to indicate when its logic state is true.
color
size
shape
position
The video uses a __ highlight to indicate a true logic state, similar to Allen-Bradley software.
green
red
blue
yellow
The XIC and XIO instructions tell the processor to test for an __ condition.
input
output
error
reset
The instructions check a specific __ location.
memory
register
cache
port
A digital input device connected to a PLC provides an input signal that is stored as a __ in a memory location.
bit
byte
word
nibble
A bit has a value of either __ or __.
1, 0
2, 3
A, B
True, False
The XIC and XIO instructions are a __ type, which means they are either "on" or "off."
discrete
analog
continuous
variable
In the case of an XIC instruction, the instruction is highlighted when the associated memory location bit is __.
1
0
undefined
reset
The XIC instruction is considered false when the memory address bit is __.
0
1
ON
Set
The XIO instruction acts the opposite way and is activated when the logic state is __.
false
true
high
on
The XIO instruction is considered false when the logic state is __.
true
false
high
on
The terms "true," "active," and "highlighted" all mean the same thing, which is an __ condition.
energized
neutral
grounded
open
You should not always associate the bit value of __ as meaning "true."
1
0
2
-1
XIC is true when the logic state is __.
true
false
zero
off
In a ladder logic program, all inputs are written on the __ side of the rung.
left
right
top
bottom
WISC Online Logic Gates Note Sheet: Which of the following best describes the AND logic gate, including its definition, truth table, illustration, Boolean equation, and application?
The AND gate outputs HIGH only when all its inputs are HIGH.
The AND gate outputs HIGH when any input is HIGH.
The AND gate inverts the input signal.
The AND gate outputs HIGH when all inputs are LOW.
WISC Online Logic Gates Note Sheet: The OR logic gate outputs a high signal when at least one input is high. Which of the following is the correct Boolean equation for the OR gate?
A + B
A · B
A ⊕ B
A' + B
WISC Online Logic Gates Note Sheet: Which of the following best describes the NAND logic gate, including its definition, truth table, illustration, Boolean equation, and application?
A logic gate that outputs LOW only when all inputs are HIGH, with the Boolean equation Y = NOT (A AND B)
A logic gate that outputs HIGH only when all inputs are HIGH, with the Boolean equation Y = A AND B
A logic gate that outputs HIGH when any input is HIGH, with the Boolean equation Y = A OR B
A logic gate that outputs the opposite of the input, with the Boolean equation Y = NOT A
WISC Online Logic Gates Note Sheet: Which of the following best describes the NOR logic gate, including its definition, truth table, illustration, Boolean equation, and application?
A logic gate that outputs true only when all inputs are false, represented by the Boolean equation (A + B)'.
A logic gate that outputs true only when all inputs are true, represented by the Boolean equation AB.
A logic gate that outputs true when at least one input is true, represented by the Boolean equation A + B.
A logic gate that outputs true when inputs are different, represented by the Boolean equation A ⊕ B.
WISC Online Logic Gates Note Sheet: Which of the following best describes the XOR logic gate, including its definition, truth table, illustration, Boolean equation, and application?
The XOR gate outputs HIGH only when the inputs are different.
The XOR gate outputs HIGH only when both inputs are HIGH.
The XOR gate outputs LOW only when both inputs are LOW.
The XOR gate outputs HIGH only when both inputs are LOW.
The XNOR logic gate is defined as which of the following?
A logic gate that outputs HIGH only when both inputs are the same.
A logic gate that outputs HIGH only when both inputs are different.
A logic gate that outputs HIGH only when both inputs are LOW.
A logic gate that outputs HIGH only when both inputs are HIGH.
