Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

State transition diagram(need fast please): Hello,below is a binary system i nee

ID: 3773642 • Letter: S

Question

State transition diagram(need fast please): Hello,below is a binary system i need the state transition diagram for,its for my verilog programming assignment,draw the state transition diagram in a readable sense and walk me through it briefly if its not too much trouble Thanks alot Please please please draw it clearly so i can read it
in this assignment we're going to design a simple version of a shops selling mechanism.the system must have 10 input keys consisting of keys 0 to 9 for entering the products price.the system must also have 4 keys under the names Clear,Total,Enter and Number which are used for(in order from left to right) reseting,calculating the total price of the selected products,entering the products price and the number of products which have been entered till now into the system. the system here will always take the input prices in 4 digits and the user will always enter the input from left to right as in first entering the thousands digit(left most digit) then the hundreds digit then the tens digit and finally the ones digit(right most digit) —> for example if the price of a product was $23,the user would enter 0023,if the price was $432,the user would enter 0432 after entering the items value and pressing the Enter key,by hitting the Number key,the user can enter how many of that item he/she wants and then by hitting Enter again the system will move on to the next item. finally,for displaying the sum price of everything entered the user can hit the Total key and the sum of the prices must be calculated by the system
for doing this assignment pay attention to these notes: -for calculating the total price you can use the * operator in the verilog language -the maximum number of items must be 99(highest 2 digit decimal) -sum price must be shown as a decimal number -if the sum price is over 5 digits long,after the user enters the Total key,the system must activate the output ERR(as in Error). -the Clear key must delete the total price calculated
Note on the Number input key: For example if the user clicks on the Enter key and enters the digits 0432,mewning they want an item thats worth $432 and hits Enter again,and then hits Number and enters 05(maximum number of items is 2 digits so this we have a 2 digit input here)and hits enter again,it means they want 5 of the item thats worth $432 But if the user hits Enter, types in 0432 and hits Enter again, here if the user hits on Enter again,the system will move on to the next item and the user must enter the price of the next item they want

Thank you so much for your help! State transition diagram(need fast please): Hello,below is a binary system i need the state transition diagram for,its for my verilog programming assignment,draw the state transition diagram in a readable sense and walk me through it briefly if its not too much trouble Thanks alot Please please please draw it clearly so i can read it
in this assignment we're going to design a simple version of a shops selling mechanism.the system must have 10 input keys consisting of keys 0 to 9 for entering the products price.the system must also have 4 keys under the names Clear,Total,Enter and Number which are used for(in order from left to right) reseting,calculating the total price of the selected products,entering the products price and the number of products which have been entered till now into the system. the system here will always take the input prices in 4 digits and the user will always enter the input from left to right as in first entering the thousands digit(left most digit) then the hundreds digit then the tens digit and finally the ones digit(right most digit) —> for example if the price of a product was $23,the user would enter 0023,if the price was $432,the user would enter 0432 after entering the items value and pressing the Enter key,by hitting the Number key,the user can enter how many of that item he/she wants and then by hitting Enter again the system will move on to the next item. finally,for displaying the sum price of everything entered the user can hit the Total key and the sum of the prices must be calculated by the system
for doing this assignment pay attention to these notes: -for calculating the total price you can use the * operator in the verilog language -the maximum number of items must be 99(highest 2 digit decimal) -sum price must be shown as a decimal number -if the sum price is over 5 digits long,after the user enters the Total key,the system must activate the output ERR(as in Error). -the Clear key must delete the total price calculated
Note on the Number input key: For example if the user clicks on the Enter key and enters the digits 0432,mewning they want an item thats worth $432 and hits Enter again,and then hits Number and enters 05(maximum number of items is 2 digits so this we have a 2 digit input here)and hits enter again,it means they want 5 of the item thats worth $432 But if the user hits Enter, types in 0432 and hits Enter again, here if the user hits on Enter again,the system will move on to the next item and the user must enter the price of the next item they want

Thank you so much for your help! State transition diagram(need fast please): Hello,below is a binary system i need the state transition diagram for,its for my verilog programming assignment,draw the state transition diagram in a readable sense and walk me through it briefly if its not too much trouble Thanks alot Please please please draw it clearly so i can read it
in this assignment we're going to design a simple version of a shops selling mechanism.the system must have 10 input keys consisting of keys 0 to 9 for entering the products price.the system must also have 4 keys under the names Clear,Total,Enter and Number which are used for(in order from left to right) reseting,calculating the total price of the selected products,entering the products price and the number of products which have been entered till now into the system. the system here will always take the input prices in 4 digits and the user will always enter the input from left to right as in first entering the thousands digit(left most digit) then the hundreds digit then the tens digit and finally the ones digit(right most digit) —> for example if the price of a product was $23,the user would enter 0023,if the price was $432,the user would enter 0432 after entering the items value and pressing the Enter key,by hitting the Number key,the user can enter how many of that item he/she wants and then by hitting Enter again the system will move on to the next item. finally,for displaying the sum price of everything entered the user can hit the Total key and the sum of the prices must be calculated by the system
for doing this assignment pay attention to these notes: -for calculating the total price you can use the * operator in the verilog language -the maximum number of items must be 99(highest 2 digit decimal) -sum price must be shown as a decimal number -if the sum price is over 5 digits long,after the user enters the Total key,the system must activate the output ERR(as in Error). -the Clear key must delete the total price calculated
Note on the Number input key: For example if the user clicks on the Enter key and enters the digits 0432,mewning they want an item thats worth $432 and hits Enter again,and then hits Number and enters 05(maximum number of items is 2 digits so this we have a 2 digit input here)and hits enter again,it means they want 5 of the item thats worth $432 But if the user hits Enter, types in 0432 and hits Enter again, here if the user hits on Enter again,the system will move on to the next item and the user must enter the price of the next item they want

Thank you so much for your help!

Explanation / Answer

Clear,Total,Enter and Number which are used for(in order from left to right) reseting,calculating the total price of the selected products,entering the products price and the number of products which have been entered till now into the system.

the system here will always take the input prices in 4 digits and the user will always enter the input from left to right as in first entering the thousands digit(left most digit) then the hundreds digit then the tens digit and finally the ones digit(right most digit) —> for example if the price of a product was $23,the user would enter 0023,if the price was $432,the user would enter 0432 after entering the items value and pressing the Enter key,by hitting the Number key,the user can enter how many of that item he/she wants and then by hitting Enter again the system will move on to the next item.

finally,for displaying the sum price of everything entered the user can hit the Total key and the sum of the prices must be calculated by the system

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote