Operations for Computer Representation of Sets

Cards (13)

  • Operations for Computer Representation of Sets
    • Complement
    • Union
    • Intersection
    • Difference
    • Symmetric Difference
  • Complement – Bitwise NOT (~)
  • Union – Bitwise OR (|)
  • Intersection – Bitwise AND (&)
  • Difference – Combination of Bitwise AND (&) and Bitwise NOT (~) operators
  • Symmetric Difference – Bitwise XOR
  • What is in the picture?
    A) Bit Strings Representation
  • What is in the picture?
    A) Complement Operation
  • What is in the picture?
    A) Union Operation
  • What is in the picture?
    A) Intersection Operation
  • What is in the picture?
    A) Difference Operation
  • What is in the picture?
    A) Difference Operation
  • What is in the picture?
    A) Symmetric Difference