Save
...
Discrete Structures 1
Part 2
Operations for Computer Representation of Sets
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Marc
Visit profile
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
1
What is in the picture?
A)
Complement Operation
1
What is in the picture?
A)
Union Operation
1
What is in the picture?
A)
Intersection Operation
1
What is in the picture?
A)
Difference Operation
1
What is in the picture?
A)
Difference Operation
1
What is in the picture?
A)
Symmetric Difference
1