kenda
Uploaded by
9 SLIDES
306 VUES
90LIKES

Understanding Boolean Logic II: Truth Tables and Logical Equivalence in Computer Science

DESCRIPTION

This module explores advanced Boolean logic concepts, focusing on truth tables and logical equivalence. We will examine expressions such as ( P rightarrow Q ), (text{AND}, text{NOT},) and (text{XOR}) operations, emphasizing how to determine if two statements are logically equivalent by comparing their truth tables. Additionally, we will analyze practical examples, including grading scenarios among students. This lesson aligns with sections 4.4 and 5.2 of the textbook and provides foundational knowledge essential for computer science. Please review the reading material before class.

1 / 9

Télécharger la présentation

Understanding Boolean Logic II: Truth Tables and Logical Equivalence in Computer Science

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CSCI 1001 overview of computer science BOOLEAN LOGIC II

  2. Truth Table

  3. Truth Table

  4. (P → Q) AND (NOT (P XOR Q)) NOT

  5. P → Q Q → P

  6. P → Q (NOT P) OR Q OR Q Expressions are logically equivalent if they have the same truth table we write this as E≡F.

  7. “Bob got a better grade than Alice, or Carol got the same grade as Dave” “If you got a C you took ECON” “If you got a B or better you took CSCI”

  8. http://cs1001.us/ Please read sections 4.4,5.2 of the textbook for Friday.

More Related