Assignment No. 01(fall 2013)Semester: Spring 2013Introduction to Computing-CS101 |
Total Marks: 20
Due Date: 02-05-2013
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Instructions:
Please read the following instructions carefully before submitting assignment:
Objectives:
To understand the fundamental concepts of Binary numbers 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.
|
Your number one source for Virtual University Assignments Solution, Mid-Term/Final-Term Papers, Quiz, GDB, Final Projects And Much More For VU Students. We’re dedicated to giving you the very best of Help, with a focus on three Features, ie Assignment Solutions, Past Papers and Final Projects.
Subscribe to:
Post Comments (Atom)
Our main purpose here discussion not just Solution
ReplyDeleteWe are here with you hands in hands to facilitate your learning and do not appreciate the idea of copying or replicating solutions.
A’ is read as NOT A or Complement A
ReplyDeleteAs we already know that 0 = False & 1 = True in Boolean Logic Operations.
If we have two variables e.g. A & B
The NOT operation replaces a Boolean value with its complement:
0’ = 1 , 1’ = 0
1st Column: 00111111
ReplyDelete2ndt Column: 00001100
3rd Column: 10001000
4th Column: 01000111
5th Column: 00110100