Define the states, inputs and outputs in terms of a description and as formal mathematical
sets. Define the next state function in terms of description and as either a state transition
diagram or a mathematical function or pseudo code (if then else…) as appropriate. Define
an appropriate time scale for your model
Consider a digital clock that counts minutes and hours. Assume that this is a 12 hour clock, that is 13:05 is 1:05 PM. What is the time scale? Inputs? States? Outputs? Next State Function? Readout Function? (Hint: assume the input to a clock is ON, meaning to keep time, or OFF meaning do not keep time).