Intel Corporation Interview Question

design an FSM that receives an array or bits and each time calculates if the received array is devisable by 3

Interview Answer

Anonymous

Feb 26, 2024

write the fsm with 3 state, 1st state means the current number is devisable by 3, 2nd state means the number has remainder 1 3rd state the number has remainder 2