CS 182 Week 1

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:37 PM on 9/3/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

26 Terms

1
New cards

What is a Proposition

a declarative sentence that is either true or false

2
New cards

Which of these is not a proposition

x+4=2x

3
New cards

Negation

¬


<p>¬</p><p></p>
4
New cards

Conjunction

\land

<p>$$\land$$ </p>
5
New cards

Disjunction

\lor

<p>$$\lor$$ </p>
6
New cards

Implication

\rightarrow

<p>$$\rightarrow$$ </p>
7
New cards

Biconditional

<p><span data-name="left_right_arrow" data-type="emoji">↔</span></p>
8
New cards

What is the truth value of the negation ¬p when p is True?

False

9
New cards

When is the conjunction p ∧ q true?

Only when both p and q are true

10
New cards

When is the disjunction p ∨ q false?

Only when both p and q are false

11
New cards

What's the difference between inclusive or (∨) and exclusive or (⊕)?

Inclusive or is true if either or both are true

Exclusive or is true only if exactly one is true

12
New cards

In the implication p → q, when is the statement false?

Only when p is true and q is false

13
New cards

In p → q, what are p and q called?

p is the hypothesis (premise), q is the conclusion (consequence)

14
New cards

What is the contrapositive of p → q?

¬q → ¬p

15
New cards

Is the converse (q → p) always equivalent to the original implication (p → q)?

No — they can have different truth values

16
New cards

What is the inverse of p → q?

¬p → ¬q

17
New cards

When is the biconditional p q true?

When p and q have the same truth value

18
New cards

What is the correct order of operator precedence from highest to lowest?

¬, ∧, ∨, →,

19
New cards

In a logic circuit, what does a two-input AND gate produce?

The conjunction (p ∧ q) of its inputs

20
New cards

In a logic circuit, what does an inverter (NOT gate) do?

Produces the negation of its input

21
New cards

Tautology

a compound proposition which is always true

22
New cards

Contridiction

a compound proposition which is always false

23
New cards
<p>Which one is a tautology</p>

Which one is a tautology

P ∨¬P

24
New cards
<p>Which one is a contradiction </p>

Which one is a contradiction

P ∧¬P

25
New cards

Two compound propositions p and q are logically equivalent if p q is a _____

Tautology

26
New cards

Identity Laws

p^T