Virtual Position Forum
Please register to watch content in detail
Thanks
Admin virtual position


Join the forum, it's quick and easy

Virtual Position Forum
Please register to watch content in detail
Thanks
Admin virtual position
Virtual Position Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

IT430 - E-Commerce _ Assignment # 1

View previous topic View next topic Go down

GMT + 3 Hours IT430 - E-Commerce _ Assignment # 1

Post by Abir Wed Apr 13, 2011 8:29 pm

Dear Students!

Please note that Assignment No. 1 of IT430 has been uploaded. The due date to submit solutions is 18-04-2011 (18-Apr-2011). All the instructions for solving assignment are there in assignment file. Please make sure, you read the instructions before attempting assignment and upload solutions before due date.

Note: You do not need to submit separate HTML files, just copy the HTML code in ".doc" file. You have to submit a single word file containing the answers of all questions.




For any issue, please contact: [You must be registered and logged in to see this link.]

--

Regards!

Instructor IT430
[You must be registered and logged in to see this image.]
Abir
Abir
Monstars
Monstars

Pisces Dragon
Posts : 264
Join date : 2011-02-09
Age : 36

Back to top Go down

GMT + 3 Hours Re: IT430 - E-Commerce _ Assignment # 1

Post by Asad Thu Apr 14, 2011 8:51 pm

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.
[You must be registered and logged in to see this link.]
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”.
Asad
Asad
Deep Bench
Deep Bench

Posts : 563
Join date : 2011-02-11
Creative

Back to top Go down

GMT + 3 Hours Re: IT430 - E-Commerce _ Assignment # 1

Post by Asad Thu Apr 14, 2011 8:51 pm



Solution:-
Note : Solve these by yourself
This VU Group is not responsible for any solved content

Code:
<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>
Asad
Asad
Deep Bench
Deep Bench

Posts : 563
Join date : 2011-02-11
Creative

Back to top Go down

GMT + 3 Hours Re: IT430 - E-Commerce _ Assignment # 1

Post by student Sun Apr 17, 2011 9:24 am

PLEASE MAKE CHANGES IN IT
OTHERWISE WE ALL WILL GET "0" MARKS...
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.

ANS :

Star Topology (All Nodes are connected to a central Hub)


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.
[You must be registered and logged in to see this link.]

ANS :
Code:

<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="[You must be registered and logged in to see this link.] University</a></li>
</ul></td>
<td><ul>
<li><a href="[You must be registered and logged in to see this link.] Islamic University</a></li>
</ul></td>
</tr>
<tr>
<td><ul>
<li><a href="[You must be registered and logged in to see this link.] University Islamabad</a></li>
</ul></td>
<td><ul>
<li><a href="[You must be registered and logged in to see this link.] International University</a></li>
</ul></td>
</tr>
<tr>
<td><ul>
<li><a href="[You must be registered and logged in to see this link.] Ali Jinnah University</a></li>
</ul></td>
<td><ul>
<li><a href="[You must be registered and logged in to see this link.] University</a></li>
</ul></td>
</tr>
<tr>
<td><ul>
<li><a href="[You must be registered and logged in to see this link.] University Of Computer Sciences</a></li>
</ul></td>
<td><ul>
<li><a href="[You must be registered and logged in to see this link.] University</a></li>
</ul></td>
</tr>
<tr>
<td><ul>
<li><a href="[You must be registered and logged in to see this link.] University Of Modern Languages</a></li>
</ul></td>
<td><ul>
<li><a href="[You must be registered and logged in to see this link.] 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
Code:
<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 :

Code:
<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 :

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

<body>
</body>
</html>
student
student
Monstars
Monstars

Taurus Snake
Posts : 35
Join date : 2011-02-19
Age : 34
Location : Lahore

Back to top Go down

GMT + 3 Hours Re: IT430 - E-Commerce _ Assignment # 1

Post by Sponsored content


Sponsored content


Back to top Go down

View previous topic View next topic Back to top

- Similar topics

Permissions in this forum:
You cannot reply to topics in this forum