Difference between revisions of "Logical operators assignment"

From WLCS
Line 5: Line 5:
 
# Complete the exercises below in this file
 
# Complete the exercises below in this file
 
# Be sure to number each of your answers!!
 
# Be sure to number each of your answers!!
# Submit your assignment via [http://classroom.google.com Google Classroom]
+
# Submit your assignment via Canvas
 
 
 
==References==
 
==References==
 
* [[Media:BooleanLogic.ppt]]
 
* [[Media:BooleanLogic.ppt]]
Line 25: Line 24:
  
 
==Submit==
 
==Submit==
* Submit your assignment via [http://classroom.google.com Google Classroom]
+
* Submit your assignment via Canvas

Revision as of 06:03, 25 September 2018

Directions

  1. Open a Google Doc
  2. Title the file: Logical Operators Assignment
  3. Put your name at the top
  4. Complete the exercises below in this file
  5. Be sure to number each of your answers!!
  6. Submit your assignment via Canvas

References

Exercises

  • Evaluate and simplify the following as True or False
  1. not(False)
  2. True or False
  3. False and False
  4. True and False
  5. not(True or False)
  6. True or True
  7. False and True
  8. False or True
  9. not(False) and True
  10. not(True) or False
  11. not(True) or True

Submit

  • Submit your assignment via Canvas