Navigation

    Cyberian
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Pro Blog
    • Users
    • Groups
    • Unsolved
    • Solved

    SOLVED IT430 Assignment 1 Solution and Discussion

    IT430 - E-Commerce
    it430 assignment 1 solution discussion fall 2019
    1
    3
    822
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • zareen
      zareen Cyberian's Gold last edited by zareen

      Assignment No. 01 
      

      Semester Fall 2019
      IT430:E-Commerce
      Total Marks: 15
      Due Date: 12/11//2019

      Instructions
      Please read the following instructions carefully before solving & submitting the assignment:
      It should be clear that your assignment will not get any credit (zero marks) if:
      o The assignment is submitted after the due date.
      o The submitted assignment is other than .doc or .docx file.
      o The submitted assignment does NOT open or file is corrupted.
      o The assignment is copied (from another student or ditto copy ofthe handouts or internet).
      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.
      Uploading instructions
      o For clarity and simplicity, you are required to Upload/Submit only .doc or .docx file.

      Objective
      The objective of this assignment is:
      o To understand the practical implementation of binary data conversion into decimal data conversion.
      o To understand the HTML tags and handling of HTML tags.
      o From Creation and from elements handling in HTML
      o To understand and identify the network ids and host ids of any IP address.

      For any query about the assignment, contact at [email protected]

      Task.1: Convert the binary number (10101001)2 into its equivalent decimal number with all calculation steps.
      Task 2: You have to write the HTML code for creating a from as shown in the following screenshot.
      0642152a-1350-44fa-ba36-36f6fe4b991a-image.png

      Note: No marks will be given if student does not write his/her own VU id.
      Task 3: Identify the Network IDs and Host IDs from the given IP addresses and then mention them in their respective columns.
      ff3948a1-4fd2-4518-a714-d8b5a1622c4c-image.png

      GOOD LUCK

      Discussion is right way to get Solution of the every assignment, Quiz and GDB.
      We are always here to discuss and Guideline, Please Don't visit Cyberian only for Solution.
      Cyberian Team always happy to facilitate to provide the idea solution. Please don't hesitate to contact us!
      NOTE: Don't copy or replicating idea solutions.
      Quiz Copy Solution
      Mid and Final Past Papers
      Live Chat

      1 Reply Last reply Reply Quote 0
      • zareen
        zareen Cyberian's Gold last edited by zareen

        Task.1: Convert the binary number (10101001)2 into its equivalent decimal number with all calculation steps.
        Solution:
        201 + 210 + 220 +231 + 240 + 251 + 260 + 271
        1 + 0 + 0 + 8 +0 + 32 + 0 + 128
        = (169)10

        Task 2: You have to write the HTML code for creating a from as shown in the following screenshot.
        8264d81e-5e3e-41ed-bde5-2283b4b81cf7-image.png

        Solution: 
        <html>
          <head>
            <title>Student Information</title>
          </head>
            <body>
               <form name="frmStuGradeCal" align="center">
                 <table align="center">
                   <tr><td>Student ID: </td><td><input type ="text" id="yes" Name="StuId" value = BC123456789 ><td  bgcolor="#FF0000">*Write your own VUID </td></td></tr><br>
                   <tr><td>Paswword: </td><td><input type ="password" id="yes1" Name="pwd" ></td></tr><br>
                           </table>
        		   
                 <input type="button" name="login" value=" Login">
        		         
        <tr>
        <td  colspan = 2>
        Press Login button </td>
        </tr>
               </form>
            </body>
        
        </html>
        
        

        Task 3: Identify the Network IDs and Host IDs from the given IP addresses and then mention them in their respective columns.
        13a92205-5685-4303-aa20-87c4635c33da-image.png

        Solution:
        32a44433-1b24-4584-a93d-5e2b52fc2953-image.png

        Discussion is right way to get Solution of the every assignment, Quiz and GDB.
        We are always here to discuss and Guideline, Please Don't visit Cyberian only for Solution.
        Cyberian Team always happy to facilitate to provide the idea solution. Please don't hesitate to contact us!
        NOTE: Don't copy or replicating idea solutions.
        Quiz Copy Solution
        Mid and Final Past Papers
        Live Chat

        1 Reply Last reply Reply Quote 0
        • zareen
          zareen Cyberian's Gold last edited by zareen

          Task.1: Convert the binary number (10101001)2 into its equivalent decimal number with all calculation steps.
          Solution:
          201 + 210 + 220 +231 + 240 + 251 + 260 + 271
          1 + 0 + 0 + 8 +0 + 32 + 0 + 128
          = (169)10

          Task 2: You have to write the HTML code for creating a from as shown in the following screenshot.
          8264d81e-5e3e-41ed-bde5-2283b4b81cf7-image.png

          Solution: 
          <html>
            <head>
              <title>Student Information</title>
            </head>
              <body>
                 <form name="frmStuGradeCal" align="center">
                   <table align="center">
                     <tr><td>Student ID: </td><td><input type ="text" id="yes" Name="StuId" value = BC123456789 ><td  bgcolor="#FF0000">*Write your own VUID </td></td></tr><br>
                     <tr><td>Paswword: </td><td><input type ="password" id="yes1" Name="pwd" ></td></tr><br>
                             </table>
          		   
                   <input type="button" name="login" value=" Login">
          		         
          <tr>
          <td  colspan = 2>
          Press Login button </td>
          </tr>
                 </form>
              </body>
          
          </html>
          
          

          Task 3: Identify the Network IDs and Host IDs from the given IP addresses and then mention them in their respective columns.
          13a92205-5685-4303-aa20-87c4635c33da-image.png

          Solution:
          32a44433-1b24-4584-a93d-5e2b52fc2953-image.png

          Discussion is right way to get Solution of the every assignment, Quiz and GDB.
          We are always here to discuss and Guideline, Please Don't visit Cyberian only for Solution.
          Cyberian Team always happy to facilitate to provide the idea solution. Please don't hesitate to contact us!
          NOTE: Don't copy or replicating idea solutions.
          Quiz Copy Solution
          Mid and Final Past Papers
          Live Chat

          1 Reply Last reply Reply Quote 0
          • zareen
            zareen Cyberian's Gold last edited by zareen

            Please check this ideas solution.

            Download Ideas Solution Assignment

            Discussion is right way to get Solution of the every assignment, Quiz and GDB.
            We are always here to discuss and Guideline, Please Don't visit Cyberian only for Solution.
            Cyberian Team always happy to facilitate to provide the idea solution. Please don't hesitate to contact us!
            NOTE: Don't copy or replicating idea solutions.
            Quiz Copy Solution
            Mid and Final Past Papers
            Live Chat

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            banner
            Insaf Sehat Card Live Cricket Streaming

            100% Off on Your FEE Join US! Ask Me How?

            Quiz 100% Result If you want to know how you can join us and get 100% Discount on your FEE ask Cyberian in Chat Room!
            Quiz 100% Result Quiz 100% Result
            solution1255 discussion1206 fall 2019813 assignment 1433 assignment 2297 spring 2020265 gdb 1248 assignment 382 crw10174 spring 201955
            | |
            Copyright © 2021 Cyberian Inc. Pakistan | Contributors
            Live Chat