Sei sulla pagina 1di 3

Assignment No.

01 (Graded) Total Marks:


Semester Spring 2018
Due Date: 09
CS101- Introduction to Computing

Instructions

Please read the following instructions carefully before solving & submitting the
assignment:

It should be clear that your assignment will not get any credit (zero marks) if:

 The assignment is submitted after the due date.


 The submitted assignment is other than .doc or .docx file.
 The submitted assignment does NOT open or file is corrupted.
 The assignment is copied (from another student or internet).

Uploading instructions

 Upload/Submit assignment in your VULMS assignment interface only in


.doc or .docx format.
Objective

The objective of this assignment is:

 To understand the practical implementation of decimal data conversion into


binary data conversion.
 To understand the basic concept of fundamentals gates and how to use it to
solve a problem.
 To understand the basic concepts of creating tables using HTML tags
For any query about the assignment, contact at cs101@vu.edu.pk
Q1: You have to write the HTML code for creating a web page as shown in the following
screenshot. You have to write your own VUID using <h1> tag, Name using <h2>tag and
URL link of VU website using <h3> tags.

Create a table with your semester, Degree Program and all semester course codes. First
tow columns in the table should be center aligned and course code column should be
aligned left. Mark 10

<HTML>

Q2: You are required to solve the given Boolean Expression by filling the following truth table.
Mark 10

(A+B) / . ((A/ + C/) B)

A B C A+B (A+B)/ A/ C/ (A/ + C/) ((A/ + C/) B) (A+B) / . (( A/ + C/) B)

0 0 0 0 1 1 1 1 1 1
0 0 1 0 1 1 0 1 1 1
0 1 0 1 0 1 1 1 1 0
0 1 1 1 0 1 0 1 1 0
1 0 0 1 0 0 1 1 0 0
1 0 1 1 0 0 0 0 0 0
1 1 0 1 0 0 1 1 1 0
1 1 1 1 0 0 0 0 0 0
GOOD LUCK

Potrebbero piacerti anche