Blogger Text

My Aim to Provide you quality contents, Tips & Tricks, Software, Microsoft Office, Graphic Editing (Adobe PhotoShop, After Affects, Illustrator, inDesign) Corel Draw, Corel Video Studio, Cyberlink PowerDirector, Power ActionCinema, Tutorials about Blogging and VU Assignments, Quizes & GDB Solutions and Much More... at regular Basis
                                     ***    Kindly Subscribe our Official YouTube Channel "INFOPALACESS OFFICIAL-Tuts: in this channel we upload Programming (C,C++,C# JAVA, PHP), Web Development, Graphics Editing and Microsoft Office Step by Step Tutorials from bigginer to Advance Level. We also provide free online courses at our YouTube Channel. ***   Graded Assignments/Quizes and GDB will start in Next Week. Solution ideas of All assignments, Quizes and GDB will be available here. If you have any problem regarding this then you can contact us.

IT430 Assignment No 1 Solution Spring 2019 with Step by Step Guide

Dear Students! Today i am going to share with you Solution of IT-403 Assignment No 1 Spring 2019 .

 Info!  Please Don't Make 100% copy of your assignment Solution. Make some changes so that your solution look differrent than other students. If you make Exact copy of then you can get marks zero.

Solution of IT430 Assignment No1 2019

Steps invloved to solve this assignments

Question-1   CONVERT THE FOLLOWING DECIMAL NUMBER TO BINARY NUMBER, YOU HAVE TO SHOW ALL STEPS. 175



Solution:
       Answer of this question is given below please see the picture below with all steps and write your answer according to it.

  How i Solved this?   To convert any decimal number into binary number like 101001 etc. we have to devide that binary number with 2 and we right reminder at right side. Reminder is called that value which remain after dividing to 2 with decimal.

For Example If we divide 2 with 10 then 2x5=10 so here over reminder is 0 and if we divide 2 with 11 then our reminder will 1 because 2x5=10 and 11-10=1. by following this method you can convert any decimal in to binaray and after completing the division write reminders in to brackets and with subset 2 as given in picture above. In above picture our answer is (10101111)2.


Question-2   YOU HAVE TO WRITE THE HTML CODE FOR CREATING A TABLE AS SHOWN IN THE FOLLOWING SCREENSHOT. YOU HAVE TO WRITE YOU OWN VU ID, NAME, SEMESTER, DEGREE AND CGPA. ALL THE VALUES IN THABLE SHOULD BE CENTER ALIGNED.



Solution:
    HTML Code for Creating Table as asked in Question2 is given Below; justy copy and Past the Code.

Remeber Change all red Color Values with your own details like your vu id, name, semester and CGPA as asked in question.



<!DOCTYPE html>
<html>
<body>

<table border="1" >
<tr>
<th<VU ID</th>
<th<NAME</th>
<th<SEMESTER</th>
<th<DEGREE</th>
<th<CGPA</th>
< /tr >

<tr>
<td align="center"> Your VU ID</td>
<td align="center"> Your Name</td>
<td align="center"> Your Current Semester</td>
<td align="center"> Your Current Semester</td>
<td align="center"> YOUR CGPA</td>
</tr>
</table>

</body>
</html>

output

See the pic below;

Note!

To Check that it is correct or not then just Copy the above given HTML code into notepad and Save As File with .html Extension After saving just open the file and see how it is look like.


If you have any Problem regarding your assignment Solution then you can contact Us or leave a Comment below. You can also subscribe our Official YouTube Channel to get guided videos of all assignments, quizes or GDB. You can also join our Official WhatsApp Groups by Click on the links Below.

DescriptionLinks
YouTube Channel:Infopalacess Official Tuts
WhatsApp Group 1:VU Assignments Portal by Infopalacess 2
WhatsApp Group 2VU Assignments Portal by Infopalacess 2

Post a Comment

0 Comments