Question: a. Construct a finite-state machine that will compute the bitwise AND of two binary input strings. b. Write the output for the input sequence consisting of the strings 11011 and 10010 (read left to right).
a. Construct a finite-state machine that will compute the bitwise OR of two binary input strings. \
b. Write the output for the input sequence consisting of the strings 11011 and 10010 (read left to right).