Question: 2-2 Write a program that will produce the following binary numbers in input word 1:1 and output word 0:2 of the data table. Write one

2-2 Write a program that will produce the following binary numbers in input word 1:1 and output word 0:2 of the data table. Write one rung for each output bit, and select either an XIC or XIO of the corresponding input bit to produce the corresponding output. DATA TABLE 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 (Determined by the ON/OFF state of the inputs) 1:11 0 1 1 0 0 1 1 0 0 0 1 1 0 1 (Determined by the program) 0:2 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 Use the I/O Simulator screen to simulate the program. Use the radix function to determine decimal, hex-BCD, and octal values for binary numbers of input word 1:1 and output word 0:2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
