PLC MCQ
PLC MCQ
PLC MCQ
Answer : B
Answer : A
Question 3
In a PLC, the scan time refers to the amount of time in which …..
(A) the technician enters the program
(B) timers and counters are indexed by
(C) one “rung” of ladder logic takes to complete
(D) the entire program takes to execute
(E) transmitted data communications must finish
Answer : D
Question 4
Identify the problem in this motor control PLC program:
(A) Coil
(B) Start contact
(C) Seal-in contact
(D) Stop contact
(E) Power source
Answer : C
Question 5
The Boolean representation of this PLC program is:
(A) ABC + D
(B) C + (A + B)D
(C) C + D(A + B)
(D) ABC + BD
(E) C(AB + D)
Answer : E
Question 6
The difference between online and offline PLC programming is . . .
(A) whether the PLC is running or stopped
(B) whether the programming PC has internet connectivity
(C) the type of programming cable used
(D) where the edited program resides
(E) the type of programmer used
Answer : D
Question 7
In PLC programming, a retentive function is one that:
(A) Defaults to the “on” state
(B) Comes last in the program
(C) Defaults to the “off” state
(D) Cannot be edited or deleted
(E) Is not reset after a power cycle
Answer : E
Question 8
What is the largest integer number that a PLC counter function can
reach if it uses a 16 bit register?
(A) 32,768
(B) 65,535
(C) 65,536
(D) 65,537
(E) 32,767
Answer : B
Question 9
An OR function implemented in ladder logic uses:
(A) Normally-closed contacts in series
(B) Normally-open contacts in series
(C) A single normally-closed contact
(D) Normally-open contacts in parallel
(E) Normally-closed contacts in parallel
Answer : D
Question 10
A good application for a timed interrupt in a PLC program would be:
(A) A communications function block
(B) A PID function block
(C) A math function block
(D) A motor start/stop rung
(E) A “watchdog” timer
Answer : B
1. The PLC was invented by.
a) Bill Gates
b) Dick Morley
c) Bill Landis
d) Tod Cunningham
b) Allen Bradley
c) Square D
d) Modicon
c) A user starts the bottle filling machine, places the bottle on the conveyor
belt to fill it with the required liquid.
Answer :
4. The part that monitors the inputs and makes decisions in a PLC is the
CPU.
a. True
b. False
c. None of the above
b. Light
c. Valve
d. Sensor
6. Which one of the following is not a PLC manufacturer
a. Siemens
b. Mitsubishi
c. Microsoft
d. ABB
b. Digital output
c. Analog input
d. Digital input
8. In a PLC “I” is used for output and “Q” is used for input
a. True
b. False
c. None of the above
b. False
c. None of the above
10. To increase the number of inputs and outputs of the PLC, one can
use expansion modules.
a. True
b. False
c) Input and output instructions in ladder logic do not directly represent the
switches and actuators.
d) PLC input instructions are logical symbols associated with voltage at the
input module terminals.
c) The number of ladder logic virtual relays and input and output
instructions is limited only by memory size.
d) The number of contacts for a mechanical relay is limited to number of coils
on the relay.
b) All symbols in the RLL represent actual components and contacts present
in the control system.
c) PLCs are not as reliable as electromechanical relays in RLL.
d) Input (-| |-) and output (- ( ) -) instruction symbols in the ladder logic
represent only data values stored in PLC memory.
c) The physical wires between the input and output field devices and the PLC
input and output modules are the only signal wires required in the PLC
system.
d) The cost and size of PLCs have increased significantly in the last 10
years.
17. Which of the following statements about a single pole double throw
relay is NOT true?
a) It is called an SPDT type of relay.
b) The NC contact and the pole are in contact when the relay is off.
c) NC contact symbol has the same two parallel lines with a line across them
to indicate closed contacts.
d) The right power rail is positive or the high side of the source, and the
left power rail is the power return or ground.
20. The _____ is moved toward the relay electromagnet when the relay is
on.
a) Armature
b) Coil
c) NO contact
d) NC contact
a) AC output modules
c) Both a and b
d) Neither a or b
26. What one item in the output module circuit above should be changed
to make it correct.
28. When _____ contacts are actuated, they disrupt the power supply
through them.
a. normally open type
29. The type of memory which is fast and temporarily stores the data
which are immediately required for use is called as______.
a. HDD
b. ROM
c. RAM
d. SSD
c. same
d. almost similar
c. as good as
d. unpredictable as
d. unpredictable
b. Installation
c. Commissioning
b. only reprogrammed
2. Solenoids
3. Indicators
4. Motors
5. Lamps
6. Alarms
b. Relays c. Sensors
The area in the CPU in which the information is stored and retrieved Power
Supply: The electrical supply that converts the ac voltage to various DC
operating voltages.
SCAN takes place from left to right of each rung. Usually SCAN time is in
milliseconds and it is a continuous process.
6. Difference between PLCs and Computers
Programmable Logic Controllers (PLCs) have basic architecture compared to
normal general purpose computers.
A normal computer can be converted to PLCs by providing a way that the
computer can able to receive information or signal from the field devices such
as push buttons, switches and valve positions.
More Flexibility:
It is easier to create a new program module or change an existing program in
PLC compared to hard wired circuitry system. These software program
modules can be changed whenever required.
User can modify the programs in the field and if required, security can be
enhanced by hardware interlocks such as key locks and software features
such as passwords
Lower Cost:
PLCs were originally designed to replace relay control logic which is not
economical and complex especially for large control circuits.
With PLCs the cost savings have been so significant that the relay control
becomes uneconomical except for some power applications.
Generally if the application consists of more than half a dozen control relays,
PLCs are least expensive to install
Communication Capability:
Communication capability of PLC with the other controllers and computers in
the system is one of the main advantages compared to relay control circuit.
PLCs will operate on any systems which will have input field devices that
are On-Off type (discrete or digital ) or analog input devices. Similarly it will
operate on the field devices which will be discrete or analog output type.
In simple words, Hence PLC acts as interface between the input and output
devices at the process side of the industries. It monitors the inputs receive
from the input devices and takes necessary output control functions by
executing the programs stored in its memory.
The term Logic is used in Programmable Logic Controllers because all the
program inside the PLC will be of Logic programming (eg: Ladder diagrams ).
Question 2: The symbol -(L)- represent what instruction in the PLC language?
A. OUT output unlatch instruction.
B. OTL output latch instruction.
C. Examine off instruction.
D. Output energize instruction.
Question 4: To reset the time for a PLC what condition must be true?
A. Reset rung of TON must be true.
B. Reset rung of TON must be false.
C. RST instruction with timer address must be true.
D. RST instruction with associated timer address must be false.
A. X • Y = Z
B. X + Y = Z
C. X • Y’ = Z
D. None of the above.
Question 6: To increase the number of inputs and outputs of the PLC, one can use
expansion modules.
A. True.
B. False.
C. None of the above.