Math, asked by sandhya4781, 10 months ago

Design fsm to check whether given numbers is divisible by 3

Answers

Answered by rs5374164
8

Step-by-step explanation:

Given a string of binary characters, check if it is multiple of 3 or not. ... number into its decimal representation and then check if it is a multiple of 3 or  ...

Answered by chemicalsscholar
2

Answer: Modulo 3 Finite State Machine(FSM) The FSM has three states labeled 0, 1, and 2. Whenever the FSM is in state zero it outputs a “1”, which indicates that the bits the FSM has received thus far represent a number divisible by 3

Similar questions