Deck 11: Math Instructions

Full screen (f)
exit full mode
Question
Math instructions enable the programmable controller to take on some of the qualities of a computer system.
Use Space or
up arrow
down arrow
to flip the card.
Question
Assume output 0:3/2 is energized and the values of the numbers stored in words N7:0 and N7:1 are 500 and 40,respectively.The value of the number stored in word N7:8 would be 13. Assume output 0:3/2 is energized and the values of the numbers stored in words N7:0 and N7:1 are 500 and 40,respectively.The value of the number stored in word N7:8 would be 13.  <div style=padding-top: 35px>
Question
The ability of a PLC to perform math functions is intended to allow it to replace a calculator.
Question
The rung logic is telling the processor to subtract the value stored in word N7:20 from the value stored in word N7:10. The rung logic is telling the processor to subtract the value stored in word N7:20 from the value stored in word N7:10.  <div style=padding-top: 35px>
Question
If output 0:5/8 is to be energized when the product of the values stored in words N7:1 and N7:2 is equal to 5 and 20,then the value of the number stored in word N7:4 must be 1000. If output 0:5/8 is to be energized when the product of the values stored in words N7:1 and N7:2 is equal to 5 and 20,then the value of the number stored in word N7:4 must be 1000.  <div style=padding-top: 35px>
Question
The program is telling the processor to energize output 0:6/2 whenever the value of N7:8 is equal to that of N7:4. The program is telling the processor to energize output 0:6/2 whenever the value of N7:8 is equal to that of N7:4.  <div style=padding-top: 35px>
Question
All PLC manufacturers use the same format for math instructions.
Question
The program is telling the processor to energize output 0:2/3 whenever the sum of N7:5 and N7:8 is greater or equal to that of N7:4. The program is telling the processor to energize output 0:2/3 whenever the sum of N7:5 and N7:8 is greater or equal to that of N7:4.  <div style=padding-top: 35px>
Question
File arithmetic instructions are designed to perform math operations on single words.
Question
The rung logic is telling the processor to divide the value of word N7:4 by the value of N7:6. The rung logic is telling the processor to divide the value of word N7:4 by the value of N7:6.  <div style=padding-top: 35px>
Question
The rung logic is telling the processor to add the values stored in word N7:1 and N7:2. The rung logic is telling the processor to add the values stored in word N7:1 and N7:2.  <div style=padding-top: 35px>
Question
PLCs can use numerical data from the accumulated values of timers and counters with math functions.
Question
The rung logic is telling the processor to multiply the values stored in word N7:2 and N7:1. The rung logic is telling the processor to multiply the values stored in word N7:2 and N7:1.  <div style=padding-top: 35px>
Question
The negate instruction is used to change the sign of a number.
Question
When the input goes true,the value will be stored in F8:1 will be 24.8. When the input goes true,the value will be stored in F8:1 will be 24.8.  <div style=padding-top: 35px>
Question
Integer files are used to store numerical data that are used by math functions.
Question
Destination is where the result of the instruction is stored.
Question
Source is a value that is an input to the instruction.
Question
Math instructions are all output instructions.
Question
There is no limit to the maximum value a PLC math function can store.
Question
The number stored in word N7:1 represents the: <strong>The number stored in word N7:1 represents the:  </strong> A)weight of the empty vessel. B)preset weight of the vessel. C)current weight of the vessel. D)difference between the current and preset weight of the vessel. <div style=padding-top: 35px>

A)weight of the empty vessel.
B)preset weight of the vessel.
C)current weight of the vessel.
D)difference between the current and preset weight of the vessel.
Question
PLC math functions perform arithmetic on values stored in memory words.
Multiple Choice Questions
Question
Assume the value stored in N7:1 changes from 30 to 10.Which value stored in N7:4 will result in PL1,being energized? <strong>Assume the value stored in N7:1 changes from 30 to 10.Which value stored in N7:4 will result in PL1,being energized?  </strong> A)10 B)25 C)35 D)50 <div style=padding-top: 35px>

A)10
B)25
C)35
D)50
Question
The amount of overfill weight required to trigger the alarm is changed by changing: <strong>The amount of overfill weight required to trigger the alarm is changed by changing:  </strong> A)the value of the number stored at input 1:012. B)the value of source B of the GEQ instruction of rung 3. C)the value of source B of the GEQ instruction of rung 5. D)the value of the number stored in word N7:1. <div style=padding-top: 35px>

A)the value of the number stored at input 1:012.
B)the value of source B of the GEQ instruction of rung 3.
C)the value of source B of the GEQ instruction of rung 5.
D)the value of the number stored in word N7:1.
Question
When the Full light is on: <strong>When the Full light is on:  </strong> A)the weight of the vessel is 500 pounds or more. B)rung No.3 is always true. C)rung No.1 is always false. D)all of these. <div style=padding-top: 35px>

A)the weight of the vessel is 500 pounds or more.
B)rung No.3 is always true.
C)rung No.1 is always false.
D)all of these.
Question
The number stored in N7:2 would be: <strong>The number stored in N7:2 would be:  </strong> A)85. B)28. C)181. D)285. <div style=padding-top: 35px>

A)85.
B)28.
C)181.
D)285.
Question
Which of the following numbers stored in N7:3 will cause output PL1 to be energized? <strong>Which of the following numbers stored in N7:3 will cause output PL1 to be energized?  </strong> A)048 B)124 C)172 D)325 <div style=padding-top: 35px>

A)048
B)124
C)172
D)325
Question
The preset full weight of the vessel is changed by changing: <strong>The preset full weight of the vessel is changed by changing:  </strong> A)the value of the number stored at input 1:012. B)the value of source B of the GEQ instruction of rung 3. C)the value of source B of the GEQ instruction of rung 5. D)the value of the number stored in word N7:1. <div style=padding-top: 35px>

A)the value of the number stored at input 1:012.
B)the value of source B of the GEQ instruction of rung 3.
C)the value of source B of the GEQ instruction of rung 5.
D)the value of the number stored in word N7:1.
Question
What number stored in N7:3 will turn PL1 on? <strong>What number stored in N7:3 will turn PL1 on?  </strong> A)150 B)100 C)50 D)all of these <div style=padding-top: 35px>

A)150
B)100
C)50
D)all of these
Question
In the program shown,the value of the number stored in N7:2 is: <strong>In the program shown,the value of the number stored in N7:2 is:  </strong> A)172. B)601. C)325. D)348. <div style=padding-top: 35px>

A)172.
B)601.
C)325.
D)348.
Question
Assume that the light is to come on after a total count of 120.As a result: <strong>Assume that the light is to come on after a total count of 120.As a result:  </strong> A)the preset counter C5:0 must be changed to 120. B)the value in source B of the GEQ instruction must be changed to 120. C)the value in source B of the ADD instruction must be changed to 120. D)the value in word N7:1 must be changed to 120. <div style=padding-top: 35px>

A)the preset counter C5:0 must be changed to 120.
B)the value in source B of the GEQ instruction must be changed to 120.
C)the value in source B of the ADD instruction must be changed to 120.
D)the value in word N7:1 must be changed to 120.
Question
Rung No.2 will be true: <strong>Rung No.2 will be true:  </strong> A)at all times. B)when the number stored in word N7:1 is equal to 48. C)when the number stored in word N7:1 is less than 48. D)when the number stored in word N7:1 is greater than 48. <div style=padding-top: 35px>

A)at all times.
B)when the number stored in word N7:1 is equal to 48.
C)when the number stored in word N7:1 is less than 48.
D)when the number stored in word N7:1 is greater than 48.
Question
The ability of a PLC to perform math functions is intended to:

A)replace a calculator.
B)multiply the effective number of input and output devices.
C)perform arithmetic functions on values stored in memory words.
D)all of these.
Question
The number stored in N7:3 is: <strong>The number stored in N7:3 is:  </strong> A)6. B)60. C)150. D)300. <div style=padding-top: 35px>

A)6.
B)60.
C)150.
D)300.
Question
When the Filling light is on: <strong>When the Filling light is on:  </strong> A)the weight of the vessel is less than 500 pounds. B)rung No.2 is always true. C)rung No.4 is always false. D)all of these. <div style=padding-top: 35px>

A)the weight of the vessel is less than 500 pounds.
B)rung No.2 is always true.
C)rung No.4 is always false.
D)all of these.
Question
The number stored in N7:1 represents the: <strong>The number stored in N7:1 represents the:  </strong> A)upper temperature limit. B)lower temperature limit. C)current temperature of the oven. D)difference between the preset and current temperature. <div style=padding-top: 35px>

A)upper temperature limit.
B)lower temperature limit.
C)current temperature of the oven.
D)difference between the preset and current temperature.
Question
PL1 will be on whenever the current temperature is: <strong>PL1 will be on whenever the current temperature is:  </strong> A)greater than the preset temperature. B)less than the preset temperature. C)greater than the upper temperature limit. D)less than the lower temperature limit. <div style=padding-top: 35px>

A)greater than the preset temperature.
B)less than the preset temperature.
C)greater than the upper temperature limit.
D)less than the lower temperature limit.
Question
Assume the accumulated count of counter C5:0 and C5:1 to be 124 and 248,respectively.As a result: <strong>Assume the accumulated count of counter C5:0 and C5:1 to be 124 and 248,respectively.As a result:  </strong> A)the number 372 will be stored in word N7:1 and output PL1 will be energized. B)the number 372 will be stored in word N7:1 and output PL1 will not be energized. C)the number 350 will be stored in word N7:1 and output PL1 will be energized. D)the number 350 will be stored in word N7:1 and output PL1 will not be energized. <div style=padding-top: 35px>

A)the number 372 will be stored in word N7:1 and output PL1 will be energized.
B)the number 372 will be stored in word N7:1 and output PL1 will not be energized.
C)the number 350 will be stored in word N7:1 and output PL1 will be energized.
D)the number 350 will be stored in word N7:1 and output PL1 will not be energized.
Question
For the program of Figure 11-6,the set-point temperature is set by the number stored in: <strong>For the program of Figure 11-6,the set-point temperature is set by the number stored in:  </strong> A)N7:0. B)N7:2. C)1:012. D)1:013. <div style=padding-top: 35px>

A)N7:0.
B)N7:2.
C)1:012.
D)1:013.
Question
For the program as shown,output PL1: <strong>For the program as shown,output PL1:  </strong> A)would be energized. B)would not be energized. <div style=padding-top: 35px>

A)would be energized.
B)would not be energized.
Question
The value of the number stored in N7:1 is: <strong>The value of the number stored in N7:1 is:  </strong> A)90. B)45. C)35. D)60. <div style=padding-top: 35px>

A)90.
B)45.
C)35.
D)60.
Question
The value of the number stored in 1:012 is: <strong>The value of the number stored in 1:012 is:  </strong> A)25. B)30. C)35. D)40. <div style=padding-top: 35px>

A)25.
B)30.
C)35.
D)40.
Question
The value of the number stored in N7:0 is: <strong>The value of the number stored in N7:0 is:  </strong> A)225. B)500. C)750. D)230. <div style=padding-top: 35px>

A)225.
B)500.
C)750.
D)230.
Question
Math instructions are all ____ instructions.

A)output
B)input
C)binary
D)BCD
Question
Which math instruction would you use if you wanted to calculate the difference between the accumulated values of two counters?

A)ADD
B)SUB
C)MUL
D)DIV
Question
Assume the set-point temperature is changed to 200 °\degree F.As a result,the number stored in N7:0 would be:  <strong>Assume the set-point temperature is changed to 200 \degree F.As a result,the number stored in N7:0 would be:  </strong> A)2. B)4. C)6. D)8. <div style=padding-top: 35px>

A)2.
B)4.
C)6.
D)8.
Question
The number stored in N7:5 would be: <strong>The number stored in N7:5 would be:  </strong> A)1000. B)500. C)4. D)2. <div style=padding-top: 35px>

A)1000.
B)500.
C)4.
D)2.
Question
The value of the number stored in 0:013 is: <strong>The value of the number stored in 0:013 is:  </strong> A)98. B)77. C)67. D)57. <div style=padding-top: 35px>

A)98.
B)77.
C)67.
D)57.
Question
For the ADD instruction shown,the ____ used as part of the expression is a constant. <strong>For the ADD instruction shown,the ____ used as part of the expression is a constant.  </strong> A)Source A B)0 C)300 D)N7:20 <div style=padding-top: 35px>

A)Source A
B)0
C)300
D)N7:20
Question
The value of the number stored at Destination is: <strong>The value of the number stored at Destination is:  </strong> A)17 B)16.666 C)50 D)51 <div style=padding-top: 35px>

A)17
B)16.666
C)50
D)51
Question
File arithmetic functions are used to perform arithmetic operations on:

A)multiple words.
B)integer numbers only.
C)decimal numbers only.
D)BCD numbers only.
Question
Which math instruction would you use if you wanted to take the opposite sign of a value?

A)SUB
B)SQR
C)NEG
D)CLR
Question
The value of the number stored at Destination is: <strong>The value of the number stored at Destination is:  </strong> A)293 B)-193 C)51 D)-342 <div style=padding-top: 35px>

A)293
B)-193
C)51
D)-342
Question
Assume the upper and lower temperature limits are programmed for 2% instead of 1% and the preset is 400 °\degree F.As a result,the number stored in N7:2 would be:  <strong>Assume the upper and lower temperature limits are programmed for 2% instead of 1% and the preset is 400 \degree F.As a result,the number stored in N7:2 would be:  </strong> A)392. B)390. C)388. D)386. <div style=padding-top: 35px>

A)392.
B)390.
C)388.
D)386.
Question
The value of the number stored at Source B is: <strong>The value of the number stored at Source B is:  </strong> A)N7:8 B)N7:16 C)328 D)528 <div style=padding-top: 35px>

A)N7:8
B)N7:16
C)328
D)528
Question
The ADD instruction is telling the processor to add the: <strong>The ADD instruction is telling the processor to add the:  </strong> A)preset and current temperatures. B)upper and lower temperature limits. C)current and upper limit temperatures. D)preset and upper deadband range. <div style=padding-top: 35px>

A)preset and current temperatures.
B)upper and lower temperature limits.
C)current and upper limit temperatures.
D)preset and upper deadband range.
Question
Which constant stored in source B of the EQU instruction would turn PL1 on? <strong>Which constant stored in source B of the EQU instruction would turn PL1 on?  </strong> A)24 B)20 C)6 D)4 <div style=padding-top: 35px>

A)24
B)20
C)6
D)4
Question
The value of the number stored at N7:30 is: <strong>The value of the number stored at N7:30 is:  </strong> A)5 B)15.5 C)4.87 D)1.85 <div style=padding-top: 35px>

A)5
B)15.5
C)4.87
D)1.85
Question
Assume the value stored in N7:0 is 90,the value stored at N7:1 is 3 and the constant for source B of the EQU instruction is 10.What would the state of PL1 be? <strong>Assume the value stored in N7:0 is 90,the value stored at N7:1 is 3 and the constant for source B of the EQU instruction is 10.What would the state of PL1 be?  </strong> A)Off B)On <div style=padding-top: 35px>

A)Off
B)On
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/59
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 11: Math Instructions
1
Math instructions enable the programmable controller to take on some of the qualities of a computer system.
True
2
Assume output 0:3/2 is energized and the values of the numbers stored in words N7:0 and N7:1 are 500 and 40,respectively.The value of the number stored in word N7:8 would be 13. Assume output 0:3/2 is energized and the values of the numbers stored in words N7:0 and N7:1 are 500 and 40,respectively.The value of the number stored in word N7:8 would be 13.
True
3
The ability of a PLC to perform math functions is intended to allow it to replace a calculator.
False
4
The rung logic is telling the processor to subtract the value stored in word N7:20 from the value stored in word N7:10. The rung logic is telling the processor to subtract the value stored in word N7:20 from the value stored in word N7:10.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
5
If output 0:5/8 is to be energized when the product of the values stored in words N7:1 and N7:2 is equal to 5 and 20,then the value of the number stored in word N7:4 must be 1000. If output 0:5/8 is to be energized when the product of the values stored in words N7:1 and N7:2 is equal to 5 and 20,then the value of the number stored in word N7:4 must be 1000.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
6
The program is telling the processor to energize output 0:6/2 whenever the value of N7:8 is equal to that of N7:4. The program is telling the processor to energize output 0:6/2 whenever the value of N7:8 is equal to that of N7:4.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
7
All PLC manufacturers use the same format for math instructions.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
8
The program is telling the processor to energize output 0:2/3 whenever the sum of N7:5 and N7:8 is greater or equal to that of N7:4. The program is telling the processor to energize output 0:2/3 whenever the sum of N7:5 and N7:8 is greater or equal to that of N7:4.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
9
File arithmetic instructions are designed to perform math operations on single words.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
10
The rung logic is telling the processor to divide the value of word N7:4 by the value of N7:6. The rung logic is telling the processor to divide the value of word N7:4 by the value of N7:6.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
11
The rung logic is telling the processor to add the values stored in word N7:1 and N7:2. The rung logic is telling the processor to add the values stored in word N7:1 and N7:2.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
12
PLCs can use numerical data from the accumulated values of timers and counters with math functions.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
13
The rung logic is telling the processor to multiply the values stored in word N7:2 and N7:1. The rung logic is telling the processor to multiply the values stored in word N7:2 and N7:1.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
14
The negate instruction is used to change the sign of a number.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
15
When the input goes true,the value will be stored in F8:1 will be 24.8. When the input goes true,the value will be stored in F8:1 will be 24.8.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
16
Integer files are used to store numerical data that are used by math functions.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
17
Destination is where the result of the instruction is stored.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
18
Source is a value that is an input to the instruction.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
19
Math instructions are all output instructions.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
20
There is no limit to the maximum value a PLC math function can store.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
21
The number stored in word N7:1 represents the: <strong>The number stored in word N7:1 represents the:  </strong> A)weight of the empty vessel. B)preset weight of the vessel. C)current weight of the vessel. D)difference between the current and preset weight of the vessel.

A)weight of the empty vessel.
B)preset weight of the vessel.
C)current weight of the vessel.
D)difference between the current and preset weight of the vessel.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
22
PLC math functions perform arithmetic on values stored in memory words.
Multiple Choice Questions
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
23
Assume the value stored in N7:1 changes from 30 to 10.Which value stored in N7:4 will result in PL1,being energized? <strong>Assume the value stored in N7:1 changes from 30 to 10.Which value stored in N7:4 will result in PL1,being energized?  </strong> A)10 B)25 C)35 D)50

A)10
B)25
C)35
D)50
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
24
The amount of overfill weight required to trigger the alarm is changed by changing: <strong>The amount of overfill weight required to trigger the alarm is changed by changing:  </strong> A)the value of the number stored at input 1:012. B)the value of source B of the GEQ instruction of rung 3. C)the value of source B of the GEQ instruction of rung 5. D)the value of the number stored in word N7:1.

A)the value of the number stored at input 1:012.
B)the value of source B of the GEQ instruction of rung 3.
C)the value of source B of the GEQ instruction of rung 5.
D)the value of the number stored in word N7:1.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
25
When the Full light is on: <strong>When the Full light is on:  </strong> A)the weight of the vessel is 500 pounds or more. B)rung No.3 is always true. C)rung No.1 is always false. D)all of these.

A)the weight of the vessel is 500 pounds or more.
B)rung No.3 is always true.
C)rung No.1 is always false.
D)all of these.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
26
The number stored in N7:2 would be: <strong>The number stored in N7:2 would be:  </strong> A)85. B)28. C)181. D)285.

A)85.
B)28.
C)181.
D)285.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
27
Which of the following numbers stored in N7:3 will cause output PL1 to be energized? <strong>Which of the following numbers stored in N7:3 will cause output PL1 to be energized?  </strong> A)048 B)124 C)172 D)325

A)048
B)124
C)172
D)325
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
28
The preset full weight of the vessel is changed by changing: <strong>The preset full weight of the vessel is changed by changing:  </strong> A)the value of the number stored at input 1:012. B)the value of source B of the GEQ instruction of rung 3. C)the value of source B of the GEQ instruction of rung 5. D)the value of the number stored in word N7:1.

A)the value of the number stored at input 1:012.
B)the value of source B of the GEQ instruction of rung 3.
C)the value of source B of the GEQ instruction of rung 5.
D)the value of the number stored in word N7:1.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
29
What number stored in N7:3 will turn PL1 on? <strong>What number stored in N7:3 will turn PL1 on?  </strong> A)150 B)100 C)50 D)all of these

A)150
B)100
C)50
D)all of these
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
30
In the program shown,the value of the number stored in N7:2 is: <strong>In the program shown,the value of the number stored in N7:2 is:  </strong> A)172. B)601. C)325. D)348.

A)172.
B)601.
C)325.
D)348.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
31
Assume that the light is to come on after a total count of 120.As a result: <strong>Assume that the light is to come on after a total count of 120.As a result:  </strong> A)the preset counter C5:0 must be changed to 120. B)the value in source B of the GEQ instruction must be changed to 120. C)the value in source B of the ADD instruction must be changed to 120. D)the value in word N7:1 must be changed to 120.

A)the preset counter C5:0 must be changed to 120.
B)the value in source B of the GEQ instruction must be changed to 120.
C)the value in source B of the ADD instruction must be changed to 120.
D)the value in word N7:1 must be changed to 120.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
32
Rung No.2 will be true: <strong>Rung No.2 will be true:  </strong> A)at all times. B)when the number stored in word N7:1 is equal to 48. C)when the number stored in word N7:1 is less than 48. D)when the number stored in word N7:1 is greater than 48.

A)at all times.
B)when the number stored in word N7:1 is equal to 48.
C)when the number stored in word N7:1 is less than 48.
D)when the number stored in word N7:1 is greater than 48.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
33
The ability of a PLC to perform math functions is intended to:

A)replace a calculator.
B)multiply the effective number of input and output devices.
C)perform arithmetic functions on values stored in memory words.
D)all of these.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
34
The number stored in N7:3 is: <strong>The number stored in N7:3 is:  </strong> A)6. B)60. C)150. D)300.

A)6.
B)60.
C)150.
D)300.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
35
When the Filling light is on: <strong>When the Filling light is on:  </strong> A)the weight of the vessel is less than 500 pounds. B)rung No.2 is always true. C)rung No.4 is always false. D)all of these.

A)the weight of the vessel is less than 500 pounds.
B)rung No.2 is always true.
C)rung No.4 is always false.
D)all of these.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
36
The number stored in N7:1 represents the: <strong>The number stored in N7:1 represents the:  </strong> A)upper temperature limit. B)lower temperature limit. C)current temperature of the oven. D)difference between the preset and current temperature.

A)upper temperature limit.
B)lower temperature limit.
C)current temperature of the oven.
D)difference between the preset and current temperature.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
37
PL1 will be on whenever the current temperature is: <strong>PL1 will be on whenever the current temperature is:  </strong> A)greater than the preset temperature. B)less than the preset temperature. C)greater than the upper temperature limit. D)less than the lower temperature limit.

A)greater than the preset temperature.
B)less than the preset temperature.
C)greater than the upper temperature limit.
D)less than the lower temperature limit.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
38
Assume the accumulated count of counter C5:0 and C5:1 to be 124 and 248,respectively.As a result: <strong>Assume the accumulated count of counter C5:0 and C5:1 to be 124 and 248,respectively.As a result:  </strong> A)the number 372 will be stored in word N7:1 and output PL1 will be energized. B)the number 372 will be stored in word N7:1 and output PL1 will not be energized. C)the number 350 will be stored in word N7:1 and output PL1 will be energized. D)the number 350 will be stored in word N7:1 and output PL1 will not be energized.

A)the number 372 will be stored in word N7:1 and output PL1 will be energized.
B)the number 372 will be stored in word N7:1 and output PL1 will not be energized.
C)the number 350 will be stored in word N7:1 and output PL1 will be energized.
D)the number 350 will be stored in word N7:1 and output PL1 will not be energized.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
39
For the program of Figure 11-6,the set-point temperature is set by the number stored in: <strong>For the program of Figure 11-6,the set-point temperature is set by the number stored in:  </strong> A)N7:0. B)N7:2. C)1:012. D)1:013.

A)N7:0.
B)N7:2.
C)1:012.
D)1:013.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
40
For the program as shown,output PL1: <strong>For the program as shown,output PL1:  </strong> A)would be energized. B)would not be energized.

A)would be energized.
B)would not be energized.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
41
The value of the number stored in N7:1 is: <strong>The value of the number stored in N7:1 is:  </strong> A)90. B)45. C)35. D)60.

A)90.
B)45.
C)35.
D)60.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
42
The value of the number stored in 1:012 is: <strong>The value of the number stored in 1:012 is:  </strong> A)25. B)30. C)35. D)40.

A)25.
B)30.
C)35.
D)40.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
43
The value of the number stored in N7:0 is: <strong>The value of the number stored in N7:0 is:  </strong> A)225. B)500. C)750. D)230.

A)225.
B)500.
C)750.
D)230.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
44
Math instructions are all ____ instructions.

A)output
B)input
C)binary
D)BCD
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
45
Which math instruction would you use if you wanted to calculate the difference between the accumulated values of two counters?

A)ADD
B)SUB
C)MUL
D)DIV
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
46
Assume the set-point temperature is changed to 200 °\degree F.As a result,the number stored in N7:0 would be:  <strong>Assume the set-point temperature is changed to 200 \degree F.As a result,the number stored in N7:0 would be:  </strong> A)2. B)4. C)6. D)8.

A)2.
B)4.
C)6.
D)8.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
47
The number stored in N7:5 would be: <strong>The number stored in N7:5 would be:  </strong> A)1000. B)500. C)4. D)2.

A)1000.
B)500.
C)4.
D)2.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
48
The value of the number stored in 0:013 is: <strong>The value of the number stored in 0:013 is:  </strong> A)98. B)77. C)67. D)57.

A)98.
B)77.
C)67.
D)57.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
49
For the ADD instruction shown,the ____ used as part of the expression is a constant. <strong>For the ADD instruction shown,the ____ used as part of the expression is a constant.  </strong> A)Source A B)0 C)300 D)N7:20

A)Source A
B)0
C)300
D)N7:20
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
50
The value of the number stored at Destination is: <strong>The value of the number stored at Destination is:  </strong> A)17 B)16.666 C)50 D)51

A)17
B)16.666
C)50
D)51
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
51
File arithmetic functions are used to perform arithmetic operations on:

A)multiple words.
B)integer numbers only.
C)decimal numbers only.
D)BCD numbers only.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
52
Which math instruction would you use if you wanted to take the opposite sign of a value?

A)SUB
B)SQR
C)NEG
D)CLR
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
53
The value of the number stored at Destination is: <strong>The value of the number stored at Destination is:  </strong> A)293 B)-193 C)51 D)-342

A)293
B)-193
C)51
D)-342
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
54
Assume the upper and lower temperature limits are programmed for 2% instead of 1% and the preset is 400 °\degree F.As a result,the number stored in N7:2 would be:  <strong>Assume the upper and lower temperature limits are programmed for 2% instead of 1% and the preset is 400 \degree F.As a result,the number stored in N7:2 would be:  </strong> A)392. B)390. C)388. D)386.

A)392.
B)390.
C)388.
D)386.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
55
The value of the number stored at Source B is: <strong>The value of the number stored at Source B is:  </strong> A)N7:8 B)N7:16 C)328 D)528

A)N7:8
B)N7:16
C)328
D)528
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
56
The ADD instruction is telling the processor to add the: <strong>The ADD instruction is telling the processor to add the:  </strong> A)preset and current temperatures. B)upper and lower temperature limits. C)current and upper limit temperatures. D)preset and upper deadband range.

A)preset and current temperatures.
B)upper and lower temperature limits.
C)current and upper limit temperatures.
D)preset and upper deadband range.
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
57
Which constant stored in source B of the EQU instruction would turn PL1 on? <strong>Which constant stored in source B of the EQU instruction would turn PL1 on?  </strong> A)24 B)20 C)6 D)4

A)24
B)20
C)6
D)4
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
58
The value of the number stored at N7:30 is: <strong>The value of the number stored at N7:30 is:  </strong> A)5 B)15.5 C)4.87 D)1.85

A)5
B)15.5
C)4.87
D)1.85
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
59
Assume the value stored in N7:0 is 90,the value stored at N7:1 is 3 and the constant for source B of the EQU instruction is 10.What would the state of PL1 be? <strong>Assume the value stored in N7:0 is 90,the value stored at N7:1 is 3 and the constant for source B of the EQU instruction is 10.What would the state of PL1 be?  </strong> A)Off B)On

A)Off
B)On
Unlock Deck
Unlock for access to all 59 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 59 flashcards in this deck.