wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

FIRSTLOGIC AUTOMATION QUIZ

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

In ladder logic, what condition must be true for a TON timer to begin accumulating?

a)

The rung is false

b)

The preset value is zero

c)

The enable input is true

d)

The counter is zero

2.

What happens when a retentive timer (RTO) is disabled in the logic?

a)

It resets automatically

b)

It keeps the accumulated value

c)

It resets and disables the preset

d)

It stops the scan cycle

3.

You want to count the number of rejected parts. Which instruction will you use?

a)

CTD

b)

TON

c)

CTU

d)

JMP

4.

What happens if a PLC program uses the same output coil (Y0) in multiple rungs?

a)

All rungs will fail

b)

The last condition scanned will control the output

c)

PLC throws an error

d)

Output alternates randomly

5.

What type of PLC memory is typically non-volatile (retains value after power loss)?

a)

RAM

b)

Temporary memory

c)

EEPROM / Retentive memory

d)

Output register

6.

You want a motor to start only if a door is closed and a sensor is active. What logic should you use?

a)

OR logic

b)

XOR logic

c)

AND logic

d)

NOT logic

7.

What is the purpose of a NEGATIVE edge trigger instruction?

a)

Detect signal rising from 0 to 1

b)

Hold value when condition is true

c)

Delay input signal

d)

Detect signal falling from 1 to 0

8.

What is the best way to control a three-phase motor forward and reverse using PLC logic?

a)

Use a single output with toggling

b)

Hold value when condition is true Use SET for forward, RST for reverse

c)

Use interlocked outputs with separate contacts for forward and reverse

d)

Use analog output for direction control

9.

You observe that HMI is not updating values from the PLC. What could be the issue?

a)

Screen resolution too low

b)

Wrong protocol or tag address

c)

Too many animations

d)

Network ping is low

10.

Which of the following HMI objects is typically used to display analog values (e.g., temperature, speed)?

a)

Text button

b)

LED indicator

c)

Trend chart

d)

Alarm viewer