1 / 11

Boolean Models A Mechanism for Constructing Truth Tables By Alex Efta Kelly Martin Lance Dehne

Boolean Models A Mechanism for Constructing Truth Tables By Alex Efta Kelly Martin Lance Dehne. A Simple Boolean Model A = A’. A’. A’. Algorithm for Constructing Any Size Truth Table

harry
Download Presentation

Boolean Models A Mechanism for Constructing Truth Tables By Alex Efta Kelly Martin Lance Dehne

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. Boolean ModelsA Mechanism for ConstructingTruth TablesByAlex EftaKelly MartinLance Dehne

  2. A Simple Boolean Model A = A’ A’ A’

  3. Algorithm for Constructing Any Size Truth Table • If there are X input variables there will be 2X possible input combinations and therefore 2X rows will be required 2. For the Yth column, begin the column with 2(Y-1) 0s follwed by 2(Y-1) 1s. Repeat the resultant pattern until entire column is filled

  4. Consider the Following Boolean Model With 4 Input Variables A =(BCD) B=(D+C) C=(AD) D=B’

  5. Number of Inputs: 4 2x=24=16 Rows

  6. Rule for Filling Columns For the Yth column, begin the column with 2(Y-1) 0s follwed by 2(Y-1) 1s. Repeat the resultant pattern until entire column is filled

  7. Column 1: Input for A Number of Zeros: 2(Y-1)=2(1-1)=2(0)=1 Number of Ones: 2(Y-1)=2(1-1)=2(0)=1 Resultant Pattern= 0 1

  8. Column 2: Input for B Number of Zeros: 2(Y-1)=2(2-1)=2(1)=2 Number of Ones: 2(Y-1)=2(2-1)=2(1)=2 Resultant Pattern= 0 0 1 1

  9. Column 3: Input for C Number of Zeros: 2(Y-1)=2(3-1)=2(2)=4 Number of Ones: 2(Y-1)=2(3-1)=2(2)=4 Resultant Pattern= 0 0 0 0 1 11 1

  10. Column 4: Input for D Number of Zeros: 2(Y-1)=2(4-1)=2(3)=8 Number of Ones: 2(Y-1)=2(4-1)=2(3)=8 Resultant Pattern= 0 0 0 0 0 0 0 0 1 1 1 1 1 11 1

  11. Now It’s Your Turn… The output columns have been left for personal practice

More Related