0% found this document useful (0 votes)
53 views

Introduction To Computing (CS101) : Assignment # 01

The document provides instructions for Assignment #01 for the course CS101 Introduction to Computing. It outlines three key rules for marking: assignments must be submitted by the due date, open properly, and not be plagiarized. It also provides objectives on 2's complement numbers and Boolean logic. The assignment contains two questions - the first involves converting decimal numbers to binary and performing addition, the second is to complete a truth table for a Boolean expression. Students are advised to submit assignments in .doc or .docx format before the deadline.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views

Introduction To Computing (CS101) : Assignment # 01

The document provides instructions for Assignment #01 for the course CS101 Introduction to Computing. It outlines three key rules for marking: assignments must be submitted by the due date, open properly, and not be plagiarized. It also provides objectives on 2's complement numbers and Boolean logic. The assignment contains two questions - the first involves converting decimal numbers to binary and performing addition, the second is to complete a truth table for a Boolean expression. Students are advised to submit assignments in .doc or .docx format before the deadline.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Total marks = 20

Introduction to Computing
1st June, 2020
(CS101)
Assignment # 01

Please carefully read the following instructions before attempting assignment.

RULES FOR MARKING


It should be clear that your assignment would not get any credit if:
 The assignment is submitted after the due date.
 The submitted assignment does not open or file is corrupt.
 Strict action will be taken if submitted solution is copied from any other student
or from the internet.

You should consult the recommended books to clarify your concepts as handouts are not
sufficient.

You are supposed to submit your assignment in .doc or docx format.


Any other formats like scan images, PDF, zip, rar, ppt and bmp etc will not be accepted.

Objectives:
 To understand the practical implementation of 2’s complement number.
 To understand the basic concept of Boolean logical operations and how to use it to
solve a problem.

NOTE

No assignment will be accepted after the due date via email in any case (whether it is the
case of load shedding or internet malfunctioning etc.). Hence refrain from uploading
assignment in the last hour of deadline. It is recommended to upload solution file at least
two days before its closing date.

If you find any mistake or confusion in assignment (Question statement), please consult
with your instructor before the deadline. After the deadline no queries will be
entertained in this regard.

For any query, feel free to email at:


[email protected]
Questions No 01 Marks (10)

You are required to perform the following stated operations in Binary Number System
 (320)10 + (-122)10
o Please first convert the stated Decimal Numbers into Binary Numbers.
o Perform the Arithmetic operation on Binary Numbers.
o Convert the calculated answer back into Decimal Number System.

Note: You are bound to show each, and every step involved in conversions or arithmetic
operations involved.

Questions No 02 Marks (10)


For the following Boolean Expression, you are required to fill the stated table below:
( ( A ⨁ B)∧ D) ∨C ¿

Symbol to operator mapping:


(⨁ = XOR)
(~ = NOT)
(∨ = OR)
(∧ = AND)

A B C D ( A ⨁ B) ( A ⨁ B) ( ( A ⨁ B)∧ D) ( ( A ⨁ B)∧ D) ∨C ¿
0 0 0 0 0 1 0 0
0 0 0 1 0 1 1 1
0 0 1 0 0 1 0 1
0 0 1 1 0 1 1 1
0 1 0 0 1 0 0 0
0 1 0 1 1 0 0 0
0 1 1 0 1 0 0 1
0 1 1 1 1 0 0 1
1 0 0 0 1 0 0 0

You might also like