Deck 8: Data Manipulation Instructions

ملء الشاشة (f)
exit full mode
سؤال
Numerical data I/O interfaces are used to interface multibit and analog devices.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Data transfer instructions compare the data stored in two or more words.
سؤال
The source of a move instruction contains the address where the instruction sends a copy of the data.
سؤال
Data transfer instructions can address only a limited number of special locations in the memory.
سؤال
The MOV instruction is used to copy the value in one word to another.
سؤال
Each data manipulation instruction requires two or more words of data memory for operation.
سؤال
Multibit interfaces will not allow a group of bits to be input or output as a unit.
سؤال
Set-point control in its simplest form compares an input value to a set-point value.
سؤال
Data compare instructions involve the transfer of the contents from one word or register to another.
سؤال
The source of a move instruction contains a copy of the data which is to be moved.
سؤال
When the move instruction is true, the value stored at the source address is copied into the destination address.
سؤال
An analog I/O will allow monitoring and control of analog voltages and currents.
سؤال
The format used for data manipulation instructions is the same for all PLC models.
سؤال
The analog input module contains a digital-to-analog converter circuit.
سؤال
The data contained in words will be in the form of binary bits represented as series of 1s and 0s.
سؤال
Multibit interfaces are used to accommodate devices that require BCD input or outputs.
سؤال
The analog output interface module receives numerical data from the processor that is translated into a proportional voltage or current.
سؤال
A consecutive group of data memory words may be referred to as either a table or a file.
سؤال
The move with mask instruction uses a mask to filter out bits that are not to be transferred from the source to the destination.
سؤال
The words of data memory in singular form may be referred to as either words or registers.
سؤال
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>
سؤال
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>
سؤال
The COP instruction operates at a lower speed than the same operation that uses the FAL instruction.
سؤال
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>
سؤال
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>
سؤال
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>
سؤال
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.
سؤال
Files allow large amounts of data to be scanned quickly.
سؤال
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
سؤال
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>
سؤال
PID control is inexpensive but not accurate enough for many applications.
سؤال
Each type of set-point control involves the use of some form of open loop control.
سؤال
The FLL instruction is frequently used to zero all the data in a file.
سؤال
Data transfer and data compare instructions are both output instructions.
سؤال
Input and output modules can be addressed either at the bit level or at the word level.
سؤال
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.
سؤال
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>
سؤال
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>
سؤال
The move instruction copies a value from one location to another.
سؤال
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.
سؤال
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
سؤال
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.
سؤال
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
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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
سؤال
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.
سؤال
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.
سؤال
Which of the following is not considered to be a data compare instruction?

A)LESS THAN
B)EQUAL
C)MOV
D)GREATER THAN
سؤال
A file is a group of:

A)related consecutive words.
B)unrelated consecutive words.
C)related instructions.
D)unrelated instructions.
سؤال
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.
سؤال
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
سؤال
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.
سؤال
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
سؤال
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
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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
سؤال
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.
سؤال
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
سؤال
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.
سؤال
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.
سؤال
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
سؤال
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
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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 Deck
1/87
auto play flashcards
العب
simple tutorial
ملء الشاشة (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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
5
The MOV instruction is used to copy the value in one word to another.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
6
Each data manipulation instruction requires two or more words of data memory for operation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
7
Multibit interfaces will not allow a group of bits to be input or output as a unit.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
8
Set-point control in its simplest form compares an input value to a set-point value.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
9
Data compare instructions involve the transfer of the contents from one word or register to another.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
10
The source of a move instruction contains a copy of the data which is to be moved.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
11
When the move instruction is true, the value stored at the source address is copied into the destination address.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
12
An analog I/O will allow monitoring and control of analog voltages and currents.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
13
The format used for data manipulation instructions is the same for all PLC models.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
14
The analog input module contains a digital-to-analog converter circuit.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
15
The data contained in words will be in the form of binary bits represented as series of 1s and 0s.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
16
Multibit interfaces are used to accommodate devices that require BCD input or outputs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
17
The analog output interface module receives numerical data from the processor that is translated into a proportional voltage or current.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
18
A consecutive group of data memory words may be referred to as either a table or a file.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
20
The words of data memory in singular form may be referred to as either words or registers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
23
The COP instruction operates at a lower speed than the same operation that uses the FAL instruction.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
28
Files allow large amounts of data to be scanned quickly.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
31
PID control is inexpensive but not accurate enough for many applications.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
32
Each type of set-point control involves the use of some form of open loop control.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
33
The FLL instruction is frequently used to zero all the data in a file.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
34
Data transfer and data compare instructions are both output instructions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
35
Input and output modules can be addressed either at the bit level or at the word level.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
39
The move instruction copies a value from one location to another.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
59
A file is a group of:

A)related consecutive words.
B)unrelated consecutive words.
C)related instructions.
D)unrelated instructions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 87 في هذه المجموعة.