fall 2014_cs101_1

3
Assignment No. 01(Graded) Semester: Fall 2014 Introduction to Computing - CS101 Total Marks: 20 Due Date: 21/11/2014 Objectives: To learn and understand the basic concepts of Computing, HTML, Binary operations and their practical implementation Instructions: Please read the following instructions carefully before submitting assignment: It should be clear that your assignment will not get any credit if: The assignment is submitted after due date. The assignment is submitted via email. The assignment is copied from Internet or from any other student. The submitted assignment does not open or file is corrupt. It is in some format other than .doc (MS Word Document). Note: All types of plagiarism are strictly prohibited. For any query about the assignment, contact at [email protected] Question No 1: Marks 10 As per VU degree requirement, you have started internship in XYZ Internationals Company. XYZ Internationals is considered as a standard in Web Development and has clients from all over the World. It’s working environment is quite competitive and even as an internee you need to be a useful resource. Mr. A is your supervisor and working as Web developer in XYZ Internationals. To judge your skills, he has given you a task of designing a web page of IT Solutions as depicted in figure 1.

Upload: fasih-aftab

Post on 09-Nov-2015

1 views

Category:

Documents


0 download

DESCRIPTION

VU

TRANSCRIPT

Assignment for Semester Fall 2007

Assignment No. 01(Graded)Semester: Fall 2014Introduction to Computing - CS101Total Marks: 20Due Date: 21/11/2014

Objectives:To learn and understand the basic concepts of Computing, HTML, Binary operations and their practical implementationInstructions:Please read the following instructions carefully before submitting assignment:

It should be clear that your assignment will not get any credit if:

The assignment is submitted after due date. The assignment is submitted via email.

The assignment is copied from Internet or from any other student. The submitted assignment does not open or file is corrupt. It is in some format other than .doc (MS Word Document).Note: All types of plagiarism are strictly prohibited. For any query about the assignment, contact at [email protected]

Question No 1: Marks 10 As per VU degree requirement, you have started internship in XYZ Internationals Company. XYZ Internationals is considered as a standard in Web Development and has clients from all over the World. Its working environment is quite competitive and even as an internee you need to be a useful resource. Mr. A is your supervisor and working as Web developer in XYZ Internationals. To judge your skills, he has given you a task of designing a web page of IT Solutions as depicted in figure 1.

Figure 1

Initially, you are required to write the following commands in HTML.

1) Assign title IT Solutions to Webpage.

2) Write Heading Welcome to IT Solutions in Bold.

3) Write Software Support and Hardware Support in separate lines. This text should have one line space from above and below text.

4) Give hyperlink of [email protected] on web page.Question No 2: Marks 10 After designing that web page, your next task at XYZ Internationals is to develop a Scientific Calculator for binary operations. Your supervisor, Mr. A, suggests you to first perform certain binary operations to refresh your concepts for better logic development which involve the following:

a) i) Convert 110111011 into decimal. ii) Convert 128 into binary. b) Complete the truth table for following Expression.

AB' (A+C)A

B

C

B'A B'A+C

A B' (A+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

BEST OF LUCK