0% found this document useful (0 votes)
2 views

Assignment#2 - checked and edited

The document discusses errors in truth tables related to logical operations involving inputs A and B, highlighting incorrect repetitions and combinations. It provides corrected truth tables and emphasizes the importance of double-checking answers. Additionally, it notes that certain questions were not attempted in the assignment.

Uploaded by

Zunaira Amjad
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Assignment#2 - checked and edited

The document discusses errors in truth tables related to logical operations involving inputs A and B, highlighting incorrect repetitions and combinations. It provides corrected truth tables and emphasizes the importance of double-checking answers. Additionally, it notes that certain questions were not attempted in the assignment.

Uploaded by

Zunaira Amjad
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

ASSIGNMENT #2

9/100

2/10

SINCE THERE ARE ONLY TWO INPUTS THAT MEANS 2^2 = 4 TOTAL COMBINATIONS
EXIST. A WOULD HAVE 4/2 = 2 REPETITIONS OF 0 AND 1 AND B WOULD HAVE 2/2 = 1
REPETITIONS OF 0 AND 1
THE OUTPUT OF R DOES NOT HAVE INPUT AS A’ BUT AS (A+B)’ SO THE CORRECT
TRUTH TABLE IS AS FOLLOWS:
A B A.B A+B (A+B)’ (A.B) +
(A+B)’ = X

0 0 0 0 1 1

0 1 0 1 0 0
1 0 0 1 0 0

1 1 1 1 0 1

OUTPUT S = (A’ . (A + B))’ i.e. A and B are not being AND but OR

Same error as above


2/10

THE SAME ISSUE ARISES WITH THE NUMBER OF COMBINATIONS WHICH IS ONLY 4
NOT 8

A B A’ A+B A’ . (A+B) ((A.B) + (((A.B) +


(A’ . (A’ .
(A+B)) (A+B)))’ =
X

0 0 1 0 0 0 1

0 1 1 1 1 1 0

1 0 0 1 0 1 0

1 1 0 1 0 1 0
5/10

In the column for B.C the 4th row a=has inputs b = 1 and c = 1 so answer should be 1 but is
written 0 and the second last row should be 0 as b = 1 and c = 0. This makes Q, Q’, P’.Q,
P.Q’, R and then ultimately X wrong.
Note: It is best to recheck your answers two three times
Correct truth table is as follows
A B C A+B B.C (B.C)’ (A+B) ((A+B)
(+) (B.C)’ (+) (B.C)’) + C

0 0 0 0 0 1 1 1

0 0 1 0 0 1 1 1

0 1 0 1 0 1 0 0

0 1 1 1 1 0 1 1

1 0 0 1 0 1 0 0

1 0 1 1 0 1 0 1

1 1 0 1 0 1 0 0

1 1 1 1 1 0 1 1

Q1 part d and e not attempted


Q2 not attempted

You might also like