wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CH 13: PLC Logic & Bit Shift Routines

Total questions: 20

Worksheet time: 30mins

Name
Class
Date
1.

What is the purpose of creating a PLC ladder logic diagram in the context of the objectives?

a)

To use the bit shift right (BSR) instruction

b)

To monitor temperature changes

c)

To calculate power consumption

d)

To design a user interface

2.

What should be opened to monitor the operation of a bit shift instruction?

a)

A data file bit dialog box

b)

A temperature sensor

c)

A power meter

d)

A user interface panel

3.

What is the final objective related to bit shift instructions?

a)

Reset the bit shift instruction to its starting bit position

b)

Increase the speed of the bit shift

c)

Change the direction of the bit shift

d)

Monitor the temperature of the bit shift

4.

How many logic gate instructions are available in Allen-Bradley SLC 500 series PLCs?

a)

Two

b)

Three

c)

Four

d)

Five

5.

In addition to the SLC 500 series, which other controllers have the same logic gate instructions?

a)

MicroLogix and PicoLogix

b)

ControlLogix and CompactLogix

c)

FlexLogix and SoftLogix

d)

VersaLogix and SmartLogix

6.

Which logic gate instruction in Allen-Bradley SLC 500 series PLCs outputs true only if both inputs are true?

a)

OR

b)

AND

c)

XOR

d)

NOT

7.

Which logic gate instruction in Allen-Bradley SLC 500 series PLCs outputs true if exactly one input is true?

a)

AND

b)

OR

c)

XOR

d)

NOT

8.

What is the operation performed by the NOT gate?

a)

Inverts the input

b)

Performs addition

c)

Multiplies the input

d)

Divides the input

9.

What is the result of a bitwise inclusive OR operation?

a)

Only 1 if both bits are 1

b)

1 if at least one bit is 1

c)

0 if both bits are 1

d)

Always 0

10.

In the AND operation, what is the destination register?

a)

B3:1

b)

B3:4

c)

B3:7

d)

B3:10

11.

Which operation uses the source A register B3:8?

a)

NOT

b)

AND

c)

OR

d)

XOR

12.

What is the result of an AND instruction when one of the corresponding bits is 0?

a)

Generates a logic high (1)

b)

Generates a logic low (0)

c)

Converts to a logic high (1)

d)

Converts to a logic low (0) only if all bits are 1

13.

What does the document mention about input words?

a)

They are used in arithmetic operations.

b)

They are part of the logic instructions' operations.

c)

They are stored in a database.

d)

They are used for programming languages.

14.

What is shown in the diagram?

a)

A flowchart of a program

b)

A table of binary data

c)

A list of programming languages

d)

A diagram of a computer network

15.

What does the status bit S2:0/0 represent in the processor status file?

a)

Overflow (O)

b)

Zero (Z)

c)

Carry (C)

d)

Sign (S)

16.

Which status bit is associated with the Overflow (O) condition?

a)

S2:0/0

b)

S2:0/1

c)

S2:0/2

d)

S2:0/3

17.

What is the description for the status bit S2:0/2?

a)

Carry (C)

b)

Overflow (O)

c)

Zero (Z)

d)

Sign (S)

18.

Which status bit corresponds to the Sign (S) condition?

a)

S2:0/0

b)

S2:0/1

c)

S2:0/2

d)

S2:0/3

19.

What is the condition for the output to be high in an Exclusive OR (XOR) operation?

a)

Both inputs are high

b)

Both inputs are low

c)

One input is high and the other is low

d)

Both inputs are the same

20.

What is one common use of PLC shift instructions?

a)

To control temperature in a plant

b)

To manage inventory levels

c)

To control display signs in a plant or outside

d)

To monitor employee attendance