What is the value of 00001101 subtracted from 00000110 Your
     What is the value of 00001101 subtracted from 00000110? Your answer should show 8 bits.  What do the following hexadecimal values represent in ASCII: 43h, 42h, 41h, 31h, 32h, 33h? Please enter your answer without spaces or commas. Use the ASCII table displayed on the projector.  What is the value of the boolean expression (T  F)  -T? 
  
  Solution
[1]
 00001101
 - 00000110
 ------------
 00000111
 ------------
[2] #\"!EMSUBESC
 [3]
 (T^F) --> F
 ~T --> F
 F V F --> F
Result :- F

