+ All Categories
Home > Documents > CS101_Assig.01_Lesson8_Marks Obtained 19 Out of 20_Enjoy It_Fall 2014

CS101_Assig.01_Lesson8_Marks Obtained 19 Out of 20_Enjoy It_Fall 2014

Date post: 23-Jan-2016
Category:
Upload: ishfaq-babar
View: 3 times
Download: 0 times
Share this document with a friend
Description:
Cs101 Chap 8
Popular Tags:
5
Assignment No. 01(Graded) Semester: Fall 2014 Introduction to Computing - CS101 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. Figure 1 Initially, you are required to write the following commands in HTML. 1) Assign title “IT Solutions” to Webpage.
Transcript
Page 1: CS101_Assig.01_Lesson8_Marks Obtained 19 Out of 20_Enjoy It_Fall 2014

Assignment No. 01(Graded)

Semester: Fall 2014

Introduction to Computing - CS101

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.

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.

Solution:

zeeshan.zafar, 11/26/14,
19 Excellent
Page 2: CS101_Assig.01_Lesson8_Marks Obtained 19 Out of 20_Enjoy It_Fall 2014

<html>

<head>

<title>IT Solution</title>

<h1>Welcome To IT Solution</h1>

</head>

<body>

<Strong>Software Support<br>Hardware Support</strong>

<p>you can also email us at <A href="mailto:[email protected]">[email protected]</A></p>

</body>

</html>

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.

Solution:

zeeshan.zafar, 11/26/14,
Wrong method
Page 3: CS101_Assig.01_Lesson8_Marks Obtained 19 Out of 20_Enjoy It_Fall 2014

ii) Convert 128 into binary.

2 128

2 64 0

2 32 0

2 16 0

2 8 0

2 4 0

2 2 0

1 0

Answer is : 10000000

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

0 0 1 1 0 1 0

0 1 0 0 0 0 0

0 1 1 0 0 1 0

1 0 0 1 1 1 1

1 0 1 1 1 1 1

1 1 0 0 0 1 0

1 1 1 0 0 1 0

Page 4: CS101_Assig.01_Lesson8_Marks Obtained 19 Out of 20_Enjoy It_Fall 2014

BEST OF LUCK

Moazz Give Us Past Papers

I'm trying to Give everyone Assignment Solutions :)

You Can Help Me By Sharing your

Assignment Solutions In the End Of Smester :)

This will help Our Newcomer Students :)

Send me your LMS ID PASS so I can make a good collection for students

Email me: [email protected]

Regards:Haroon Malik


Recommended