Q.SkillRack Problem Set1(AND Gate)

Q.Devise an algorithm and draw a flowchart to simulate the working of an AND gate. AND gate takes two bits as input and output a bit as shown in the following table. Check for validity of input and print 'Invalid input' when user gives out of boundary values.

Q3.png

Click on this to download the editable version of the flowchart and edit it using Yed editor

No comments:

Post a Comment

Bonus Practice Problems(GMT To IST)

IST (Indian Standard Time) is 5 hours 30 minutes ahead of GMT(Greenwich Mean Time). Develop an algorithm and write the Python code to find...