- Suppose That A Chocolate Vending Machine Works With 1 Tl And 0 5 Tl Coins The Chocolate Is 2 5 Tl Once A User Deposits 1 (16.43 KiB) Viewed 16 times
Suppose that a chocolate vending machine works with 1 TL and 0.5 TL coins. The chocolate is 2.5 TL. Once a user deposits
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Suppose that a chocolate vending machine works with 1 TL and 0.5 TL coins. The chocolate is 2.5 TL. Once a user deposits
Suppose that a chocolate vending machine works with 1 TL and 0.5 TL coins. The chocolate is 2.5 TL. Once a user deposits 2.5 TL. the machine dispenses one chocolate. If the user deposits more than 2.5 TL. no change will be given, instead it will be credited towards the next purchase, e.g., if 2 TL is deposited and 1TL. is inserted, the machine dispenses 1 chocolate and keeps 0.5 TL for the next chocolate. Construct the Mealy state diagram for the vending machine described for which we define its input/output as follows: • 1-bit input for a coin: "0" represents a 0.5 TL coin and "1" shows a 1 TL. • 1-bit output to indicate whether an item has been dispensed after the last coin input: "1" when an item is dispensed;"0" otherwise. Design the full circuit.