<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[IT430 Assignment 1 Solution and Discussion]]></title><description><![CDATA[<pre><code>Assignment No. 01 
</code></pre>
<p dir="auto">Semester Fall 2019<br />
IT430:E-Commerce<br />
Total Marks: 15<br />
Due Date:  12/11//2019</p>
<p dir="auto">Instructions<br />
Please read the following instructions carefully before solving &amp; submitting the assignment:<br />
It should be clear that your assignment will not get any credit (zero marks) if:<br />
o	The assignment is submitted after the due date.<br />
o	The submitted assignment is other than .doc or .docx file.<br />
o	The submitted assignment does NOT open or file is corrupted.<br />
o	The assignment is copied (from another student or ditto copy ofthe handouts or internet).<br />
o	No assignment will be accepted after the due date via email in any case (whether it is the case of load shedding or internet malfunctioning etc.). Hence refrain from uploading assignment in the last hour of the deadline.<br />
Uploading instructions<br />
o	For clarity and simplicity, you are required to Upload/Submit only .doc or .docx file.</p>
<p dir="auto">Objective<br />
The objective of this assignment is:<br />
o	To understand the practical implementation of binary data conversion into decimal data conversion.<br />
o	To understand the HTML tags and handling of HTML tags.<br />
o	From Creation and from elements handling in HTML<br />
o	To understand and identify the network ids and host ids of any IP address.</p>
<p dir="auto">For any query about the assignment, contact at <a href="mailto:it430@vu.edu.pk" target="_blank" rel="noopener noreferrer nofollow ugc">it430@vu.edu.pk</a></p>
<p dir="auto">Task.1:		Convert the binary number (10101001)2 into its equivalent decimal number with all calculation steps.<br />
Task 2:		You have to write the HTML code for creating a from as shown in the following screenshot.<br />
<img src="/assets/uploads/files/1573632030964-0642152a-1350-44fa-ba36-36f6fe4b991a-image.png" alt="0642152a-1350-44fa-ba36-36f6fe4b991a-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Note: No marks will be given if student does not write his/her own VU id.<br />
Task 3:		Identify the Network IDs and Host IDs from the given IP addresses and then mention them in their respective columns.<br />
<img src="/assets/uploads/files/1573632055999-ff3948a1-4fd2-4518-a714-d8b5a1622c4c-image.png" alt="ff3948a1-4fd2-4518-a714-d8b5a1622c4c-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">GOOD LUCK</p>
]]></description><link>https://community.secnto.com//topic/550/it430-assignment-1-solution-and-discussion</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 19:59:43 GMT</lastBuildDate><atom:link href="https://community.secnto.com//topic/550.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 13 Nov 2019 08:01:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to IT430 Assignment 1 Solution and Discussion on Thu, 16 Jan 2020 09:19:25 GMT]]></title><description><![CDATA[<p dir="auto">Task.1:		Convert the binary number (10101001)2 into its equivalent decimal number with all calculation steps.<br />
<strong>Solution:</strong><br />
20<em>1 + 21</em>0 + 22<em>0 +23</em>1 + 24<em>0 + 25</em>1 + 26<em>0 + 27</em>1<br />
1     +   0   + 0      + 8    +0   + 32    + 0    + 128<br />
= (169)10</p>
<p dir="auto">Task 2:		You have to write the HTML code for creating a from as shown in the following screenshot.<br />
<img src="https://i.imgur.com/PkAOVVQ.png" alt="8264d81e-5e3e-41ed-bde5-2283b4b81cf7-image.png" class=" img-fluid img-markdown" /></p>
<pre><code>Solution: 
&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;Student Information&lt;/title&gt;
  &lt;/head&gt;
    &lt;body&gt;
       &lt;form name="frmStuGradeCal" align="center"&gt;
         &lt;table align="center"&gt;
           &lt;tr&gt;&lt;td&gt;Student ID: &lt;/td&gt;&lt;td&gt;&lt;input type ="text" id="yes" Name="StuId" value = BC123456789 &gt;&lt;td  bgcolor="#FF0000"&gt;*Write your own VUID &lt;/td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br&gt;
           &lt;tr&gt;&lt;td&gt;Paswword: &lt;/td&gt;&lt;td&gt;&lt;input type ="password" id="yes1" Name="pwd" &gt;&lt;/td&gt;&lt;/tr&gt;&lt;br&gt;
                   &lt;/table&gt;
		   
         &lt;input type="button" name="login" value=" Login"&gt;
		         
&lt;tr&gt;
&lt;td  colspan = 2&gt;
Press Login button &lt;/td&gt;
&lt;/tr&gt;
       &lt;/form&gt;
    &lt;/body&gt;

&lt;/html&gt;

</code></pre>
<p dir="auto">Task 3:		Identify the Network IDs and Host IDs from the given IP addresses and then mention them in their respective columns.<br />
<img src="https://i.imgur.com/tsTlU5R.png" alt="13a92205-5685-4303-aa20-87c4635c33da-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><strong>Solution:</strong><br />
<img src="https://i.imgur.com/TelICyY.png" alt="32a44433-1b24-4584-a93d-5e2b52fc2953-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.secnto.com//post/1488</link><guid isPermaLink="true">https://community.secnto.com//post/1488</guid><dc:creator><![CDATA[zareen]]></dc:creator><pubDate>Thu, 16 Jan 2020 09:19:25 GMT</pubDate></item><item><title><![CDATA[Reply to IT430 Assignment 1 Solution and Discussion on Thu, 16 Jan 2020 09:20:06 GMT]]></title><description><![CDATA[<p dir="auto">Please check this ideas solution.<br />
<a href="https://youtu.be/SPJTdO0FOcE" target="_blank" rel="noopener noreferrer nofollow ugc">https://youtu.be/SPJTdO0FOcE</a></p>
<p dir="auto"><a href="https://drive.google.com/open?id=11E3yEFACKlrKwWf0LorK17rX4w4R4Gdk" target="_blank" rel="noopener noreferrer nofollow ugc">Download Ideas Solution Assignment</a></p>
]]></description><link>https://community.secnto.com//post/1487</link><guid isPermaLink="true">https://community.secnto.com//post/1487</guid><dc:creator><![CDATA[zareen]]></dc:creator><pubDate>Thu, 16 Jan 2020 09:20:06 GMT</pubDate></item></channel></rss>