Spoken Tutorial, IIT Bombay 
	        https://spoken-tutorial.org 
	                 Arduino
  	  Digital Logic Design with Arduino - Assignment


Assignment 1:

Modify the values of r16 and r17 shown in the tutorial to verify the rest of the truth table of AND.

Replace the keyword and in the program given in the tutorial with or to perform logical OR operation.

Replace the keyword and in the program given in the tutorial with xor to perform logical XOR operation.


Assignment 2:
Change the values of W, X, Y and Z given in the tutorial and verify different rows of the truth table.