Second Menu

Tuesday, November 6, 2012

[ www.vuZs.net ] IT430 Assignment solution shared by Hadayat-u-Allah

IT430

Question 1:                                                                                         (2 + 3) = 5 Marks

Assume that there is a company named "Lenzan" that deals in selling furniture to the customers in its franchises located in different cities. The company also handles online orders alongside traditional manual business. In your opinion does it lie in E- business or traditional business or blend of both? Justify your answer with solid reasons.

ANSWER:

            E-Business (Electronic Business) is the conduct of the business not only buying and selling the product but also provide services on the internet. Parties interact electronically rather than physically contact in the e-commerce business. It uses the information technology like networking and internet.

The question about lenzan, which is a furniture company and it have different franchisees in different cities, and also provides facilities to its customers. As the Lenzan is taking online orders and providing online facilities to its customers. The Lenza is involved in both of the business i.e. online and also manually. There are the following reasons to say so…

  1. Lenzan is a furniture company that can provide different facilities to its customers about product and its prices but cannot deliver them immediately the product.
  2. Lenzan receiving online order but this type of business is not completely online due to the information and materials' poorness.
  3. This is the good steps of Lenzan to flourish its business but they should keep it both online and manually because of durability and consistency of its business and customers.
  4. The order which is receiving may be B2B or B2C which may involve retailers in them but this type of business cannot completely be online because of different choices and modern designs of the furniture. Customers may not believe on that because of its price and model.
  5. So Lenzan is handling both online and manually to its business.

 

Question 2:                                                                             (1+1+1+2) = 5 Marks

Using HTML code only, create a group of three radio buttons having text CS101, CS507 and CS201 in ascending order. Initially CS101 must be selected. User must be able to select only one course (radio button) at one time.

ANSWER:

 

<html>

<head>

<title>Our Courses</title>

</head>

<body>

<H1>SELECT ANY ONE OF THE COURSE</H2>

<form name="myform" action="http://www.vu.edu.pk" method="POST"><br>

 

<input type="radio" name="group2" value="CS101"checked>CS101<br><br>

<input type="radio" name="group2" value="CS507">CS507<br><br>

<input type="radio" name="group2" value="CS201">CS201<br>

<p>

<input type="submit" value="Submit"> <input type="reset" value="Reset">

</form>

</body>

</html>



--




Regards
Aniqa Malik

The Coward dies a thousand deaths, 
the Valiant, only once!

--
-- --
Please visit www.vuzs.net For Current & Old Papers, Quizzes, Assignments and study material.
 
To post a new message on this group, send email to vuZs@googlegroups.com
 
Message Posting Rules: http://www.vuzs.net/faq/4795-vuzs-google-groups-basic-rules-for-posting-messages.html
--
To unsubscribe from this group, send email to vuZs+unsubscribe@googlegroups.com
--
To join this group Send blank email to vuZs+subscribe@googlegroups.com
or visit
http://groups.google.com/group/vuZs/subscribe
 
 

No comments:

Post a Comment