CS101 Assignment # 1 | Virtual Study Solutions

Adsetra Ads

 


Assignment No. 01(fall 2013)

Semester: Spring 2013

Introduction to Computing-CS101



Total Marks: 20
Due Date:  02-05-2013
Instructions:
Please read the following instructions carefully before submitting assignment:

  • You will submit your assignment before or on due date on VU-LMS.
  • Assignment should be completed by your own efforts it should not be copied from internet, handouts or books.
  • You should submit your MS Word File via assignment interface at VU-LMS.
  • Assignment sent via Email will not be replied and accepted/graded in any case.
  • If the submitted assignment does not open or file is corrupt, it will not be graded.
  • You will submit solution only in MS Word File.


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.

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









Post a Comment

  1. 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.

    ReplyDelete
  2. 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

    ReplyDelete
  3. 1st Column: 00111111
    2ndt Column: 00001100
    3rd Column: 10001000
    4th Column: 01000111
    5th Column: 00110100

    ReplyDelete

 

Top