topic is from machine structures / machine languageProblem 1 Create a truth table according to these specifications: There are 4 input bits, x3, x2, xl, x0, and 3 output bits, s2. sI, s0. The 3-bit output is the largest number of consecutive 1’s in the 4 input bits. (x3 is the most significant bit of the input, and s2 is the most significant bit of the output) For example, input0000 gives output 000 (no 1’s),
OR
OR