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.
|
Zarra ye bhee check karein:
- CS502 Assignment 1 Solution Spring 202218 Jun 20220
CS502 Assignment 1 Solution Spring 2022Dear Students, Here you can read or download CS502 - Design a...Read more »
- CS401 Assignment 1 Solution Spring 202218 Jun 20220
CS401 Assignment 1 Solution Spring 2022Dear Students, Here you can read or download CS401 - Computer...Read more »
- CS604 Assignment 1 Solution Spring 202216 Jun 20220
CS604 Assignment 1 Solution Spring 2022Dear Students, Here you can read or download CS604 - Operatin...Read more »
- CS501 Assignment 1 Solution Spring 202216 Jun 20220
CS501 Assignment 1 Solution Spring 2022Dear Students, Here you can read or download CS501 - Advance ...Read more »
- MTH501 Assignment 1 Solution Spring 202213 Jun 20220
MTH501 Assignment 1 Solution Spring 2022Dear Students, Here you can read or download MTH501 - Linear...Read more »
- ENG001 Assignment 1 Solution Spring 202212 Jun 20220
ENG001 Assignment 1 Solution Spring 2022Dear Students, Here you can read or download ENG001 - Elemen...Read more »
- C++ Programming language video tutorial free download09 May 20153
C++ Programming language video tutorial C++ programming Essential video Training download these le...Read more »
- CS201 Assignment no 02 Solution26 Dec 20130
Assignment No. 02 Semester: Spring 2014 CS201: Introduction to Programming Total Marks: 20 Due Date:...Read more »
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