0% found this document useful (0 votes)
68 views6 pages

PLC Final Exam

The document is a final exam for the Faculty of Engineering at Ibb University, focusing on Programmable Logic Controllers (PLC). It consists of multiple-choice questions, true/false statements, ladder diagram analysis, checksum implementation, and a question regarding register contents after a multibit instruction. The exam covers various aspects of PLC operation, memory types, ladder logic, and signal processing.

Uploaded by

malnaham
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
68 views6 pages

PLC Final Exam

The document is a final exam for the Faculty of Engineering at Ibb University, focusing on Programmable Logic Controllers (PLC). It consists of multiple-choice questions, true/false statements, ladder diagram analysis, checksum implementation, and a question regarding register contents after a multibit instruction. The exam covers various aspects of PLC operation, memory types, ladder logic, and signal processing.

Uploaded by

malnaham
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Ibb University 4th level

Faculty of Engineering PLC


TIME : Two Hour
Final Exam (December 2024)

.............................................................../‫االسم‬

First question: Choose the correct answer(10 marks)

1- The standard form of PLC is ______


A. Programmable Logic Controller C. Pressure Load Controller
B. Programmable Load Controller D. None of the above

2- The type of memory which is fast and temporarily stores the data
which are immediately required for use is called as______.
A. HDD C. RAM
B. ROM D. SSD
3- For PLC’s scan cycle which one is correct?
A. Program execute Output write Input read
B. Input read Output write Program execute
C. Output write Input read Program execute
D. Input read Program execute Output write
4- Solenoids, lamps, motors are connected to
A. Analog input C. Digital input
B. Analog output D. Digital output
5- A ladder diagram is read from………………...
A. left to right and from top to bottom
B. right to left and from top to bottom
C. left to right and from bottom to top
D. right to left and from bottom to top
6- The advantages of PLC are …………..
A. Easy maintenance C. Small in size
B. Reliability is high D. All of the above

7- In PLC operation ___________ retrieves the data into an output


module
A. Input scan C. Program scan
B. Output scan D. None of the above

8- Analog input modules are used in applications where the field


device’s signal is …………
A. digital C. continuous
B. discrete D. None of the above

9- An OR function implemented in ladder logic uses:


A. Normally-closed contacts in series
B. Normally-open contacts in series
C. A single normally-closed contact
D. Normally-open contacts in parallel

10- What are the components that make the programmable logic
controller work?

A. Input and output module


B. CPU
C. Power supply
D. All of the above
Second question: indicate whether the Statement is true or false(20 marks)
1- The power supply unit is needed to convert the mains DC voltage to the low AC
voltage in PLC device( )
2- The programming device is used to enter the required program into the memory unit of
the PLC ( )
3- An up counter increases its accumulated value (the count value in its accumulated
register) each time the up-count event makes an OFF-to-ON transition. ( )
4- The rails are called “power rails” in the ladder diagram( )
5- Rules in ladder logic are termed “Rails” and each rail has a single output. ( )
6- The system power supply provides all of the necessary voltage levels to ensure proper
operation of the processor and memory components.( )
7- A 32- bit microprocessor can manipulate data faster than a 16-bit micro, since it
manipulates twice as much data in one operation.( )
8- If logic continuity is lost before the timer times out, the timer resets the accumulated
register to zero. ( )
9- The scan time is the total time that the PLC takes to complete the I/O update only,
scan.( )
10- The scan time depends on two factors 1- the amount of memory taken by the control
program, and 2- the type of instructions used in the program( )
11- Analog signals have an infinite number of states. ( )
12- The analog instructions used with analog input modules are similar to the instructions
used with multi-bit discrete inputs..( )
13- Executive Area is a temporary stored collection of programs that are part of the
system.( )
14- An up counter increases its accumulated value (the count value in its accumulated
register) each time the up-count event makes an OFF-to-ON transition ( )
15- The input table is an array of bits that stores the status of digital inputs connected to
the PLC’s input interface.( ).
16- The output table is an array of bits that controls the status of digital output devices that
are connected to the PLC’s output interface.( )
17- Analog input interfaces translate continuous analog signals into discrete values that
can be interpreted by PLC processors. ( ).
18- Input module will have an address 1264, which stands for input 1, rack 2, slot 6,
connection 4 ( )
19- Circuit breaker designed to protect an electrical circuit from damage caused by
overload or short circuit( )
20- In DC Inputs Sink/Source If a device provides current when it is ON, it is said to be
sinking current ( )
Third question: Figures 1 , 2 and 3 show ladder diagrams. Which of the
diagrams showing inputs and output signals would occur with that ladder
program?(10 marks)

Figure 1

Figure 2

Figure 3
Question four(10 marks) Implement a checksum utilizing

(a) cyclic redundancy check(CRC) and

(b) Longitudinal Redundancy Check (LRC) and

(c) Cyclic Exclusive-OR Checksum (CX-ORC) techniques for the three, 6-


bit words shown. Place the BCC at the end of the data block?

Word1 101000

Word2 001010

Word3 100011

……………………………………………………………………………………
……………………………………………………………………………………
……………………………………………………………………………………
……………………………………………………………………………………
……………………………………………………………………………………
……………………………………………………………………………………
……………………………………………………………………………………
……………………………………………………………………….…………
……………………………………………………………………………………
……………………………………………………………………………………
……………………………………………………………………………………
……………………………………………………………………………………
…………………………………………………………….……………………
……………………………………………………………………………………
……………………………………………………………………………………
……………………………………………………………………………………
……………………………………………………………………………………
…………………………………………………………………………………
Question 5: What will the contents of register 1000 be after the multibit
instruction shown in Figure below is executed? Note that the digitized
value corresponding to the analog transformation shown in the figure is
represented by 12 bits in binary format.?(10 marks)

………………………………………………………………………………………………………………………
………………………………………………………………………………………………………………………
………………………………………………………………………………………………………………………
………………………………………………………………………………………………………………………
………………………………………………………………………………………………………………………
………………………………………………………………………………………………………………………
………………………………………………………………………………………………………………………
………………………………………………………………………………………………………………………
………………………………………………………………………………………………………………………
………………………………………………………………………………………………………………………
………………………………………………………………………………………………………………………
………………………………………………………………………………………………………………

You might also like