IT430 - E-Commerce _ Assignment # 1
Page 1 of 1 • Share
IT430 - E-Commerce _ Assignment # 1
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.]
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- Monstars
-
Posts : 264
Join date : 2011-02-09
Age : 36
Re: IT430 - E-Commerce _ Assignment # 1
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”.
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- Deep Bench
- Posts : 563
Join date : 2011-02-11
Re: IT430 - E-Commerce _ Assignment # 1
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- Deep Bench
- Posts : 563
Join date : 2011-02-11
Re: IT430 - E-Commerce _ Assignment # 1
PLEASE MAKE CHANGES IN IT
OTHERWISE WE ALL WILL GET "0" MARKS...
Question# 1 (3+7) OTHERWISE WE ALL WILL GET "0" MARKS...
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.
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>
- 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- Monstars
-
Posts : 35
Join date : 2011-02-19
Age : 35
Location : Lahore
Similar topics
» IT430 - E-Commerce 3rd Assignment Solution
» IT430 - E-Commerce 4th Assignment Solution
» IT430 Assignment No.3 Fall 2011
» IT430 Assignment No. 1 Spring 2012 Solution
» IT430 - E-Commerce midterm
» IT430 - E-Commerce 4th Assignment Solution
» IT430 Assignment No.3 Fall 2011
» IT430 Assignment No. 1 Spring 2012 Solution
» IT430 - E-Commerce midterm
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
Yesterday at 12:21 pm by ali001
» Hemangiom'App
Tue Nov 05, 2024 11:25 am by ali001
» MindfulMe - Mental Health App
Mon Nov 04, 2024 10:50 am by ali001
» Learn Candlestick Patterns
Tue Oct 15, 2024 5:51 am by ali001
» Woh Pagal Si Episode 52 to 62 - Top Pakistani Drama
Sat Sep 21, 2024 6:26 pm by Mir Emmad Ali Khan Domki
» Nearu - share your socials
Sat Sep 21, 2024 1:12 pm by ali001
» Nightclub Tycoon: Idle Empire
Thu Sep 19, 2024 9:16 pm by ali001
» Carnivore - Meat Diet Recipes
Wed Sep 18, 2024 2:37 pm by ali001
» Eid Milad un Nabi Mubarak 2024 (Rabiʻ I 14, 1446 AH)
Tue Sep 17, 2024 3:44 pm by Mir Emmad Ali Khan Domki