zyBooks assignment Flashcards

for class when we had the snow day

1
Q

let A be a finite set with the cardinality of n. The cardinality of the power of A is _____

A

|P(A)| = 2^n

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

let A and B be sets. The intersection of A and B denoted A ∩ B is ________

A

the set of all elements that are elements of both A and B

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

what is the symbol for intersection?

A

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

can the intersection operation apply to infinite sets?

A

yes

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

the union of two sets denoted A ∪ B is _____________

A

the set of all elements that are elements of A or B

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

if an element is in both sets A and B, is it in the union of the two sets?

A

yes

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

if an element is in the empty set, it corresponds to _______

A

false

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

false corresponds to ______

A

an element being an element of the empty set

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

if an element is in the universal set, it corresponds to _____

A

true

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

true corresponds to ______

A

an element being an element of the universal set

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

what is a set identity?

A

an equation involving sets that is true regardless of the contents of the sets in the expression

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

set identities

A

paper flashcards

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

an ordered pair of elements indicates that the order of the elements ______

A

DOES MATTER

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

for two sets A and B, the cartesian product of A and B is denoted ________

A

A x B

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

the cartesian product of two sets A and B, denoted A x B is ___________

A

the set of all ordered pairs in which the first entry is in A and the second entry is in B

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

is A x B the same as B x A?

A

NO, because the order of the pairs is significant

17
Q

if A and B are finite sets, then |A x B| =

A

|A| * |B|

18
Q

what is an ordered list of three items?

A

an ordered triple

19
Q

what is an ordered list of four or more items called?

A

an ordered n-tuple (if a list has 6 items, it is an ordered 6-tuple)

20
Q

what is the cartesian product of A with itself?

A

A^k = A x A x A, k times

21
Q

if A is a set of characters or symbols, then the elements in A can be written _________

A

without ( , ). It can be written as A = {xx, xy, yy} (ordered pair example)

22
Q

what is the alphabet for a set of strings?

A

the characters used in that set of strings

23
Q

what is a binary string?

A

a string with the alphabet {0, 1}

24
Q

what is a character in a binary string called?

A

a bit

25
Q

what is an n-bit string?

A

a binary string with length n

26
Q

what is the empty string?

A

the unique string with length 0 and is usually denoted by the symbol λ