- Back to Home »
- CS101 Assignment no 1 Spring 2013 Full Solution
Posted by : Anonymous
Friday, 26 April 2013
Objectives:
To understand the fundamental concepts of Binary Number Systems.
For any query about the assignment, contact at cs101@vu.edu.pk.
Assignment
Fill the empty columns for the following truth table where A, B and C are three binary inputs in the truth table.
Inputs
|
Output
|
Output
|
Output
|
Output
|
Output
| ||
A
|
B
|
C
|
(A´. B´)´
|
(A´+B)´
|
(B+C)´
|
(A. B)´⊕(B+C´)
|
(A⊕ B). (B+C)
|
0
|
0
|
0
| |||||
0
|
0
|
1
| |||||
0
|
1
|
0
| |||||
0
|
1
|
1
| |||||
1
|
0
|
0
| |||||
1
|
0
|
1
| |||||
1
|
1
|
0
| |||||
1
|
1
|
1
|