SCC121: (W1-L1) Sets - Part 1 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is a set in Discrete Mathematics?


A

A collection of objects/elements/members

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the characteristics of a set?


A

A set has no duplicates and is unordered.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

If set A is defined as A = {1, 2, 3, 4, 5, 6, 7}, what is another valid representation of set A?


A

A = {7, 6, 5, 4, 3, 2, 1}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does set membership mean?


A

It indicates that an element is part of a set.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does non-membership indicate?


A

It indicates that an element does not belong to a set.


How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How can you define a set by enumeration?


A

By listing all its members.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How would you define the set A = {1, 2, 3, 4, 5, 6, 7} using properties?


A

{x | x is an integer and 0 < x < 8}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the Cartesian product of two sets?


A

The set of all ordered pairs where the first element is from the first set and the second from the second set.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a property that can define a set?


A

A characteristic that all its members must satisfy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

When are two ordered pairs considered equal?


A

If and only if their corresponding elements are equal.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the Cartesian product of sets A = {1, 2, 3} and B = {a, b}?


A

A x B = {<1, a>, <1, b>, <2, a>, <2, b>, <3, a>, <3, b>}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the order of precedence for set operations?


A

All operations are equal in order of precedence.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How would you evaluate the expression (A ∩ B) - C?


A

First, calculate A ∩ B, then subtract C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the meaning of a Union in Sets

A

( A \cup B ): union, objects that belong to set A or set B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the meaning of an intersect in Sets

A

( A \cap B ): intersection, objects that belong to set A and set B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the meaning of difference in Sets

A

( A - B ): difference, objects that belong to set A but not set B

16
Q

What is a cartesian product in Sets?

A

( A \times B ): Cartesian product, all ordered pairs with the first element from set A and the second from set B