wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Lesson 7 Structuring a PLC Program

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What is the purpose of an Allocation List in a PLC system?

a)

To define the programming language used

b)

To map inputs and outputs in the system

c)

To create a user interface for the PLC

d)

To store historical data of the PLC

2.

Which of the following is an example of an input device in a PLC?

a)

Temperature sensor

b)

Solenoid

c)

Light

d)

Motor

3.

In PLC addressing, what does 'I' represent?

a)

Internal

b)

Instruction

c)

Input

d)

Interface

4.

What does the AND gate output when all inputs are 1?

a)

0

b)

Error

c)

1

d)

Undefined

5.

Which addressing format groups inputs and outputs in bytes?

a)

Hex-Addressing

b)

Bit-Addressing

c)

Word-Addressing

d)

Byte-Addressing

6.

What is the output of a NOT gate when the input is 1?

a)

Error

b)

Undefined

c)

0

d)

1

7.

Which function is used to compare two binary numbers?

a)

XOR

b)

OR

c)

NAND

d)

AND

8.

What is the first step in creating an Allocation List?

a)

Assign addresses

b)

Label devices

c)

Identify all devices

d)

Check compatibility

9.

In Omron PLC addressing, what does 'M' indicate?

a)

Motor control

b)

Manual input

c)

Memory or internal bits

d)

Main module

10.

What is the output of an OR gate if all inputs are 0?

a)

1

b)

Undefined

c)

Error

d)

0

11.

Which of the following is a benefit of creating an Allocation List?

a)

Improves system troubleshooting

b)

Eliminates the need for documentation

c)

Increases programming complexity

d)

Reduces device compatibility

12.

What does the NAND gate output when all inputs are binary 1?

a)

Error

b)

Undefined

c)

0

d)

1

13.

Which logic function has only one input and one output?

a)

OR

b)

AND

c)

XOR

d)

NOT

14.

What is the primary difference between hardwired and programmed logic?

a)

Programmed logic requires no devices

b)

Hardwired logic is more flexible

c)

Programmed logic is fixed

d)

Hardwired logic is changeable only by altering connections

15.

What is the output of a NOR gate when all inputs are binary 0?

a)

1

b)

0

c)

Error

d)

Undefined