Define the states, inputs and outputs in terms of a description and as formal ma
ID: 2085721 • Letter: D
Question
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).
Explanation / Answer
this is an 12 hour time scale.let x is the input time and y is output time then i will give the code for this to display the timel
x=input('enter the input time ');
if x>=12:00
y=(x-12:00)PM
else
y=(x)AM.
end
display('clock is on');%it will show that clock is on
dispay(y)% it will display the time
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.