Deck 7: Program Control Instructions

ملء الشاشة (f)
exit full mode
سؤال
Power to the PLC input and output devices are usually controlled by means of a hardwired Master Control Relay circuit.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
The label instruction has a logical true condition.
سؤال
The immediate I/O instruction is most useful if the instruction associated with the device is at the beginning of the program.
سؤال
The immediate I/O instruction is used with critical I/O devices that require updating in advance of the I/O scan.
سؤال
In a jump-to-label program, the label instruction is used to identify the ladder rung that is the target destination of the JMP instruction.
سؤال
The safest way to wire a stop button to a PLC system is to use an NC contact programmed to examine for an ON condition.
سؤال
The master control relay instruction can be used as a substitute for a disconnect switch.
سؤال
The use of a motor starter seal-in contact in place of a programmed contact provides positive feedback about the exact status of the motor.
سؤال
The forcing capability of a PLC allows the user to turn an external I/O on or off regardless of the state of the device.
سؤال
Master control reset (MCR) and jump (JMP) are often referred to as override instructions.
سؤال
The use of the immediate I/O instruction increases the total scan time of the program.
سؤال
A main disconnect switch is installed on the incoming power lines as a means of removing power from the entire PLC system.
سؤال
The jump-to-subroutine instruction is used where a machine has a portion of its cycle that must be repeated several times during one machine cycle.
سؤال
When the MCR instruction is true, all rung outputs below the MCR will be controlled by their respective input conditions.
سؤال
The label address must match that of the JMP instruction with which it is used.
سؤال
Random forcing of given inputs or outputs can cause equipment damage.
سؤال
When the program scan reaches an immediate I/O instruction, the scan is interrupted and the bits of the addressed word are updated.
سؤال
Emergency stop circuits should be hardwired outside of the controller program so that, in the event of total controller failure, independent and rapid shutdown means are available.
سؤال
The MCR instruction can only be programmed to control an entire circuit.
سؤال
The JMP instruction does not contribute to logic continuity and, for all practical purposes, is always logically true.
سؤال
When the MCR instruction is false, output(s) ____ will always be de-energized. <strong>When the MCR instruction is false, output(s) ____ will always be de-energized.  </strong> A)M, PL1 and SOL B)M and PL1 C)PL1 D)SOL <div style=padding-top: 35px>

A)M, PL1 and SOL
B)M and PL1
C)PL1
D)SOL
سؤال
Each JMP instruction must have a LBL instruction.
سؤال
The fault routine allows for an orderly shutdown in case of a fault.
سؤال
The MCR instruction is not a replacement for a hardwired master control relay that provides emergency stop.
سؤال
Which of the following PLC instructions would not be classified as an override instruction?

A)Master control reset
B)Jump-to-subroutine
C)Output energize
D)Jump-to-label
سؤال
You must de-energize the JMP instruction to activate it.
سؤال
Forcing outputs affects only the addressed output terminal.
سؤال
Programming the selectable timed interrupt is done when a section of program needs to be executed on a time basis rather than on an event basis.
سؤال
Nesting subroutines allow you to direct program flow from the main program to a subroutine and then to another subroutine.
سؤال
When programming MCR instructions, the first rung has a conditional MCR output instruction and the last rung is an unconditional MCR rung.
سؤال
The JMP instruction allows a section of a program to be jumped when a production fault occurs.
سؤال
When an MCR zone goes false, off-delay timers within the zone will automatically activate and begin their off delay cycle.
سؤال
The MCR instruction establishes a zone in the user program in which all nonretentive outputs can be:

A)turned on simultaneously.
B)turned off simultaneously.
C)turned on in a defined sequence.
D)turned off in a defined sequence.
سؤال
A latch instruction will automatically unlatch if it is contained within a de-energized MCR zone.
سؤال
Jumping to a subroutine does not cause any rungs of the main program to be skipped over.
سؤال
You must energize the MCR instruction to activate it.
سؤال
Assume that the MCR instruction makes a false-to-true transition. As a result: <strong>Assume that the MCR instruction makes a false-to-true transition. As a result:  </strong> A)all outputs will be controlled by the respective input conditions. B)all nonretentive outputs will de-energize. C)all retentive outputs will de-energize. D)all nonretentive outputs will energize. <div style=padding-top: 35px>

A)all outputs will be controlled by the respective input conditions.
B)all nonretentive outputs will de-energize.
C)all retentive outputs will de-energize.
D)all nonretentive outputs will energize.
سؤال
It is not possible to jump backward in the program.
سؤال
Nested subroutines make complex programming easier.
سؤال
The temporary end instruction, when true, stops the program scan.
سؤال
The fenced zone controlled by the MCR instruction is (are): <strong>The fenced zone controlled by the MCR instruction is (are):  </strong> A)rungs No.1 through No.8. B)rungs No.3 through No.6. C)rungs No.2 and No.6. D)rung No.2. <div style=padding-top: 35px>

A)rungs No.1 through No.8.
B)rungs No.3 through No.6.
C)rungs No.2 and No.6.
D)rung No.2.
سؤال
Immediate instructions are most useful when programmed:

A)immediately after the I/O scan has occurred.
B)immediately prior to the I/O scan.
C)at the middle or toward the end of the program.
D)near the beginning of the program.
سؤال
The use of immediate instructions:

A)increases the total scan time of the program.
B)decreases the total scan time of the program.
C)increases the number of rungs that can be programmed.
D)decreases the number of rungs that can be programmed.
سؤال
When the jump-to-label instruction is executed, the outputs of the jumped rungs: <strong>When the jump-to-label instruction is executed, the outputs of the jumped rungs:  </strong> A)are all energized. B)are all de-energized. C)are all immediately updated. D)remain in their last state. <div style=padding-top: 35px>

A)are all energized.
B)are all de-energized.
C)are all immediately updated.
D)remain in their last state.
سؤال
The immediate input and output instructions provide a way of:

A)ending the program immediately.
B)restarting the program immediately.
C)temporarily interrupting the program scan to allow selected bits in the data table to be updated.
D)temporarily interrupting the program scan to reset all bits in the data table to zero.
سؤال
Forcing functions are often used:

A)to continue a machine process until a faulty field device can be repaired.
B)for testing purposes during an initial start-up.
C)for troubleshooting purposes.
D)all of these.
سؤال
Immediate instructions should be used only when:

A)a program must be halted immediately.
B)a program must be restarted immediately.
C)the updating of an input or output is critical to your operation.
D)the resetting of all bits in the data table is critical to your operation.
سؤال
Which output is not affected by the JMP instruction? <strong>Which output is not affected by the JMP instruction?  </strong> A)M B)SOL 1 C)SOL 2 D)PL2 <div style=padding-top: 35px>

A)M
B)SOL 1
C)SOL 2
D)PL2
سؤال
The forcing function of a PLC allows the user to turn an external input or output on or off:

A)according to the forced program.
B)according to the main program.
C)from the keyboard regardless of its actual status.
D)all of these.
سؤال
The latch and unlatch instructions would be classified as: <strong>The latch and unlatch instructions would be classified as:  </strong> A)retentive outputs. B)nonretentive outputs. C)condition instructions. D)unconditional instructions. <div style=padding-top: 35px>

A)retentive outputs.
B)nonretentive outputs.
C)condition instructions.
D)unconditional instructions.
سؤال
The label (LBL) instruction:

A)is always logically true.
B)has the same address as the JMP instruction with which it is used.
C)is used to identify the ladder rung that is the target destination of the JMP instruction.
D)all of these.
سؤال
Assume output SOL C is energized at the time the MCR instruction makes a true-to-false transition. As a result, output SOL C will: <strong>Assume output SOL C is energized at the time the MCR instruction makes a true-to-false transition. As a result, output SOL C will:  </strong> A)de-energize. B)remain energized. C)remain energized but still be controlled by inputs LS3 and LS4. D)de-energize but still be controlled by inputs LS3 and LS4. <div style=padding-top: 35px>

A)de-energize.
B)remain energized.
C)remain energized but still be controlled by inputs LS3 and LS4.
D)de-energize but still be controlled by inputs LS3 and LS4.
سؤال
Assume the alarm output is activated. This would require the: <strong>Assume the alarm output is activated. This would require the:  </strong> A)temperature switch input to be true. B)manual Automatic input to be true. C)LS4 input to be true. D)temperature switch input and Manual Automatic input to be true. <div style=padding-top: 35px>

A)temperature switch input to be true.
B)manual Automatic input to be true.
C)LS4 input to be true.
D)temperature switch input and Manual Automatic input to be true.
سؤال
Which of the following instructions would most likely be programmed outside the jumped area of a program?

A)Latch and unlatch instructions
B)Timer and counter instructions
C)Immediate inputs and outputs
D)Forced inputs and outputs
سؤال
The jump-to-subroutine instruction can save a great deal of duplicate programming in cases:

A)that require the programming of several timers.
B)that require the programming of several counters.
C)where a machine has a portion of its cycle that must be repeated several times during one machine cycle.
D)all of these.
سؤال
When the processor scan reaches the RET instruction, it will return the processor to the: <strong>When the processor scan reaches the RET instruction, it will return the processor to the:  </strong> A)start of the program. B)end of the program. C)rung above the JSR instruction. D)rung below the JSR instruction. <div style=padding-top: 35px>

A)start of the program.
B)end of the program.
C)rung above the JSR instruction.
D)rung below the JSR instruction.
سؤال
Which of the following is the conditional instruction that controls the MCR zone? <strong>Which of the following is the conditional instruction that controls the MCR zone?  </strong> A)Stop B)Start C)Manual Automatic D)Temperature Switch <div style=padding-top: 35px>

A)Stop
B)Start
C)Manual Automatic
D)Temperature Switch
سؤال
Rungs 5, 6, and 7 are not scanned by the processor when rung ____ has logic continuity. <strong>Rungs 5, 6, and 7 are not scanned by the processor when rung ____ has logic continuity.  </strong> A)1 B)2 C)3 D)4 <div style=padding-top: 35px>

A)1
B)2
C)3
D)4
سؤال
The main advantage to the jump-to-label instruction is that:

A)any number of rungs may be programmed between the jump and label rungs.
B)it allows you to use one set of condition instructions to control multiple outputs.
C)it allows you to use one set of condition instructions to control multiple inputs.
D)it has the ability to reduce the processor scan time.
سؤال
When the examine on sensor instruction is true, the processor: <strong>When the examine on sensor instruction is true, the processor:  </strong> A)turns on all outputs in the subroutine area. B)turns off all outputs in the subroutine area. C)stops executing the subroutine. D)starts executing the subroutine. <div style=padding-top: 35px>

A)turns on all outputs in the subroutine area.
B)turns off all outputs in the subroutine area.
C)stops executing the subroutine.
D)starts executing the subroutine.
سؤال
The actual status of output address 0:2/5 is ____, but the forced status is ____ . <strong>The actual status of output address 0:2/5 is ____, but the forced status is ____ .  </strong> A)false ...true B)true ...false C)false ...false D)true ...true <div style=padding-top: 35px>

A)false ...true
B)true ...false
C)false ...false
D)true ...true
سؤال
The output of 0:2/5 would be ____ and the output of 0:2/6 would be ____ . <strong>The output of 0:2/5 would be ____ and the output of 0:2/6 would be ____ .  </strong> A)false ...true B)true ...false C)false ...false D)true ...true <div style=padding-top: 35px>

A)false ...true
B)true ...false
C)false ...false
D)true ...true
سؤال
The ____ is the target for the JMP instruction.

A)LBL
B)TND
C)IOT
D)RET
سؤال
Assume that the stop button was changed to a normally open contact type. As a result, the program could be made to operate as before by changing the instruction at address: <strong>Assume that the stop button was changed to a normally open contact type. As a result, the program could be made to operate as before by changing the instruction at address:  </strong> A)stop to examine if open. B)start to examine if open. C)starter auxiliary contact to examine if open. D)stop to examine if open and starter auxiliary contact to examine if open. <div style=padding-top: 35px>

A)stop to examine if open.
B)start to examine if open.
C)starter auxiliary contact to examine if open.
D)stop to examine if open and starter auxiliary contact to examine if open.
سؤال
PLC emergency stop circuits should be:

A)hardwired outside the controller program.
B)programmed as part of the MCR instruction.
C)programmed as part of the zone control last state instruction.
D)programmed as an immediate input instruction.
سؤال
When replacing modules or working on equipment controlled by the PLC installation, the safest way to proceed is to: <strong>When replacing modules or working on equipment controlled by the PLC installation, the safest way to proceed is to:  </strong> A)de-energize the MCR coil. B)block open the emergency stop switch. C)remove the fuse from the circuit. D)pull and lock the disconnect switch. <div style=padding-top: 35px>

A)de-energize the MCR coil.
B)block open the emergency stop switch.
C)remove the fuse from the circuit.
D)pull and lock the disconnect switch.
سؤال
A JSR instruction:

A)tells the processor to jump from the main program to a subroutine area or file.
B)tells the process to execute the fault routine.
C)latches outputs when energized.
D)latches outputs when de-energized.
سؤال
Power to the processor module is controlled by the: <strong>Power to the processor module is controlled by the:  </strong> A)master control relay. B)start/stop buttons. C)main disconnect switch. D)All of these choices are correct <div style=padding-top: 35px>

A)master control relay.
B)start/stop buttons.
C)main disconnect switch.
D)All of these choices are correct
سؤال
The ____ instruction stops the processor from scanning the rest of the program.

A)LBL
B)IOT
C)TND
D)STI
سؤال
The use of the starter auxiliary contact instead of a programmed contact: <strong>The use of the starter auxiliary contact instead of a programmed contact:  </strong> A)is more costly. B)is safer. C)provides positive feedback about the exact status of the motor. D)all of these. <div style=padding-top: 35px>

A)is more costly.
B)is safer.
C)provides positive feedback about the exact status of the motor.
D)all of these.
سؤال
A JMP instruction is similar to a(n):

A)MCR command.
B)ZCL command.
C)skip command.
D)JSR command.
سؤال
The transformer is used to: <strong>The transformer is used to:  </strong> A)isolate the controller from the main power lines. B)step up the main power line voltage. C)provide the low-voltage do operating voltage for the controller. D)All of these choices are correct <div style=padding-top: 35px>

A)isolate the controller from the main power lines.
B)step up the main power line voltage.
C)provide the low-voltage do operating voltage for the controller.
D)All of these choices are correct
سؤال
Assume the processor comes equipped with a normally closed fault relay contact output designed to open when a processor malfunction is detected. This contact would be: <strong>Assume the processor comes equipped with a normally closed fault relay contact output designed to open when a processor malfunction is detected. This contact would be:  </strong> A)programmed as part of the MCR instruction. B)programmed as part of the zone control last state instruction. C)hardwired in series with the emergency stop button. D)hardwired in parallel with the emergency stop button. <div style=padding-top: 35px>

A)programmed as part of the MCR instruction.
B)programmed as part of the zone control last state instruction.
C)hardwired in series with the emergency stop button.
D)hardwired in parallel with the emergency stop button.
سؤال
The actual status of input 1:1/3 is ____ but the forced status is ____. <strong>The actual status of input 1:1/3 is ____ but the forced status is ____.  </strong> A)false ...true B)true ...false C)false ...false D)true ...true <div style=padding-top: 35px>

A)false ...true
B)true ...false
C)false ...false
D)true ...true
سؤال
Forcing functions should not be used:

A)with retentive outputs.
B)with nonretentive outputs.
C)with immediate I/O instructions.
D)without consideration for any potential unsafe effects.
سؤال
The status of examine on instruction 0:2/5 would be ____ and the status of output 0:2/6 would be ____ . <strong>The status of examine on instruction 0:2/5 would be ____ and the status of output 0:2/6 would be ____ .  </strong> A)false ...true B)true ...false C)false ...false D)true ...true <div style=padding-top: 35px>

A)false ...true
B)true ...false
C)false ...false
D)true ...true
سؤال
The MCR instruction:

A)is an output instruction.
B)is used in pairs.
C)is used to disable or enable a zone within a ladder program.
D)all of these.
سؤال
Assume that the NC stop button is replaced with an NO stop button and that the program is changed so it operates as before. Should the field wire connected to one end of the stop button break off: <strong>Assume that the NC stop button is replaced with an NO stop button and that the program is changed so it operates as before. Should the field wire connected to one end of the stop button break off:  </strong> A)the motor would stop automatically. B)pressing the stop button would stop the motor. C)pressing both the start and stop buttons would stop the motor. D)none of these. <div style=padding-top: 35px>

A)the motor would stop automatically.
B)pressing the stop button would stop the motor.
C)pressing both the start and stop buttons would stop the motor.
D)none of these.
سؤال
Power to the input and output module is controlled by the: <strong>Power to the input and output module is controlled by the:  </strong> A)master control relay. B)start/stop buttons. C)main disconnect switch. D)All of these choices are correct <div style=padding-top: 35px>

A)master control relay.
B)start/stop buttons.
C)main disconnect switch.
D)All of these choices are correct
سؤال
The ____ instruction will return the scan to your main program at the completion of the subroutine.

A)LBL
B)IIN
C)TND
D)RET
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/92
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 7: Program Control Instructions
1
Power to the PLC input and output devices are usually controlled by means of a hardwired Master Control Relay circuit.
True
2
The label instruction has a logical true condition.
True
3
The immediate I/O instruction is most useful if the instruction associated with the device is at the beginning of the program.
False
4
The immediate I/O instruction is used with critical I/O devices that require updating in advance of the I/O scan.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
5
In a jump-to-label program, the label instruction is used to identify the ladder rung that is the target destination of the JMP instruction.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
6
The safest way to wire a stop button to a PLC system is to use an NC contact programmed to examine for an ON condition.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
7
The master control relay instruction can be used as a substitute for a disconnect switch.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
8
The use of a motor starter seal-in contact in place of a programmed contact provides positive feedback about the exact status of the motor.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
9
The forcing capability of a PLC allows the user to turn an external I/O on or off regardless of the state of the device.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
10
Master control reset (MCR) and jump (JMP) are often referred to as override instructions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
11
The use of the immediate I/O instruction increases the total scan time of the program.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
12
A main disconnect switch is installed on the incoming power lines as a means of removing power from the entire PLC system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
13
The jump-to-subroutine instruction is used where a machine has a portion of its cycle that must be repeated several times during one machine cycle.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
14
When the MCR instruction is true, all rung outputs below the MCR will be controlled by their respective input conditions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
15
The label address must match that of the JMP instruction with which it is used.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
16
Random forcing of given inputs or outputs can cause equipment damage.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
17
When the program scan reaches an immediate I/O instruction, the scan is interrupted and the bits of the addressed word are updated.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
18
Emergency stop circuits should be hardwired outside of the controller program so that, in the event of total controller failure, independent and rapid shutdown means are available.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
19
The MCR instruction can only be programmed to control an entire circuit.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
20
The JMP instruction does not contribute to logic continuity and, for all practical purposes, is always logically true.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
21
When the MCR instruction is false, output(s) ____ will always be de-energized. <strong>When the MCR instruction is false, output(s) ____ will always be de-energized.  </strong> A)M, PL1 and SOL B)M and PL1 C)PL1 D)SOL

A)M, PL1 and SOL
B)M and PL1
C)PL1
D)SOL
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
22
Each JMP instruction must have a LBL instruction.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
23
The fault routine allows for an orderly shutdown in case of a fault.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
24
The MCR instruction is not a replacement for a hardwired master control relay that provides emergency stop.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
25
Which of the following PLC instructions would not be classified as an override instruction?

A)Master control reset
B)Jump-to-subroutine
C)Output energize
D)Jump-to-label
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
26
You must de-energize the JMP instruction to activate it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
27
Forcing outputs affects only the addressed output terminal.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
28
Programming the selectable timed interrupt is done when a section of program needs to be executed on a time basis rather than on an event basis.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
29
Nesting subroutines allow you to direct program flow from the main program to a subroutine and then to another subroutine.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
30
When programming MCR instructions, the first rung has a conditional MCR output instruction and the last rung is an unconditional MCR rung.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
31
The JMP instruction allows a section of a program to be jumped when a production fault occurs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
32
When an MCR zone goes false, off-delay timers within the zone will automatically activate and begin their off delay cycle.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
33
The MCR instruction establishes a zone in the user program in which all nonretentive outputs can be:

A)turned on simultaneously.
B)turned off simultaneously.
C)turned on in a defined sequence.
D)turned off in a defined sequence.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
34
A latch instruction will automatically unlatch if it is contained within a de-energized MCR zone.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
35
Jumping to a subroutine does not cause any rungs of the main program to be skipped over.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
36
You must energize the MCR instruction to activate it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
37
Assume that the MCR instruction makes a false-to-true transition. As a result: <strong>Assume that the MCR instruction makes a false-to-true transition. As a result:  </strong> A)all outputs will be controlled by the respective input conditions. B)all nonretentive outputs will de-energize. C)all retentive outputs will de-energize. D)all nonretentive outputs will energize.

A)all outputs will be controlled by the respective input conditions.
B)all nonretentive outputs will de-energize.
C)all retentive outputs will de-energize.
D)all nonretentive outputs will energize.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
38
It is not possible to jump backward in the program.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
39
Nested subroutines make complex programming easier.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
40
The temporary end instruction, when true, stops the program scan.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
41
The fenced zone controlled by the MCR instruction is (are): <strong>The fenced zone controlled by the MCR instruction is (are):  </strong> A)rungs No.1 through No.8. B)rungs No.3 through No.6. C)rungs No.2 and No.6. D)rung No.2.

A)rungs No.1 through No.8.
B)rungs No.3 through No.6.
C)rungs No.2 and No.6.
D)rung No.2.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
42
Immediate instructions are most useful when programmed:

A)immediately after the I/O scan has occurred.
B)immediately prior to the I/O scan.
C)at the middle or toward the end of the program.
D)near the beginning of the program.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
43
The use of immediate instructions:

A)increases the total scan time of the program.
B)decreases the total scan time of the program.
C)increases the number of rungs that can be programmed.
D)decreases the number of rungs that can be programmed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
44
When the jump-to-label instruction is executed, the outputs of the jumped rungs: <strong>When the jump-to-label instruction is executed, the outputs of the jumped rungs:  </strong> A)are all energized. B)are all de-energized. C)are all immediately updated. D)remain in their last state.

A)are all energized.
B)are all de-energized.
C)are all immediately updated.
D)remain in their last state.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
45
The immediate input and output instructions provide a way of:

A)ending the program immediately.
B)restarting the program immediately.
C)temporarily interrupting the program scan to allow selected bits in the data table to be updated.
D)temporarily interrupting the program scan to reset all bits in the data table to zero.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
46
Forcing functions are often used:

A)to continue a machine process until a faulty field device can be repaired.
B)for testing purposes during an initial start-up.
C)for troubleshooting purposes.
D)all of these.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
47
Immediate instructions should be used only when:

A)a program must be halted immediately.
B)a program must be restarted immediately.
C)the updating of an input or output is critical to your operation.
D)the resetting of all bits in the data table is critical to your operation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
48
Which output is not affected by the JMP instruction? <strong>Which output is not affected by the JMP instruction?  </strong> A)M B)SOL 1 C)SOL 2 D)PL2

A)M
B)SOL 1
C)SOL 2
D)PL2
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
49
The forcing function of a PLC allows the user to turn an external input or output on or off:

A)according to the forced program.
B)according to the main program.
C)from the keyboard regardless of its actual status.
D)all of these.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
50
The latch and unlatch instructions would be classified as: <strong>The latch and unlatch instructions would be classified as:  </strong> A)retentive outputs. B)nonretentive outputs. C)condition instructions. D)unconditional instructions.

A)retentive outputs.
B)nonretentive outputs.
C)condition instructions.
D)unconditional instructions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
51
The label (LBL) instruction:

A)is always logically true.
B)has the same address as the JMP instruction with which it is used.
C)is used to identify the ladder rung that is the target destination of the JMP instruction.
D)all of these.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
52
Assume output SOL C is energized at the time the MCR instruction makes a true-to-false transition. As a result, output SOL C will: <strong>Assume output SOL C is energized at the time the MCR instruction makes a true-to-false transition. As a result, output SOL C will:  </strong> A)de-energize. B)remain energized. C)remain energized but still be controlled by inputs LS3 and LS4. D)de-energize but still be controlled by inputs LS3 and LS4.

A)de-energize.
B)remain energized.
C)remain energized but still be controlled by inputs LS3 and LS4.
D)de-energize but still be controlled by inputs LS3 and LS4.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
53
Assume the alarm output is activated. This would require the: <strong>Assume the alarm output is activated. This would require the:  </strong> A)temperature switch input to be true. B)manual Automatic input to be true. C)LS4 input to be true. D)temperature switch input and Manual Automatic input to be true.

A)temperature switch input to be true.
B)manual Automatic input to be true.
C)LS4 input to be true.
D)temperature switch input and Manual Automatic input to be true.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
54
Which of the following instructions would most likely be programmed outside the jumped area of a program?

A)Latch and unlatch instructions
B)Timer and counter instructions
C)Immediate inputs and outputs
D)Forced inputs and outputs
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
55
The jump-to-subroutine instruction can save a great deal of duplicate programming in cases:

A)that require the programming of several timers.
B)that require the programming of several counters.
C)where a machine has a portion of its cycle that must be repeated several times during one machine cycle.
D)all of these.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
56
When the processor scan reaches the RET instruction, it will return the processor to the: <strong>When the processor scan reaches the RET instruction, it will return the processor to the:  </strong> A)start of the program. B)end of the program. C)rung above the JSR instruction. D)rung below the JSR instruction.

A)start of the program.
B)end of the program.
C)rung above the JSR instruction.
D)rung below the JSR instruction.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
57
Which of the following is the conditional instruction that controls the MCR zone? <strong>Which of the following is the conditional instruction that controls the MCR zone?  </strong> A)Stop B)Start C)Manual Automatic D)Temperature Switch

A)Stop
B)Start
C)Manual Automatic
D)Temperature Switch
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
58
Rungs 5, 6, and 7 are not scanned by the processor when rung ____ has logic continuity. <strong>Rungs 5, 6, and 7 are not scanned by the processor when rung ____ has logic continuity.  </strong> A)1 B)2 C)3 D)4

A)1
B)2
C)3
D)4
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
59
The main advantage to the jump-to-label instruction is that:

A)any number of rungs may be programmed between the jump and label rungs.
B)it allows you to use one set of condition instructions to control multiple outputs.
C)it allows you to use one set of condition instructions to control multiple inputs.
D)it has the ability to reduce the processor scan time.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
60
When the examine on sensor instruction is true, the processor: <strong>When the examine on sensor instruction is true, the processor:  </strong> A)turns on all outputs in the subroutine area. B)turns off all outputs in the subroutine area. C)stops executing the subroutine. D)starts executing the subroutine.

A)turns on all outputs in the subroutine area.
B)turns off all outputs in the subroutine area.
C)stops executing the subroutine.
D)starts executing the subroutine.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
61
The actual status of output address 0:2/5 is ____, but the forced status is ____ . <strong>The actual status of output address 0:2/5 is ____, but the forced status is ____ .  </strong> A)false ...true B)true ...false C)false ...false D)true ...true

A)false ...true
B)true ...false
C)false ...false
D)true ...true
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
62
The output of 0:2/5 would be ____ and the output of 0:2/6 would be ____ . <strong>The output of 0:2/5 would be ____ and the output of 0:2/6 would be ____ .  </strong> A)false ...true B)true ...false C)false ...false D)true ...true

A)false ...true
B)true ...false
C)false ...false
D)true ...true
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
63
The ____ is the target for the JMP instruction.

A)LBL
B)TND
C)IOT
D)RET
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
64
Assume that the stop button was changed to a normally open contact type. As a result, the program could be made to operate as before by changing the instruction at address: <strong>Assume that the stop button was changed to a normally open contact type. As a result, the program could be made to operate as before by changing the instruction at address:  </strong> A)stop to examine if open. B)start to examine if open. C)starter auxiliary contact to examine if open. D)stop to examine if open and starter auxiliary contact to examine if open.

A)stop to examine if open.
B)start to examine if open.
C)starter auxiliary contact to examine if open.
D)stop to examine if open and starter auxiliary contact to examine if open.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
65
PLC emergency stop circuits should be:

A)hardwired outside the controller program.
B)programmed as part of the MCR instruction.
C)programmed as part of the zone control last state instruction.
D)programmed as an immediate input instruction.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
66
When replacing modules or working on equipment controlled by the PLC installation, the safest way to proceed is to: <strong>When replacing modules or working on equipment controlled by the PLC installation, the safest way to proceed is to:  </strong> A)de-energize the MCR coil. B)block open the emergency stop switch. C)remove the fuse from the circuit. D)pull and lock the disconnect switch.

A)de-energize the MCR coil.
B)block open the emergency stop switch.
C)remove the fuse from the circuit.
D)pull and lock the disconnect switch.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
67
A JSR instruction:

A)tells the processor to jump from the main program to a subroutine area or file.
B)tells the process to execute the fault routine.
C)latches outputs when energized.
D)latches outputs when de-energized.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
68
Power to the processor module is controlled by the: <strong>Power to the processor module is controlled by the:  </strong> A)master control relay. B)start/stop buttons. C)main disconnect switch. D)All of these choices are correct

A)master control relay.
B)start/stop buttons.
C)main disconnect switch.
D)All of these choices are correct
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
69
The ____ instruction stops the processor from scanning the rest of the program.

A)LBL
B)IOT
C)TND
D)STI
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
70
The use of the starter auxiliary contact instead of a programmed contact: <strong>The use of the starter auxiliary contact instead of a programmed contact:  </strong> A)is more costly. B)is safer. C)provides positive feedback about the exact status of the motor. D)all of these.

A)is more costly.
B)is safer.
C)provides positive feedback about the exact status of the motor.
D)all of these.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
71
A JMP instruction is similar to a(n):

A)MCR command.
B)ZCL command.
C)skip command.
D)JSR command.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
72
The transformer is used to: <strong>The transformer is used to:  </strong> A)isolate the controller from the main power lines. B)step up the main power line voltage. C)provide the low-voltage do operating voltage for the controller. D)All of these choices are correct

A)isolate the controller from the main power lines.
B)step up the main power line voltage.
C)provide the low-voltage do operating voltage for the controller.
D)All of these choices are correct
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
73
Assume the processor comes equipped with a normally closed fault relay contact output designed to open when a processor malfunction is detected. This contact would be: <strong>Assume the processor comes equipped with a normally closed fault relay contact output designed to open when a processor malfunction is detected. This contact would be:  </strong> A)programmed as part of the MCR instruction. B)programmed as part of the zone control last state instruction. C)hardwired in series with the emergency stop button. D)hardwired in parallel with the emergency stop button.

A)programmed as part of the MCR instruction.
B)programmed as part of the zone control last state instruction.
C)hardwired in series with the emergency stop button.
D)hardwired in parallel with the emergency stop button.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
74
The actual status of input 1:1/3 is ____ but the forced status is ____. <strong>The actual status of input 1:1/3 is ____ but the forced status is ____.  </strong> A)false ...true B)true ...false C)false ...false D)true ...true

A)false ...true
B)true ...false
C)false ...false
D)true ...true
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
75
Forcing functions should not be used:

A)with retentive outputs.
B)with nonretentive outputs.
C)with immediate I/O instructions.
D)without consideration for any potential unsafe effects.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
76
The status of examine on instruction 0:2/5 would be ____ and the status of output 0:2/6 would be ____ . <strong>The status of examine on instruction 0:2/5 would be ____ and the status of output 0:2/6 would be ____ .  </strong> A)false ...true B)true ...false C)false ...false D)true ...true

A)false ...true
B)true ...false
C)false ...false
D)true ...true
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
77
The MCR instruction:

A)is an output instruction.
B)is used in pairs.
C)is used to disable or enable a zone within a ladder program.
D)all of these.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
78
Assume that the NC stop button is replaced with an NO stop button and that the program is changed so it operates as before. Should the field wire connected to one end of the stop button break off: <strong>Assume that the NC stop button is replaced with an NO stop button and that the program is changed so it operates as before. Should the field wire connected to one end of the stop button break off:  </strong> A)the motor would stop automatically. B)pressing the stop button would stop the motor. C)pressing both the start and stop buttons would stop the motor. D)none of these.

A)the motor would stop automatically.
B)pressing the stop button would stop the motor.
C)pressing both the start and stop buttons would stop the motor.
D)none of these.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
79
Power to the input and output module is controlled by the: <strong>Power to the input and output module is controlled by the:  </strong> A)master control relay. B)start/stop buttons. C)main disconnect switch. D)All of these choices are correct

A)master control relay.
B)start/stop buttons.
C)main disconnect switch.
D)All of these choices are correct
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
80
The ____ instruction will return the scan to your main program at the completion of the subroutine.

A)LBL
B)IIN
C)TND
D)RET
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 92 في هذه المجموعة.