PLC Programming Questions Flashcards

1
Q

What does an “output module” in a PLC do?
a) Reads sensor inputs
b) Controls external devices
c) Executes the ladder logic program
d) Monitors voltage levels

A

b) Controls external devices

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

Which PLC component stores the user program?
a) RAM
b) ROM
c) EEPROM
d) CPU

A

c) EEPROM

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

What is the primary function of ladder logic in PLC programming?
a) Create mechanical diagrams
b) Simplify troubleshooting of hydraulic systems
c) Program control sequences using graphical symbols
d) Test the electrical resistance of components

A

c) Program control sequences using graphical symbols

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

What does a “normally open” (NO) contact in a PLC mean?
a) The contact is always closed
b) The contact closes when energized
c) The contact opens when energized
d) The contact is always open

A

b) The contact closes when energized

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

What is a “scan cycle” in a PLC?
a) The process of running a program continuously
b) A one-time program execution
c) A diagnostic check of hardware
d) A test for ladder logic errors

A

a) The process of running a program continuously

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

Which programming language is commonly used for PLCs?
a) Assembly
b) Ladder logic
c) Python
d) Java

A

b) Ladder logic

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

What is the purpose of an HMI in a PLC system?
a) To control motors
b) To interface with the operator
c) To store the PLC program
d) To measure current

A

b) To interface with the operator

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

What does the term “real-time” mean in PLC systems?
a) Program execution is delayed
b) Program execution happens instantly
c) Program execution happens as events occur
d) Program execution happens in parallel

A

c) Program execution happens as events occur

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

What is the purpose of a rung in ladder logic programming?
a) To create a visual diagram
b) To represent a single logical operation
c) To interface with sensors
d) To display the scan time

A

b) To represent a single logical operation

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

PLCs were originally designed as replacements for:
a) Microcomputers
b) Relay control panels
c) Analog controllers
d) Digital controllers

A

b) Relay control panels

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

The primary function of a PLC is to:
a) Amplify various weak signal sources
b) Control a high voltage output with a low voltage input
c) Control the speed of motors
d) Make logical decisions and control outputs based on them

A

d) Make logical decisions and control outputs based on them

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

Modifying relay-type process control circuits usually involves changing the:
a) Circuit wiring
b) Input circuit modules
c) Output circuit modules
d) Circuit operating voltage levels

A

a) Circuit wiring

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

Which of the following is not an advantage that PLCs offer over conventional relay-type control systems?
a) Smaller size
b) Less expensive
c) Higher current capacity
d) More reliable

A

c) Higher current capacity

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

The main difference between a PLC and a relay control system is that:
a) Different types of input devices are used
b) Different types of output devices are used
c) Different input and output voltage levels are used
d) One uses hardwired relay control logic and the other uses programmed instructions

A

d) One uses hardwired relay control logic and the other uses programmed instructions

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

Which type of connector is most commonly used for Ethernet networking?
a) RJ11
b) RJ45
c) DB9
d) SC

A

b) RJ45

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

Which of the following connectors is typically used for coaxial cable?
a) F-Type
b) USB Type-B
c) RJ45
d) LC

A

a) F-Type

17
Q

Which connector is used in legacy systems for serial communication?
a) DB9
b) RJ45
c) USB Type-C
d) SC

A

a) DB9

18
Q

Which connector type is often used for RS485 communication in industrial PLC systems?
a) Phoenix Terminal Blocks
b) RJ45
c) SC
d) USB Type-A

A

a) Phoenix Terminal Blocks

19
Q

When programming a PLC remotely over a network, which connector is typically used?
a) USB Type-B
b) HDMI
c) RJ45
d) DB9

A

c) RJ45

20
Q

What does it indicate if a PLC’s fault light is on?
a) The power supply is disconnected
b) The CPU has detected an error in the program or hardware
c) All inputs and outputs are functioning correctly
d) The PLC is running normally

A

b) The CPU has detected an error in the program or hardware

21
Q

Which type of PLC I/O module is used for connecting sensors like temperature probes?
a) Digital Input Module
b) Analog Input Module
c) Output Module
d) Communication Module

A

b) Analog Input Module