









































































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This practice exam covers fundamental concepts of programmable logic controllers (plcs), including plc components, memory types, signal ranges, and programming languages. It includes questions on ladder logic, timers, counters, and arithmetic operations. The exam is designed to test understanding of plc systems and their applications in industrial automation, providing explanations for each answer to enhance learning and comprehension. It is useful for students and professionals in automation and control engineering.
Typology: Exams
1 / 81
This page cannot be seen from the preview
Don't miss anything!










































































Question 1. What is the primary function of a Programmable Logic Controller (PLC) in industrial automation? A) Data storage B) Process control and automation C) Graphics rendering D) Web browsing Answer: B Explanation: PLCs are designed to automate and control industrial processes, replacing traditional relay- based control systems. Question 2. Which company developed the first commercially successful PLC? A) Siemens B) Allen-Bradley C) Modicon D) Mitsubishi Answer: C Explanation: Modicon developed the first PLC, the Modicon 084, which was introduced in the late 1960s. Question 3. Which of the following is not a main component of a PLC system? A) Processor module B) Input/Output modules C) Power supply D) Ink cartridge Answer: D Explanation: Ink cartridges are not used in PLCs; the main components are processor, I/O modules, and power supply.
Question 4. What distinguishes a modular PLC from a fixed (compact) PLC? A) Modular PLCs allow expansion of I/O modules B) Fixed PLCs have more memory C) Modular PLCs have built-in HMI D) Fixed PLCs are always wireless Answer: A Explanation: Modular PLCs can be expanded by adding more I/O modules, whereas fixed PLCs have a set number of I/O. Question 5. Which type of memory in a PLC is non-volatile and retains data when power is lost? A) RAM B) ROM C) DRAM D) Cache Answer: B Explanation: ROM (Read-Only Memory) is non-volatile and retains its data even when the power is off. Question 6. What is the main role of the CPU in a PLC? A) Provide power B) Execute control program logic C) Store recipes D) Display graphics Answer: B Explanation: The CPU executes the control logic and manages communication between modules.
Question 10. Which module is used for fast event counting in a PLC system? A) Analog input module B) Power supply module C) High-speed counter module D) Communication module Answer: C Explanation: High-speed counter modules are designed for fast, accurate counting of pulses and events. Question 11. What is the first step in the typical PLC scan cycle? A) Output update B) Program execution C) Input scan D) Memory backup Answer: C Explanation: The scan cycle begins with the Input Scan, reading the status of all inputs. Question 12. Which number system do PLCs typically use to represent logic operations? A) Decimal B) Binary C) Octal D) Hexadecimal Answer: B Explanation: PLCs use binary logic (0 and 1) for digital operations and processing.
Question 13. What is the logic gate that outputs true only when both inputs are true? A) OR B) AND C) NOR D) XOR Answer: B Explanation: The AND gate requires both inputs to be true for the output to be true. Question 14. Which PLC programming language uses rungs and rails to represent logic? A) Structured Text B) Function Block Diagram C) Ladder Diagram D) Instruction List Answer: C Explanation: Ladder Diagram (LD) uses rungs and rails, resembling electrical relay logic diagrams. Question 15. What does XIC stand for in ladder logic? A) Examine If Closed B) Execute Internal Code C) Exclude Input Contact D) Exit Instruction Cycle Answer: A Explanation: XIC (Examine If Closed) checks if a bit or input is true (closed). Question 16. Which instruction in ladder logic is used to set an output to ON?
B) TOF delays turning output off C) TOF resets automatically D) TOF can count pulses Answer: B Explanation: TOF (Off-Delay Timer) delays turning an output OFF after the rung goes false. Question 20. Why is a Retentive Timer (RTO) used? A) It resets on power loss B) It retains accumulated value after being disabled C) It is used only for analog signals D) It counts events Answer: B Explanation: RTO retains its accumulated value even when the rung goes false and only resets with a RES instruction. Question 21. Which counter instruction would you use to count upward events? A) CTD B) CTU C) RTO D) TON Answer: B Explanation: CTU (Count Up) increments the count with each event. Question 22. What is the purpose of a sealing circuit in PLC logic? A) To provide a reset signal
B) To maintain output after input is released C) To disable outputs D) To delay input Answer: B Explanation: Sealing circuits (latching) maintain an output ON after the initiating input is released. Question 23. Which PLC instruction allows conditional skipping to another part of the program? A) JMP B) TON C) MOV D) ADD Answer: A Explanation: JMP (Jump) skips to a labeled part of the program based on a condition. Question 24. What does the MOV instruction do in ladder logic? A) Moves data from one register to another B) Moves an output device C) Starts a timer D) Resets a counter Answer: A Explanation: MOV instructions copy data from a source to a destination register or memory location. Question 25. Which of the following is NOT an arithmetic operation in PLC programming? A) ADD B) SUB
D) Instruction List Answer: B Explanation: Structured Text is a high-level language suitable for complex calculations and control structures. Question 29. What is the primary use of a Function Block Diagram (FBD) in PLC programming? A) Graphic representation of logic functions B) Sequential charting C) Binary calculations D) Data storage Answer: A Explanation: FBD uses graphical blocks to represent logic, making it intuitive for process engineers. Question 30. Which IEC standard defines PLC programming languages? A) IEC 60617 B) IEC 61131- 3 C) IEC 61850 D) IEC 61508 Answer: B Explanation: IEC 61131-3 specifies standard PLC programming languages. Question 31. What is the typical output of an Analog-to-Digital Converter (ADC) in a PLC? A) Analog signal B) Binary digital value C) AC voltage
D) Resistance Answer: B Explanation: ADCs convert analog signals into digital (binary) values for PLC processing. Question 32. In PLC memory, what is a "word" typically composed of? A) 2 bits B) 4 bits C) 8 bits D) 16 bits Answer: D Explanation: A word is generally 16 bits in PLCs, allowing storage of larger data. Question 33. What is the main advantage of using EEPROM in a PLC? A) Fast read/write B) Non-volatile, reprogrammable memory C) Large storage D) High cost Answer: B Explanation: EEPROM retains data when power is off and can be rewritten. Question 34. What is the purpose of a Master Control Relay (MCR) zone in a PLC program? A) Increase scan speed B) Enable/disable segments of logic C) Store analog signals D) Communicate with other PLCs
Explanation: Communication modules allow PLCs to connect with networks and other devices. Question 38. What is the primary benefit of using a PID control module in a PLC? A) Faster scan time B) Continuous process control C) Increased memory D) Lower cost Answer: B Explanation: PID modules provide precise, continuous control over processes like temperature and pressure. Question 39. What is a SCADA system primarily used for? A) Local machine control B) Supervisory control and data acquisition C) Programming PLCs D) Networking computers Answer: B Explanation: SCADA systems monitor, control, and acquire data from remote industrial processes. Question 40. What is the main advantage of using Ethernet/IP in industrial networks? A) Wireless connectivity B) High-speed, standard Ethernet communication C) Reduced power consumption D) Limited device support Answer: B
Explanation: Ethernet/IP enables high-speed communication using standard Ethernet protocols. Question 41. Which topology connects all devices to a single central hub? A) Bus B) Ring C) Star D) Mesh Answer: C Explanation: In star topology, each device connects to a central hub or switch. Question 42. What is the primary purpose of redundancy in a PLC system? A) Save memory B) Ensure high availability and reliability C) Reduce scan time D) Increase programming complexity Answer: B Explanation: Redundancy prevents system downtime by providing backup components. Question 43. Which safety standard covers Safety Integrity Levels (SIL) in industrial control? A) ISO 9001 B) IEC 61508 C) IEC 61131- 3 D) IEEE 802. Answer: B Explanation: IEC 61508 defines SILs for functional safety in industrial automation.
Question 47. What is the function of the Enable (EN) bit in a timer instruction? A) Indicates timer is not operating B) Indicates timer is currently enabled C) Indicates timer is done D) Indicates memory error Answer: B Explanation: The EN bit shows the timer is actively timing. Question 48. What does a "forced" I/O mean in PLC diagnostics? A) Output is permanently disabled B) Input or output is manually set regardless of real-world state C) Memory is erased D) Power is increased Answer: B Explanation: Forcing I/O lets users test system behavior by overriding actual input or output states. Question 49. Which industrial network protocol uses differential signaling for noise immunity? A) Modbus RTU B) Ethernet C) RS- 485 D) Wi-Fi Answer: C Explanation: RS-485 uses differential signaling, making it robust in noisy environments. Question 50. What is the main benefit of using a Human-Machine Interface (HMI) with a PLC?
A) Data backup B) Real-time monitoring and control visualization C) Memory expansion D) Error logging only Answer: B Explanation: HMIs provide operators with graphical interfaces to monitor and control processes. Question 51. Which instruction is used for copying a block of data in a PLC? A) MOV B) COP C) ADD D) JMP Answer: B Explanation: COP (Copy) is used to duplicate blocks of data from one location to another. Question 52. What type of PLC memory is lost when power is removed? A) EEPROM B) RAM C) ROM D) Flash Answer: B Explanation: RAM is volatile and loses data when power is off. Question 53. Which PLC module provides communication with field devices over a network? A) Analog input module
Answer: B Explanation: OTU (Output Unlatch) resets a latched output. Question 57. Which data type is most commonly used for single digital values in PLCs? A) Integer B) Bit C) Word D) Byte Answer: B Explanation: A bit stores a single digital value (0 or 1). Question 58. What is the main role of a watchdog timer? A) Prevents memory errors B) Detects scan overruns and system faults C) Increases speed D) Provides analog output Answer: B Explanation: Watchdog timers monitor scan cycle completion to detect faults. Question 59. What is the function of the RES instruction in PLC timers and counters? A) Retains accumulated value B) Resets the accumulated value to zero C) Sets output
D) Copies data Answer: B Explanation: RES resets the accumulated value of timers and counters. Question 60. In what scenario would you use a bidirectional counter (CTUD)? A) Output only B) Analog input conversion C) Tracking objects moving forward and backward D) High-speed ADC Answer: C Explanation: CTUD counts both upwards and downwards, ideal for tracking bidirectional movement. Question 61. What is the function of the TT (Timer Timing) bit in a timer instruction? A) Indicates timer is enabled B) Indicates timer is actively counting C) Indicates timer is done D) Indicates a memory error Answer: B Explanation: TT is true while the timer is accumulating time. Question 62. Which type of PLC memory is typically used for firmware storage? A) RAM B) ROM C) Cache D) Register