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:
- CS101 Assignment 1 Solution Spring 202212 Jun 20220
CS101 Assignment 1 Solution Spring 2022Dear Students, Here you can read or download CS101 - Introduc...Read more »
- CS101 GDB 1 Solution 2022 | Fall 202124 Feb 20220
CS101 GDB 1 Solution Fall 2021 - 2022 Dear Students, Here you can read or download CS101 ...Read more »
- CS101 Assignment 2 Solution 2021 | Fall 202123 Dec 20210
CS101 Assignment 2 Solution Fall 2021Dear Students, Here you can read or download CS101 - Introducti...Read more »
- CS101 Assignment 1 Solution 2021 | Fall 202108 Dec 20211
CS101 Assignment 1 Solution Fall 2021Dear Students, Here you can read or download CS101 - Intro...Read more »
- CS101 Assignment 2 Solution 2020 | Fall 202011 Dec 20200
CS101 Assignment 2 Fall 2020 Dear Students, Here you can read or download CS101 - Introducti...Read more »
- CS101 Current Final Term Paper Spring 202014 Sep 20200
CS101 Current Final Term Paper Dear Students, Here you can read or Download CS101 - Introduction t...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
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