Suppose we want to design a combinational logic block that accepts a 4 bit Binary number as input. Let the most significant bit(leftmost) of the value be
A, the secondmost significant bit be
B, third-most significant bit be
C and the least significant(rightmost) bit be
D. The output value is represented by another Boolean variable O
E. The value of O must be 1 if the input value is greater than 5 and less than 10; and 0 otherwise.