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:
- 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 »
- ECO401 Solved MCQs Mega Collection for Mid Term Papers26 Dec 20130
ECO401 Solved MCQs Mega Collection We upload the ECO401 Solved MCQs Mega Collection for Mid/Final ...Read more »
- CS101 Latest Final Term Paper26 Dec 20130
Question Many people consider that "Database" and "DBMS" are same terms. Do you...Read more »
- CS101 SOLVED MCQ’S26 Dec 20130
CS101 SOLVED MCQ'S Question No: 1( Marks: 1 )- Please choose one Which function returns a rando...Read more »
- Mgt 101 Introduction to Balance Sheet23 Dec 20130
Dashboard of MGT101 Financial Accounting Latest Activity in This Group Newest Discussoins in this...Read more »
- 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 »
Our main purpose here discussion not just Solution
ردحذفWe 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
ردحذفAs 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
ردحذف2ndt Column: 00001100
3rd Column: 10001000
4th Column: 01000111
5th Column: 00110100