Deck 8: Data Manipulation Instructions

Full screen (f)
exit full mode
Question
Numerical data I/O interfaces are used to interface multibit and analog devices.
Use Space or
up arrow
down arrow
to flip the card.
Question
Data transfer instructions compare the data stored in two or more words.
Question
The source of a move instruction contains the address where the instruction sends a copy of the data.
Question
Data transfer instructions can address only a limited number of special locations in the memory.
Question
The MOV instruction is used to copy the value in one word to another.
Question
Each data manipulation instruction requires two or more words of data memory for operation.
Question
Multibit interfaces will not allow a group of bits to be input or output as a unit.
Question
Set-point control in its simplest form compares an input value to a set-point value.
Question
Data compare instructions involve the transfer of the contents from one word or register to another.
Question
The source of a move instruction contains a copy of the data which is to be moved.
Question
When the move instruction is true, the value stored at the source address is copied into the destination address.
Question
An analog I/O will allow monitoring and control of analog voltages and currents.
Question
The format used for data manipulation instructions is the same for all PLC models.
Question
The analog input module contains a digital-to-analog converter circuit.
Question
The data contained in words will be in the form of binary bits represented as series of 1s and 0s.
Question
Multibit interfaces are used to accommodate devices that require BCD input or outputs.
Question
The analog output interface module receives numerical data from the processor that is translated into a proportional voltage or current.
Question
A consecutive group of data memory words may be referred to as either a table or a file.
Question
The move with mask instruction uses a mask to filter out bits that are not to be transferred from the source to the destination.
Question
The words of data memory in singular form may be referred to as either words or registers.
Question
A value of 150 stored in N7:2 would make this instruction true.
A value of 150 stored in N7:2 would make this instruction true.  <div style=padding-top: 35px>
Question
The instruction shown signifies a file to file FAL copy operation.
The instruction shown signifies a file to file FAL copy operation.  <div style=padding-top: 35px>
Question
The COP instruction operates at a lower speed than the same operation that uses the FAL instruction.
Question
A value of 50 stored in N7:2 of would make this instruction true.
A value of 50 stored in N7:2 of would make this instruction true.  <div style=padding-top: 35px>
Question
A value of 9 stored in N7:2 would make this instruction true.
A value of 9 stored in N7:2 would make this instruction true.  <div style=padding-top: 35px>
Question
A value of 20 stored in N7:2 would make this instruction true.
A value of 20 stored in N7:2 would make this instruction true.  <div style=padding-top: 35px>
Question
Data manipulation instructions enable the PLC to:

A)move data from one memory area to another.
B)compare data.
C)take on some of the qualities of a computer.
D)all of these.
Question
Files allow large amounts of data to be scanned quickly.
Question
Depending on the manufacturer, which of the following might be considered the same as a word?

A)Register
B)File
C)Table
D)All of these
Question
A value of 88 stored in N7:2 would make this instruction true.
A value of 88 stored in N7:2 would make this instruction true.  <div style=padding-top: 35px>
Question
PID control is inexpensive but not accurate enough for many applications.
Question
Each type of set-point control involves the use of some form of open loop control.
Question
The FLL instruction is frequently used to zero all the data in a file.
Question
Data transfer and data compare instructions are both output instructions.
Question
Input and output modules can be addressed either at the bit level or at the word level.
Question
To copy the value in N12:0 into N12:40 using the MOV instruction, you would enter: N12:40 as the source, and N12:0 as the destination.
Question
A value of 30 stored in N7:2 would make this instruction true.
A value of 30 stored in N7:2 would make this instruction true.  <div style=padding-top: 35px>
Question
A value of zero stored in N7:2 would make this instruction true.
A value of zero stored in N7:2 would make this instruction true.  <div style=padding-top: 35px>
Question
The move instruction copies a value from one location to another.
Question
According to the memory map: <strong>According to the memory map:  </strong> A)No.1 is a word, No.2 is a register, No.3 is a file. B)No.1 is a register, No.2 is a bit, No.3 is a file. C)No.1 is a file, No.2 is a bit, No.3 is a table. D)No.1 is a bit, No.2 is a table, No.3 is a file. <div style=padding-top: 35px>

A)No.1 is a word, No.2 is a register, No.3 is a file.
B)No.1 is a register, No.2 is a bit, No.3 is a file.
C)No.1 is a file, No.2 is a bit, No.3 is a table.
D)No.1 is a bit, No.2 is a table, No.3 is a file.
Question
For the file copy (COP) instruction rung shown: <strong>For the file copy (COP) instruction rung shown:  </strong> A)both source and destinations are file addresses. B)when input A goes true, the values in file N40 are copied to N20. C)both file N40 and N20 contain 6 words. D)all of these <div style=padding-top: 35px>

A)both source and destinations are file addresses.
B)when input A goes true, the values in file N40 are copied to N20.
C)both file N40 and N20 contain 6 words.
D)all of these
Question
Rung No. 2 tells the processor to set the preset time of the timer to: <strong>Rung No. 2 tells the processor to set the preset time of the timer to:  </strong> A)15 when SS1 is open. B)15 when SS1 is closed. C)10 when SS1 is open. D)10 when SS1 is closed. <div style=padding-top: 35px>

A)15 when SS1 is open.
B)15 when SS1 is closed.
C)10 when SS1 is open.
D)10 when SS1 is closed.
Question
For the following masked move instruction data, the contents of the destination after the MVM went true would be:
1100 1010 0011 0110 contents of the source
1111 0000 1111 1111 contents of the mask
1010 1101 1010 1010 contents of the destination before MVM went true

A)1100 1101 001 10110
B)1010 1010 1010 1010
C)1111 0000 1111 0000
D)0000 1111 0000 1111
Question
For the timer program shown, the timer starts timing when: <strong>For the timer program shown, the timer starts timing when:  </strong> A)PB1 is open. B)PB1 is closed. C)SS1 is open. D)SS1 is closed. <div style=padding-top: 35px>

A)PB1 is open.
B)PB1 is closed.
C)SS1 is open.
D)SS1 is closed.
Question
For the counter program shown, the counter increments by one for each false-to-true transition of: <strong>For the counter program shown, the counter increments by one for each false-to-true transition of:  </strong> A)rung No.1. B)rung No.2. C)rung No.3. D)rung No.4. <div style=padding-top: 35px>

A)rung No.1.
B)rung No.2.
C)rung No.3.
D)rung No.4.
Question
The logic rung shown is an example of a: <strong>The logic rung shown is an example of a:  </strong> A)data compare instruction. B)data move instruction. C)timer instruction. D)counter instruction. <div style=padding-top: 35px>

A)data compare instruction.
B)data move instruction.
C)timer instruction.
D)counter instruction.
Question
For the light to come on after an accumulated count of 175: <strong>For the light to come on after an accumulated count of 175:  </strong> A)rung No.3 must be true. B)rungs No.2, No.3, and No.4 must be true. C)rungs No.1, No.2, and No.6 must be true. D)rungs No.1, No.2, No.4, and No.6 must be true. <div style=padding-top: 35px>

A)rung No.3 must be true.
B)rungs No.2, No.3, and No.4 must be true.
C)rungs No.1, No.2, and No.6 must be true.
D)rungs No.1, No.2, No.4, and No.6 must be true.
Question
Source A of the GREATER THAN OR EQUAL instructions contains the <strong>Source A of the GREATER THAN OR EQUAL instructions contains the  </strong> A)preset time value of the timer. B)time base value of the timer. C)reset time value of the timer. D)accumulated time value of the timer. <div style=padding-top: 35px>

A)preset time value of the timer.
B)time base value of the timer.
C)reset time value of the timer.
D)accumulated time value of the timer.
Question
The logic rung is telling the processor to copy the data stored in word: <strong>The logic rung is telling the processor to copy the data stored in word:  </strong> A)N7:30 to word N7:20 when input A is true. B)N7:20 to word N7:30 when input A is true. C)N7:30 to word N7:20 when input A is false. D)N7:20 to word N7:30 when input A is false. <div style=padding-top: 35px>

A)N7:30 to word N7:20 when input A is true.
B)N7:20 to word N7:30 when input A is true.
C)N7:30 to word N7:20 when input A is false.
D)N7:20 to word N7:30 when input A is false.
Question
The logic rung shown: <strong>The logic rung shown:  </strong> A)has logic continuity. B)does not have logic continuity. C)will cause output PL1 to be energized. D)both has logic continuity and will cause output PL1 to be energized. <div style=padding-top: 35px>

A)has logic continuity.
B)does not have logic continuity.
C)will cause output PL1 to be energized.
D)both has logic continuity and will cause output PL1 to be energized.
Question
The masked move instruction (MVM):

A)is an output instruction.
B)moves data through a mask to get to their destination.
C)hides a portion of a binary word before transferring it to its destination.
D)all of these.
Question
If input A is closed and then opened <strong>If input A is closed and then opened  </strong> A)15 will be stored in N7:20 and 0 in N7:30. B)0 will be stored in N7:20 and 15 in N7:30. C)15 will be stored in N7:20 and 15 in N7:30. D)0 will be stored in N7:20 and 0 in N7:30. <div style=padding-top: 35px>

A)15 will be stored in N7:20 and 0 in N7:30.
B)0 will be stored in N7:20 and 15 in N7:30.
C)15 will be stored in N7:20 and 15 in N7:30.
D)0 will be stored in N7:20 and 0 in N7:30.
Question
The illustration illustrates a: <strong>The illustration illustrates a:  </strong> A)word to file move. B)file to word move. C)file to file move. D)file to instruction move. <div style=padding-top: 35px>

A)word to file move.
B)file to word move.
C)file to file move.
D)file to instruction move.
Question
In the timer program shown, solenoid B is energized <strong>In the timer program shown, solenoid B is energized  </strong> A)as soon as the start button is pressed. B)5 s after the start button is pressed. C)10 s after the start button is pressed. D)15 s after the start button is pressed. <div style=padding-top: 35px>

A)as soon as the start button is pressed.
B)5 s after the start button is pressed.
C)10 s after the start button is pressed.
D)15 s after the start button is pressed.
Question
A preset count of 50 is selected when input ____ is closed. <strong>A preset count of 50 is selected when input ____ is closed.  </strong> A)LS 1 B)A C)B D)C <div style=padding-top: 35px>

A)LS 1
B)A
C)B
D)C
Question
When SS1 is closed, the time-delay period will be: <strong>When SS1 is closed, the time-delay period will be:  </strong> A)0 s. B)5 s. C)10 s. D)15 s. <div style=padding-top: 35px>

A)0 s.
B)5 s.
C)10 s.
D)15 s.
Question
Rung No. 3 will be true: <strong>Rung No. 3 will be true:  </strong> A)10 s after PB1 remains closed. B)5 s after SS1 remains closed. C)15 s after both PB1 and SS1 remain closed. D)anytime SS1 is closed. <div style=padding-top: 35px>

A)10 s after PB1 remains closed.
B)5 s after SS1 remains closed.
C)15 s after both PB1 and SS1 remain closed.
D)anytime SS1 is closed.
Question
Which of the following is not considered to be a data compare instruction?

A)LESS THAN
B)EQUAL
C)MOV
D)GREATER THAN
Question
A file is a group of:

A)related consecutive words.
B)unrelated consecutive words.
C)related instructions.
D)unrelated instructions.
Question
Output PL1, of the logic rung shown, will be true when the value of the number stored in word N7:10 is: <strong>Output PL1, of the logic rung shown, will be true when the value of the number stored in word N7:10 is:  </strong> A)less than 80. B)greater than 80. C)equal to 80. D)equal to or greater than 80. <div style=padding-top: 35px>

A)less than 80.
B)greater than 80.
C)equal to 80.
D)equal to or greater than 80.
Question
The move instruction copies data from a ____ word to a ____ word.

A)source, destination
B)destination, source
C)integer, floating point
D)floating point, integer
Question
Output PL1 will be true when the accumulated value of the counter is: <strong>Output PL1 will be true when the accumulated value of the counter is:  </strong> A)equal to 50. B)equal to 20. C)between 0 and 19. D)between 20 and 50. <div style=padding-top: 35px>

A)equal to 50.
B)equal to 20.
C)between 0 and 19.
D)between 20 and 50.
Question
For the program shown, the thumbwheel switch is connected to a ____ input module. <strong>For the program shown, the thumbwheel switch is connected to a ____ input module.  </strong> A)BCD B)discrete C)PID D)LED <div style=padding-top: 35px>

A)BCD
B)discrete
C)PID
D)LED
Question
The PL output is energized when: <strong>The PL output is energized when:  </strong> A)S1 is closed and the value of the TWS is 1208 B)S1 is open and the value of the TWS is 1208 C)S1 is closed and the value of the TWS is less than 1208 D)S1 is closed and the value of the TWS is greater than 1208 <div style=padding-top: 35px>

A)S1 is closed and the value of the TWS is 1208
B)S1 is open and the value of the TWS is 1208
C)S1 is closed and the value of the TWS is less than 1208
D)S1 is closed and the value of the TWS is greater than 1208
Question
For the temperature control program shown, rung No. 1 contains the logic that: <strong>For the temperature control program shown, rung No. 1 contains the logic that:  </strong> A)detects when the temperature drops below the low set point. B)allows the thermocouple temperature to be monitored by the LED display board. C)detects when the temperature rises above the high set point. D)switches the heater on and off. <div style=padding-top: 35px>

A)detects when the temperature drops below the low set point.
B)allows the thermocouple temperature to be monitored by the LED display board.
C)detects when the temperature rises above the high set point.
D)switches the heater on and off.
Question
For the counter program shown, source A is addressed to the: <strong>For the counter program shown, source A is addressed to the:  </strong> A)pushbutton input. B)light output. C)done bit of the counter. D)accumulated value of the counter. <div style=padding-top: 35px>

A)pushbutton input.
B)light output.
C)done bit of the counter.
D)accumulated value of the counter.
Question
Rung No. 4 contains the logic that: <strong>Rung No. 4 contains the logic that:  </strong> A)detects when the temperature drops below the low set point. B)allows the thermocouple temperature to be monitored by the LED display board. C)detects when the temperature rises above the high set point. D)switches the heaters on and off. <div style=padding-top: 35px>

A)detects when the temperature drops below the low set point.
B)allows the thermocouple temperature to be monitored by the LED display board.
C)detects when the temperature rises above the high set point.
D)switches the heaters on and off.
Question
Bit T4:1/DN is called the: <strong>Bit T4:1/DN is called the:  </strong> A)reset bit. B)done bit. C)timing bit. D)data compare bit. <div style=padding-top: 35px>

A)reset bit.
B)done bit.
C)timing bit.
D)data compare bit.
Question
PID controllers produce outputs that depend on:

A)magnitude of the error signal
B)duration of the error signal
C)rate of change of the error signal
D)all of these
Question
Rung No. 3 contains the logic that: <strong>Rung No. 3 contains the logic that:  </strong> A)detects when the temperature drops below the low set point. B)allows the thermocouple temperature to be monitored by the LED display board. C)detects when the temperature rises above the high set point. D)switches the heaters on and off. <div style=padding-top: 35px>

A)detects when the temperature drops below the low set point.
B)allows the thermocouple temperature to be monitored by the LED display board.
C)detects when the temperature rises above the high set point.
D)switches the heaters on and off.
Question
The ____ mode of the FAL instruction allows one element of data to be operated on for every false-to-true transition of the instruction.

A)all
B)numeric
C)incremental
D)sequential
Question
Assume that the input pushbutton is pulsed 60 times after the counter had first been reset. After this operational sequence: <strong>Assume that the input pushbutton is pulsed 60 times after the counter had first been reset. After this operational sequence:  </strong> A)the light would be on and the accumulated count would be 10. B)the light would be off and the accumulated count would be 10. C)the light would be on and the accumulated count would be 60. D)the light would be off and the accumulated count would be 60. <div style=padding-top: 35px>

A)the light would be on and the accumulated count would be 10.
B)the light would be off and the accumulated count would be 10.
C)the light would be on and the accumulated count would be 60.
D)the light would be off and the accumulated count would be 60.
Question
In the timer program shown, when switch S1 is closed: <strong>In the timer program shown, when switch S1 is closed:  </strong> A)the light turns on after 20 s and remains on. B)the light turns on after 5 s and remains on. C)the light turns on after 15 s and remains on. D)the light turns on after 5 s, stays on for 10 s, and then turns off. <div style=padding-top: 35px>

A)the light turns on after 20 s and remains on.
B)the light turns on after 5 s and remains on.
C)the light turns on after 15 s and remains on.
D)the light turns on after 5 s, stays on for 10 s, and then turns off.
Question
The MOV instruction is used to move data: <strong>The MOV instruction is used to move data:  </strong> A)from the LED display to the thumbwheel switch. B)from the thumbwheel switch to the LED display. C)from the LED display to the PL. D)from the LED display to the PL <div style=padding-top: 35px>

A)from the LED display to the thumbwheel switch.
B)from the thumbwheel switch to the LED display.
C)from the LED display to the PL.
D)from the LED display to the PL
Question
Ten seconds immediately after switch S1 is closed, rung(s) ____ will be true. <strong>Ten seconds immediately after switch S1 is closed, rung(s) ____ will be true.  </strong> A)No.1 only B)No.1 and No.2 C)No.1 and No.3 D)No.1, No.2, and No.3 <div style=padding-top: 35px>

A)No.1 only
B)No.1 and No.2
C)No.1 and No.3
D)No.1, No.2, and No.3
Question
The LESS THAN instruction is <strong>The LESS THAN instruction is  </strong> A)always true. B)true as long as the value contained in source A is less than 20. C)true as long as the value contained in source A is more than 20. D)true as long as the value contained in source A is equal to 20. <div style=padding-top: 35px>

A)always true.
B)true as long as the value contained in source A is less than 20.
C)true as long as the value contained in source A is more than 20.
D)true as long as the value contained in source A is equal to 20.
Question
In a closed-loop control system, the PLC control program acts to:

A)form a closed circuit between input and output modules.
B)monitor the output signal and adjust the input signal accordingly.
C)keep the input and output in balance.
D)correct any difference between the measured value and the desired value.
Question
Rung No. 2 contains the logic that: <strong>Rung No. 2 contains the logic that:  </strong> A)detects when the temperature drops below the low set point. B)allows the thermocouple temperature to be monitored by the LED display board. C)detects when the temperature rises above the high set point. D)switches the heater on and off. <div style=padding-top: 35px>

A)detects when the temperature drops below the low set point.
B)allows the thermocouple temperature to be monitored by the LED display board.
C)detects when the temperature rises above the high set point.
D)switches the heater on and off.
Question
The BCD value for the thumbwheel switch setting would be: <strong>The BCD value for the thumbwheel switch setting would be:  </strong> A)1010 0110 1110 1101. B)1110 0001 1010 1010. C)0011 0010 1000 0100. D)0010 1010 0110 1011. <div style=padding-top: 35px>

A)1010 0110 1110 1101.
B)1110 0001 1010 1010.
C)0011 0010 1000 0100.
D)0010 1010 0110 1011.
Question
With the masked move instruction, where there is a ____ in the mask, data will pass.

A)1
B)0
C)negative sign
D)positive sign
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/87
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 8: Data Manipulation Instructions
1
Numerical data I/O interfaces are used to interface multibit and analog devices.
True
2
Data transfer instructions compare the data stored in two or more words.
False
3
The source of a move instruction contains the address where the instruction sends a copy of the data.
False
4
Data transfer instructions can address only a limited number of special locations in the memory.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
5
The MOV instruction is used to copy the value in one word to another.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
6
Each data manipulation instruction requires two or more words of data memory for operation.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
7
Multibit interfaces will not allow a group of bits to be input or output as a unit.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
8
Set-point control in its simplest form compares an input value to a set-point value.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
9
Data compare instructions involve the transfer of the contents from one word or register to another.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
10
The source of a move instruction contains a copy of the data which is to be moved.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
11
When the move instruction is true, the value stored at the source address is copied into the destination address.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
12
An analog I/O will allow monitoring and control of analog voltages and currents.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
13
The format used for data manipulation instructions is the same for all PLC models.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
14
The analog input module contains a digital-to-analog converter circuit.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
15
The data contained in words will be in the form of binary bits represented as series of 1s and 0s.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
16
Multibit interfaces are used to accommodate devices that require BCD input or outputs.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
17
The analog output interface module receives numerical data from the processor that is translated into a proportional voltage or current.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
18
A consecutive group of data memory words may be referred to as either a table or a file.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
19
The move with mask instruction uses a mask to filter out bits that are not to be transferred from the source to the destination.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
20
The words of data memory in singular form may be referred to as either words or registers.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
21
A value of 150 stored in N7:2 would make this instruction true.
A value of 150 stored in N7:2 would make this instruction true.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
22
The instruction shown signifies a file to file FAL copy operation.
The instruction shown signifies a file to file FAL copy operation.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
23
The COP instruction operates at a lower speed than the same operation that uses the FAL instruction.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
24
A value of 50 stored in N7:2 of would make this instruction true.
A value of 50 stored in N7:2 of would make this instruction true.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
25
A value of 9 stored in N7:2 would make this instruction true.
A value of 9 stored in N7:2 would make this instruction true.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
26
A value of 20 stored in N7:2 would make this instruction true.
A value of 20 stored in N7:2 would make this instruction true.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
27
Data manipulation instructions enable the PLC to:

A)move data from one memory area to another.
B)compare data.
C)take on some of the qualities of a computer.
D)all of these.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
28
Files allow large amounts of data to be scanned quickly.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
29
Depending on the manufacturer, which of the following might be considered the same as a word?

A)Register
B)File
C)Table
D)All of these
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
30
A value of 88 stored in N7:2 would make this instruction true.
A value of 88 stored in N7:2 would make this instruction true.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
31
PID control is inexpensive but not accurate enough for many applications.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
32
Each type of set-point control involves the use of some form of open loop control.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
33
The FLL instruction is frequently used to zero all the data in a file.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
34
Data transfer and data compare instructions are both output instructions.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
35
Input and output modules can be addressed either at the bit level or at the word level.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
36
To copy the value in N12:0 into N12:40 using the MOV instruction, you would enter: N12:40 as the source, and N12:0 as the destination.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
37
A value of 30 stored in N7:2 would make this instruction true.
A value of 30 stored in N7:2 would make this instruction true.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
38
A value of zero stored in N7:2 would make this instruction true.
A value of zero stored in N7:2 would make this instruction true.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
39
The move instruction copies a value from one location to another.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
40
According to the memory map: <strong>According to the memory map:  </strong> A)No.1 is a word, No.2 is a register, No.3 is a file. B)No.1 is a register, No.2 is a bit, No.3 is a file. C)No.1 is a file, No.2 is a bit, No.3 is a table. D)No.1 is a bit, No.2 is a table, No.3 is a file.

A)No.1 is a word, No.2 is a register, No.3 is a file.
B)No.1 is a register, No.2 is a bit, No.3 is a file.
C)No.1 is a file, No.2 is a bit, No.3 is a table.
D)No.1 is a bit, No.2 is a table, No.3 is a file.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
41
For the file copy (COP) instruction rung shown: <strong>For the file copy (COP) instruction rung shown:  </strong> A)both source and destinations are file addresses. B)when input A goes true, the values in file N40 are copied to N20. C)both file N40 and N20 contain 6 words. D)all of these

A)both source and destinations are file addresses.
B)when input A goes true, the values in file N40 are copied to N20.
C)both file N40 and N20 contain 6 words.
D)all of these
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
42
Rung No. 2 tells the processor to set the preset time of the timer to: <strong>Rung No. 2 tells the processor to set the preset time of the timer to:  </strong> A)15 when SS1 is open. B)15 when SS1 is closed. C)10 when SS1 is open. D)10 when SS1 is closed.

A)15 when SS1 is open.
B)15 when SS1 is closed.
C)10 when SS1 is open.
D)10 when SS1 is closed.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
43
For the following masked move instruction data, the contents of the destination after the MVM went true would be:
1100 1010 0011 0110 contents of the source
1111 0000 1111 1111 contents of the mask
1010 1101 1010 1010 contents of the destination before MVM went true

A)1100 1101 001 10110
B)1010 1010 1010 1010
C)1111 0000 1111 0000
D)0000 1111 0000 1111
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
44
For the timer program shown, the timer starts timing when: <strong>For the timer program shown, the timer starts timing when:  </strong> A)PB1 is open. B)PB1 is closed. C)SS1 is open. D)SS1 is closed.

A)PB1 is open.
B)PB1 is closed.
C)SS1 is open.
D)SS1 is closed.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
45
For the counter program shown, the counter increments by one for each false-to-true transition of: <strong>For the counter program shown, the counter increments by one for each false-to-true transition of:  </strong> A)rung No.1. B)rung No.2. C)rung No.3. D)rung No.4.

A)rung No.1.
B)rung No.2.
C)rung No.3.
D)rung No.4.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
46
The logic rung shown is an example of a: <strong>The logic rung shown is an example of a:  </strong> A)data compare instruction. B)data move instruction. C)timer instruction. D)counter instruction.

A)data compare instruction.
B)data move instruction.
C)timer instruction.
D)counter instruction.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
47
For the light to come on after an accumulated count of 175: <strong>For the light to come on after an accumulated count of 175:  </strong> A)rung No.3 must be true. B)rungs No.2, No.3, and No.4 must be true. C)rungs No.1, No.2, and No.6 must be true. D)rungs No.1, No.2, No.4, and No.6 must be true.

A)rung No.3 must be true.
B)rungs No.2, No.3, and No.4 must be true.
C)rungs No.1, No.2, and No.6 must be true.
D)rungs No.1, No.2, No.4, and No.6 must be true.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
48
Source A of the GREATER THAN OR EQUAL instructions contains the <strong>Source A of the GREATER THAN OR EQUAL instructions contains the  </strong> A)preset time value of the timer. B)time base value of the timer. C)reset time value of the timer. D)accumulated time value of the timer.

A)preset time value of the timer.
B)time base value of the timer.
C)reset time value of the timer.
D)accumulated time value of the timer.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
49
The logic rung is telling the processor to copy the data stored in word: <strong>The logic rung is telling the processor to copy the data stored in word:  </strong> A)N7:30 to word N7:20 when input A is true. B)N7:20 to word N7:30 when input A is true. C)N7:30 to word N7:20 when input A is false. D)N7:20 to word N7:30 when input A is false.

A)N7:30 to word N7:20 when input A is true.
B)N7:20 to word N7:30 when input A is true.
C)N7:30 to word N7:20 when input A is false.
D)N7:20 to word N7:30 when input A is false.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
50
The logic rung shown: <strong>The logic rung shown:  </strong> A)has logic continuity. B)does not have logic continuity. C)will cause output PL1 to be energized. D)both has logic continuity and will cause output PL1 to be energized.

A)has logic continuity.
B)does not have logic continuity.
C)will cause output PL1 to be energized.
D)both has logic continuity and will cause output PL1 to be energized.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
51
The masked move instruction (MVM):

A)is an output instruction.
B)moves data through a mask to get to their destination.
C)hides a portion of a binary word before transferring it to its destination.
D)all of these.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
52
If input A is closed and then opened <strong>If input A is closed and then opened  </strong> A)15 will be stored in N7:20 and 0 in N7:30. B)0 will be stored in N7:20 and 15 in N7:30. C)15 will be stored in N7:20 and 15 in N7:30. D)0 will be stored in N7:20 and 0 in N7:30.

A)15 will be stored in N7:20 and 0 in N7:30.
B)0 will be stored in N7:20 and 15 in N7:30.
C)15 will be stored in N7:20 and 15 in N7:30.
D)0 will be stored in N7:20 and 0 in N7:30.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
53
The illustration illustrates a: <strong>The illustration illustrates a:  </strong> A)word to file move. B)file to word move. C)file to file move. D)file to instruction move.

A)word to file move.
B)file to word move.
C)file to file move.
D)file to instruction move.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
54
In the timer program shown, solenoid B is energized <strong>In the timer program shown, solenoid B is energized  </strong> A)as soon as the start button is pressed. B)5 s after the start button is pressed. C)10 s after the start button is pressed. D)15 s after the start button is pressed.

A)as soon as the start button is pressed.
B)5 s after the start button is pressed.
C)10 s after the start button is pressed.
D)15 s after the start button is pressed.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
55
A preset count of 50 is selected when input ____ is closed. <strong>A preset count of 50 is selected when input ____ is closed.  </strong> A)LS 1 B)A C)B D)C

A)LS 1
B)A
C)B
D)C
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
56
When SS1 is closed, the time-delay period will be: <strong>When SS1 is closed, the time-delay period will be:  </strong> A)0 s. B)5 s. C)10 s. D)15 s.

A)0 s.
B)5 s.
C)10 s.
D)15 s.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
57
Rung No. 3 will be true: <strong>Rung No. 3 will be true:  </strong> A)10 s after PB1 remains closed. B)5 s after SS1 remains closed. C)15 s after both PB1 and SS1 remain closed. D)anytime SS1 is closed.

A)10 s after PB1 remains closed.
B)5 s after SS1 remains closed.
C)15 s after both PB1 and SS1 remain closed.
D)anytime SS1 is closed.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
58
Which of the following is not considered to be a data compare instruction?

A)LESS THAN
B)EQUAL
C)MOV
D)GREATER THAN
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
59
A file is a group of:

A)related consecutive words.
B)unrelated consecutive words.
C)related instructions.
D)unrelated instructions.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
60
Output PL1, of the logic rung shown, will be true when the value of the number stored in word N7:10 is: <strong>Output PL1, of the logic rung shown, will be true when the value of the number stored in word N7:10 is:  </strong> A)less than 80. B)greater than 80. C)equal to 80. D)equal to or greater than 80.

A)less than 80.
B)greater than 80.
C)equal to 80.
D)equal to or greater than 80.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
61
The move instruction copies data from a ____ word to a ____ word.

A)source, destination
B)destination, source
C)integer, floating point
D)floating point, integer
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
62
Output PL1 will be true when the accumulated value of the counter is: <strong>Output PL1 will be true when the accumulated value of the counter is:  </strong> A)equal to 50. B)equal to 20. C)between 0 and 19. D)between 20 and 50.

A)equal to 50.
B)equal to 20.
C)between 0 and 19.
D)between 20 and 50.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
63
For the program shown, the thumbwheel switch is connected to a ____ input module. <strong>For the program shown, the thumbwheel switch is connected to a ____ input module.  </strong> A)BCD B)discrete C)PID D)LED

A)BCD
B)discrete
C)PID
D)LED
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
64
The PL output is energized when: <strong>The PL output is energized when:  </strong> A)S1 is closed and the value of the TWS is 1208 B)S1 is open and the value of the TWS is 1208 C)S1 is closed and the value of the TWS is less than 1208 D)S1 is closed and the value of the TWS is greater than 1208

A)S1 is closed and the value of the TWS is 1208
B)S1 is open and the value of the TWS is 1208
C)S1 is closed and the value of the TWS is less than 1208
D)S1 is closed and the value of the TWS is greater than 1208
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
65
For the temperature control program shown, rung No. 1 contains the logic that: <strong>For the temperature control program shown, rung No. 1 contains the logic that:  </strong> A)detects when the temperature drops below the low set point. B)allows the thermocouple temperature to be monitored by the LED display board. C)detects when the temperature rises above the high set point. D)switches the heater on and off.

A)detects when the temperature drops below the low set point.
B)allows the thermocouple temperature to be monitored by the LED display board.
C)detects when the temperature rises above the high set point.
D)switches the heater on and off.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
66
For the counter program shown, source A is addressed to the: <strong>For the counter program shown, source A is addressed to the:  </strong> A)pushbutton input. B)light output. C)done bit of the counter. D)accumulated value of the counter.

A)pushbutton input.
B)light output.
C)done bit of the counter.
D)accumulated value of the counter.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
67
Rung No. 4 contains the logic that: <strong>Rung No. 4 contains the logic that:  </strong> A)detects when the temperature drops below the low set point. B)allows the thermocouple temperature to be monitored by the LED display board. C)detects when the temperature rises above the high set point. D)switches the heaters on and off.

A)detects when the temperature drops below the low set point.
B)allows the thermocouple temperature to be monitored by the LED display board.
C)detects when the temperature rises above the high set point.
D)switches the heaters on and off.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
68
Bit T4:1/DN is called the: <strong>Bit T4:1/DN is called the:  </strong> A)reset bit. B)done bit. C)timing bit. D)data compare bit.

A)reset bit.
B)done bit.
C)timing bit.
D)data compare bit.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
69
PID controllers produce outputs that depend on:

A)magnitude of the error signal
B)duration of the error signal
C)rate of change of the error signal
D)all of these
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
70
Rung No. 3 contains the logic that: <strong>Rung No. 3 contains the logic that:  </strong> A)detects when the temperature drops below the low set point. B)allows the thermocouple temperature to be monitored by the LED display board. C)detects when the temperature rises above the high set point. D)switches the heaters on and off.

A)detects when the temperature drops below the low set point.
B)allows the thermocouple temperature to be monitored by the LED display board.
C)detects when the temperature rises above the high set point.
D)switches the heaters on and off.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
71
The ____ mode of the FAL instruction allows one element of data to be operated on for every false-to-true transition of the instruction.

A)all
B)numeric
C)incremental
D)sequential
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
72
Assume that the input pushbutton is pulsed 60 times after the counter had first been reset. After this operational sequence: <strong>Assume that the input pushbutton is pulsed 60 times after the counter had first been reset. After this operational sequence:  </strong> A)the light would be on and the accumulated count would be 10. B)the light would be off and the accumulated count would be 10. C)the light would be on and the accumulated count would be 60. D)the light would be off and the accumulated count would be 60.

A)the light would be on and the accumulated count would be 10.
B)the light would be off and the accumulated count would be 10.
C)the light would be on and the accumulated count would be 60.
D)the light would be off and the accumulated count would be 60.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
73
In the timer program shown, when switch S1 is closed: <strong>In the timer program shown, when switch S1 is closed:  </strong> A)the light turns on after 20 s and remains on. B)the light turns on after 5 s and remains on. C)the light turns on after 15 s and remains on. D)the light turns on after 5 s, stays on for 10 s, and then turns off.

A)the light turns on after 20 s and remains on.
B)the light turns on after 5 s and remains on.
C)the light turns on after 15 s and remains on.
D)the light turns on after 5 s, stays on for 10 s, and then turns off.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
74
The MOV instruction is used to move data: <strong>The MOV instruction is used to move data:  </strong> A)from the LED display to the thumbwheel switch. B)from the thumbwheel switch to the LED display. C)from the LED display to the PL. D)from the LED display to the PL

A)from the LED display to the thumbwheel switch.
B)from the thumbwheel switch to the LED display.
C)from the LED display to the PL.
D)from the LED display to the PL
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
75
Ten seconds immediately after switch S1 is closed, rung(s) ____ will be true. <strong>Ten seconds immediately after switch S1 is closed, rung(s) ____ will be true.  </strong> A)No.1 only B)No.1 and No.2 C)No.1 and No.3 D)No.1, No.2, and No.3

A)No.1 only
B)No.1 and No.2
C)No.1 and No.3
D)No.1, No.2, and No.3
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
76
The LESS THAN instruction is <strong>The LESS THAN instruction is  </strong> A)always true. B)true as long as the value contained in source A is less than 20. C)true as long as the value contained in source A is more than 20. D)true as long as the value contained in source A is equal to 20.

A)always true.
B)true as long as the value contained in source A is less than 20.
C)true as long as the value contained in source A is more than 20.
D)true as long as the value contained in source A is equal to 20.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
77
In a closed-loop control system, the PLC control program acts to:

A)form a closed circuit between input and output modules.
B)monitor the output signal and adjust the input signal accordingly.
C)keep the input and output in balance.
D)correct any difference between the measured value and the desired value.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
78
Rung No. 2 contains the logic that: <strong>Rung No. 2 contains the logic that:  </strong> A)detects when the temperature drops below the low set point. B)allows the thermocouple temperature to be monitored by the LED display board. C)detects when the temperature rises above the high set point. D)switches the heater on and off.

A)detects when the temperature drops below the low set point.
B)allows the thermocouple temperature to be monitored by the LED display board.
C)detects when the temperature rises above the high set point.
D)switches the heater on and off.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
79
The BCD value for the thumbwheel switch setting would be: <strong>The BCD value for the thumbwheel switch setting would be:  </strong> A)1010 0110 1110 1101. B)1110 0001 1010 1010. C)0011 0010 1000 0100. D)0010 1010 0110 1011.

A)1010 0110 1110 1101.
B)1110 0001 1010 1010.
C)0011 0010 1000 0100.
D)0010 1010 0110 1011.
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
80
With the masked move instruction, where there is a ____ in the mask, data will pass.

A)1
B)0
C)negative sign
D)positive sign
Unlock Deck
Unlock for access to all 87 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 87 flashcards in this deck.