Lesson 7 Structuring a PLC Program

Lesson 7 Structuring a PLC Program

University

15 Qs

quiz-placeholder

Similar activities

Cuestionario sobre PLC

Cuestionario sobre PLC

University

17 Qs

Automation

Automation

University

10 Qs

Understanding Combinational Circuits

Understanding Combinational Circuits

University

10 Qs

Logic Circuits Quiz

Logic Circuits Quiz

University

10 Qs

Combinational Logic Circuits

Combinational Logic Circuits

University

20 Qs

Exploring VLSI Concepts

Exploring VLSI Concepts

University

10 Qs

INDUSTRIAL  AUTOMATION

INDUSTRIAL AUTOMATION

University

20 Qs

Understanding Schematic and Logic Diagrams

Understanding Schematic and Logic Diagrams

University

20 Qs

Lesson 7 Structuring a PLC Program

Lesson 7 Structuring a PLC Program

Assessment

Quiz

Engineering

University

Medium

Created by

IKHTIARUDDIN IKHWAN

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

To define the programming language used

To map inputs and outputs in the system

To create a user interface for the PLC

To store historical data of the PLC

Answer explanation

The purpose of an Allocation List in a PLC system is to map inputs and outputs, ensuring that each input and output device is correctly identified and configured for the control processes.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Temperature sensor

Solenoid

Light

Motor

Answer explanation

A temperature sensor is an input device in a PLC as it measures environmental conditions and sends data to the controller. In contrast, a solenoid, light, and motor are output devices that perform actions based on the PLC's commands.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In PLC addressing, what does 'I' represent?

Internal

Instruction

Input

Interface

Answer explanation

In PLC addressing, 'I' stands for 'Input', which refers to the signals or data received from external devices. This distinguishes it from other options like 'Internal' or 'Instruction', which have different meanings.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

0

Error

1

Undefined

Answer explanation

An AND gate outputs 1 only when all its inputs are 1. Since all inputs are 1 in this case, the output is 1, making it the correct choice.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which addressing format groups inputs and outputs in bytes?

Hex-Addressing

Bit-Addressing

Word-Addressing

Byte-Addressing

Answer explanation

Byte-Addressing groups inputs and outputs in bytes, making it the correct choice. Unlike Bit-Addressing (which uses bits) and Word-Addressing (which uses words), Byte-Addressing specifically focuses on byte-sized data.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Error

Undefined

0

1

Answer explanation

A NOT gate inverts the input signal. If the input is 1, the output will be 0. Therefore, the correct answer is 0.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to compare two binary numbers?

XOR

OR

NAND

AND

Answer explanation

The XOR function compares two binary numbers by returning 1 for differing bits and 0 for matching bits. This makes it ideal for determining if two binary numbers are equal or different, hence it is the correct choice.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?