Reviewer Flashcards

(25 cards)

1
Q

Consider the following sets X, Y, Z below. Which one of the following is true?
X = multiples of 3, Y = multiples of 6, Z = multiples of 9

A

Z ⊂ Y

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  1. A is the set of factors of 12. Which one of the following is not a member of A?
A

5

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

How many subsets does the set A = {a, b, c, d} have?

A

16
(2⁴ = 16)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  1. Which one of the following sets is infinite?
A

The set of integers less than 10
(This includes negative integers, making it infinite)

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

Given sets A, B, and C, where A ⊆ B and B ⊆ C. Which statement must always be true?

A

Correct Answer: d. A is a subset of C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  1. Which of the following statements is True for a function?.
A

A function has only one output for each input

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  1. Which of the following relations on the set {1, 2, 3} is transitive?
A

{(1, 2), (2, 3), (1, 3)}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  1. Which of the following relations on the set {1, 2, 3} is antisymmetric?
A

c. {(1, 1), (2, 2), (3, 3), (1, 2)}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  1. Which of the following sets of ordered pairs represents a function?
A

{(1, 2), (2, 3), (3, 4), (4, 5)}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
  1. Which of the following relations on the set {1, 2, 3} is irreflexive?
A

{(1, 2), (2, 3), (3, 1)}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  1. For two matrices A and B, is matrix multiplication generally commutative?
A

No, generally AB ≠ BA

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

The transpose is undefined for non-square matrices. (Statement evaluation)?

A

False (transpose is defined for any matrix, not just square ones)

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

In linear algebra, what is a scalar?

A

c. A single numerical value

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

Which of the following describes a zero matrix (O)?

A

A matrix where all entries are zero.

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

Let A be a 3x2 matrix and B be a 2x4 matrix. What are the dimensions of A·B?

A

3 x 4

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

According to the Identity Law, what is A + 0?

17
Q

What is the output of X ^ (~X ∨ Y) if X = 1 and Y = 0?

A

Correct Answer: b. 0

(X = 1, ~X = 0 → 0 ∨ 0 = 0; then 1 ^ 0 = 0)

18
Q

Which Boolean expression is equivalent to A⋅(A + B)?

A

Correct Answer: b. A
(Absorption Law)

19
Q

Which expression is equivalent to ~(A ^ B) according to De Morgan’s Laws?

20
Q

Which Boolean operation is ∧ and outputs 1 only if all inputs are 1?

A

AND (Conjunction)

21
Q

If A = {1, 2, 3} and B = {3, 4, 5}, what is A ∩ B?

22
Q

What does the shaded region outside all circles in a Venn diagram represent?

A

Elements not belonging to any of the given sets

23
Q

In a three-set Venn diagram (A, B, C), what region represents elements in all sets?

A

The area where all three circles overlap

24
Q

What does the overlapping region of two circles represent?

A

Elements common to both sets

25
In a Venn diagram, how is A ∪ B represented?
The entire area covered by circles A and B