VUsolutions Transferred to AchiKhasi.com

From December 2011, this blog www.VUsolutions.blogspot.com is transferred to http://achikhasi.com/vu/ . So, you may visit http://achikhasi.com/vu/ for latest study related help.

Back to home VUsolutions

VUsolutions Fans Club [join us for MORE solutions]

VUsolutions on Facebook

IT430 Assignment No. 1 solution

Thursday, April 14, 2011 Posted In Edit This
Instructions
Please read the following instructions carefully before submitting assignment:
It should be clear that your assignment will not get any credit if:
o Assignment is submitted after due date.
o Submitted assignment does not open or file is corrupt.
o Assignment is copied.

Assignment
Question# 1 (3+7)
a) Consider an office environment in which we have 10 stand alone computers, one printer and one scanner.
Which topology is suitable for the given scenario? Support your answer with at least two reasons.

b) Write an HTML program that creates a table containing a list of Universities in Islamabad using ordered and unordered lists. Set the background color to green. Each University name should be liked with its particular website. By clicking on the University name it must lead the user to the respective University website e.g. http://www.au.edu.pk

A sample output will look like given below:

Question:2 (10)
Write an HTML program that divides the webpage in two frames with ratio of 25% and 75%. Assign the first frame to “Table of Contents” and the second frame to “Display area”. Attach another HTML document to the table of contents frame which will contain four hyperlinks named “About VU”, “How VU works”, “Organizational Structure” and “Board of Governors”. Attach four “.doc” files to these links in such a way that when user clicks the link, the target files should open in “Display area”.

::::::::::::::::::::::::::::::
SOLUTION:
::::::::::::::::::::::::::::::


<HTML> <HEAD> <TITLE> List of Universities in Pakistan</TITLE> </HEAD> <BODY BGCOLOR="LIME" TEXT="BLUE"> <H1>List of Universities in Islamabad</H1> <BR> <P> <table border=1> <tr> <td> <ol> <li> Public Sector University </li> </ol> </td> <td>
<ol><li> Private Sector University </li>
</ol>
</td>
</tr
<tr>
<td>
<ul>
<li><a href=www.au.edu.pk>Air University</a>
</li>
</ul>
</td>
<td>
<ul>
<li><a href=www.riphah.edu.pk>Riphah International University , Islamabad </a>
</li>
</ul>
</td>
</tr>
<tr> <td> <ul> <li><a href=www.aiou.edu.pk>Allama Iqbal Open University</a> </li> </ul> </td> <td> <ul> <li><a href=www.fui.edu.pk> FOUNDATION UNIVERSITY , ISLAMABAD</a> </li> </ul> </td> </tr> <tr> <td>
<ul>
<li><a href=www.bahria.edu.pk>Bharia University , Islambad</a> </li> </ul> </td> <td> <ul> <li><a href=www.nu.edu.pk>National University of Computer and Emerging Sciences</a> </li> </ul> </td> </tr> <tr cols="2"> <td> <ul> <li><a href=www.qau.edu.pkk>Quaid-i-Azam University, Islamabad </a> </li>
</ul>
</td> </tr> <tr cols="2"> <td> <ul> <li><a href=www.iiu.edu.pk>International Islamic University, Islamabad </a> </li> </ul> </td> </tr> </table> </BODY> </HTML>


REMEMBER, solutions which we provide you are JUST for your idea, NEVER submit to VU as it is, please do some changes before submission, otherwise, everyone who copied solution & submitted as it is, will be awarded zero marks:( 


<html>
<head>
<title>IT430 Assignment</title>
</head>
<body bgcolor="green">
<font color="blue" size="+3">
List of Universities in Islamabad
</font>
<br />
<br /><font color="blue">
<table width="700" border="1">
<tr>
<td width="50%" align="center"><ol>
<li>Public Sector Universities</li>
</ol>
</td>
<td width="50%" align="center"><ol start="2">
<li>Private Sector Universities</li>
</ol>
</td>
</tr>
<tr>
<td><ul>
<li><a href="www.bci.edu.pk">Bahria University</a></li>
</ul></td>
<td><ul>
<li><a href="www.iiu.edu.pk">International Islamic University</a></li>
</ul></td>
</tr>
<tr>
<td><ul>
<li><a href="www.fui.edu.pk">Foundation University Islamabad</a></li>
</ul></td>
<td><ul>
<li><a href="www.riu.edu.pk">Riphah International University</a></li>
</ul></td>
</tr>
<tr>
<td><ul>
<li><a href="www.jinnah.edu.pk">Mohammad Ali Jinnah University</a></li>
</ul></td>
<td><ul>
<li><a href="www.qau.edu.pk">Quaid-i-Azam University</a></li>
</ul></td>
</tr>
<tr>
<td><ul>
<li><a href="www.nu.edu.pk">National University Of Computer Sciences</a></li>
</ul></td>
<td><ul>
<li><a href="www.au.edu.pk">Air University</a></li>
</ul></td>
</tr>
<tr>
<td><ul>
<li><a href="www.numl.edu.pk">National University Of Modern Languages</a></li>
</ul></td>
<td><ul>
<li><a href="www.aiou.edu.pk">Allama Iqbal Open University</a></li>
</ul></td>
</tr>
</table>
</font>
</body>
</html>




Question:2 (10) 

Write an HTML program that divides the webpage in two frames with ratio of 25% and 75%. Assign the first frame to “Table of Contents” and the second frame to “Display area”. Attach another HTML document to the table of contents frame which will contain four hyperlinks named “About VU”, “How VU works”, “Organizational Structure” and “Board of Governors”. Attach four “.doc” files to these links in such a way that when user clicks the link, the target files should open in “Display area”. 


ANS :

Main Page
<html>
<head><title>IT430 Frameset</title></head>
<frameset cols="25%,75%" frameborder="yes" border="2" framespacing="0">
<frame src="sidemanu.html" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="Table of Contents" />
<frame src="display.html" name="mainFrame" id="mainFrame" title="Display area" />
</frameset>
<noframes><body>
</body></noframes>
</html>

Content :

<html>
<head><title>Table of Content</title></head>
<body>
<br><h2>Table of Content</h2>
<p><a href="AboutVU.doc" target ="mainFrame">About VU</a></p>
<p><a href="Howwork.doc" target ="mainFrame">How VU Works</a></p>
<p><a href="Structure.doc" target ="mainFrame">Organizational Structure</a></p>
<p><a href="Governers.doc" target ="mainFrame">Board of Governer</a></p>
</body>
</html>

Display Area :

<html>
<head><title>Display Area</title></head>

<body>
</body>
</html>

Back to home VUsolutions

Shaadi.com: Just create ur account & find ur partner or EARN money, its reall & EASY

VUsolutions Followers (Join NOW and Get Extra Benefits)

Install LATEST toolbar having lot of features - GET solutions on Desktop

toolbar powered by Conduit
Caliplus 300x250 NoFlam VitoLiv 468x60 GlucoLo