Showing posts with label Fall Assignment 2019. Show all posts
Showing posts with label Fall Assignment 2019. Show all posts

IT430 Assignment 3 Solution Fall 2019(2020)

Dear VU (Virtual University of Pakistan) Students, here you read and download IT430 Assignment No.3 Solution Fall2019(2020). (VU Ki Duniya) Provide single download link. Easy download step.  VU Ki Duniya Previously shared CS609 Assignment No.3 Solution fall – 2019(2020). For latest update you also like our Facebook page, YouTube channel. You may also like CS101 Finalterm Short Notes Lec 23 to 45.



Scenario
Suppose Mr. Akram has established a joint venture company which deals with different commodities through online e-business. This company has to process thoudands of customer’s transaction each day. It needs a powerful web server which to handle all the requests efficiently. The main purpose of an e-business is to generate revenue and earn profit alongwith reducing cost and improving customer services. Keeping in view of the following scenarios, you are required to identify the revenue model for particulars (Businesses) which will be implemented e-business of this joint venture compay:
Facebook and YouTube are displaying different types of advertisements. These advertisements can be seen or skipped depending upon our choice. Which revenue model will be implemented here?
Solution
Advertising Supported Revenue Model
  • An advertising-supported revenue model is a business approach that emphasizes the sale of advertising as a major source of revenue. This structure is most prominent in traditional broadcast and print media, as well as online media. Media businesses generally earn revenue from advertising, customer subscriptions or a combination of the two.

Benefits
  • The benefit of an advertising-supported revenue model is that if you have an audience, you can almost always find companies that want to pay to reach it. This is especially true when you can provide specific details about the nature of your audience. When you operate with a 100 percent ad-supported model, you can more easily attract users with free content. Newspapers have long given away hundreds of copies to businesses and organizations in communities to drive up their circulation and readership, and subsequently, ad revenue potential.
Drawbacks
  • The major drawback of an entirely ad-supported revenue model is the inherent lack of diversification. Businesses generally prefer multiple revenue streams when possible. In a down economy, advertisers might back off their investments, which can more negatively affect a medium that has no subscription revenue.

For online business of retail store of child’s garments, where customers can shop 24 hours a day without leaving their home or office. Which revenue model will be implemented here?
SOLUTION:              
Web Catalogue Revenue Model
  • The web catalog revenue model is essentially an electronic version of the traditional catalog-based retail revenue model.
  • The web catalog model was formed through the evolution of the information era. With the advent of the internet and its increased availability, printed catalogs have been either completely replaced or supplemented by a digital online catalog reaching a wider audience in a shorter space of time. Just as the traditional catalog-based model, also known as the mail order or catalog model, allows buyers to order via mail or telephone, the web catalog model allows buyers to place their orders through online forums on the website or by telephone.

Challenge:
  • The web catalog model meets its challenges with customers who are not willing to send their personal information across the internet. Many internet users are fearful of their information, particularly credit card information, ending up in the wrong hands. How safe is their information in the hands of an online business? Although this fear has decreased considerably in the past ten years, this will always be a concern because as security improves, so does fraud and hacking.

Suppose you purchase T. Shirt online and make your payment using your credit card. Which revenue model will be implemented here?
SOLUTION:                      
Fee for Transaction Revenue Model
  • A company receives commissions based on volume for enabling or executing transactions.7) the revenue is generated through transaction fees by the customer paying a fee for a transaction to the operator of a platform. The company is a market place operator providing the customer with a platform to place his transactions. During this process the customer may be presented as a buyer as well as a seller. To actively participate in this e-market, customers must register, so both parties of a transaction taking place are identified. From a business perspective, the offer is determined by others as customers offer their goods online and are acting as sellers. The amount of the transaction fee can be both – fixed and percentage calculated.

Let’s say that, you are having a health issue and need some assistance online from a doctor. You approach him/her online for discussing your health related issues and pay fee for availing this service. Which revenue model do you think is appropriate in this case?
SOLUTION:      
Fee for Service Revenue Model
  • Fee-for-service is payment for each unit of service, such as a visit or surgical procedure. Payment for a complete service covering the whole period of an illness or another type of care such as obstetric care including prenatal care and delivery, or other, is called case payment. Fee-for-service is historically the common method of paying for doctors’ services and is still the norm in Canada, Germany, and other countries. In some places, payment may be according to a fixed-fee schedule negotiated between the insurance mechanisms, whether public or private, and the doctors’ representatives. Fee schedules are often weighted towards medical specialists, who have greater prestige than primary care physicians.

Joint Venture Company offered a platform to submit and publish books, research papers and research articles. Which revenue model will be implemented here?
SOLUTION:                      
Digital Content Revenue Model
  • The basic idea behind this model is that digital content is packaged with non-digital content or services as a subscription. This is an all-access model, in which users pay a particular fee for use of the services for a specific period of time.

Download Solution File:


You can Also Download Midterm Solved Past Papers, Final term Solved past Papers, GDB Solutions, Assignment Solutions, and Solved Quizzes files, PPT Slides, Handouts and Short Notes.

CS310 Assignment 3 Solution Fall 2019(2020)

Dear VU (Virtual University of Pakistan) Students, here you read and download CS310 Assignment No.3 Solution Fall2019(2020). (VU Ki Duniya) Provide single download link. Easy download step.  VU Ki Duniya Previously shared CS609 Assignment No.3 Solution fall – 2019(2020). For latest update you also like our Facebook page, YouTube channel. You may also like CS101 Finalterm Short Notes Lec 23 to 45.



Recommended:
  1. CS310 Assignment No.1 Solution fall 2017
  2. CS301 Miudterm Solved Paper
Download Solution File:


You can Also Download Midterm Solved Past Papers, Final term Solved past Papers, GDB Solutions, Assignment Solutions, and Solved Quizzes files, PPT Slides, Handouts and Short Notes.

CS202 Assignment 3 Solution Fall 2019(2020)

Dear VU (Virtual University of Pakistan) Students, here you read and download CS202 Assignment No.3 Solution Fall2019(2020). (VU Ki Duniya) Provide single download link. Easy download step.  VU Ki Duniya Previously shared CS609 Assignment No.3 Solution fall – 2019(2020). For latest update you also like our Facebook page, YouTube channel. You may also like CS101 Finalterm Short Notes Lec 23 to 45.



Solution Code:
<!DOCTYPE html><html><head>          <title>Front End Development- Assignmnet-03  Created by : BC170201325 Asad Iqbal</title>          <script            src="https://code.jquery.com/jquery-3.4.1.min.js"            integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="            crossorigin="anonymous"></script>                    <script>                    $(document).ready(function(){                      $("#flip1").click(function(){                        $("#panel1").slideToggle();                      });                    });                    </script>                 <script>                    $(document).ready(function(){                               $("#flip2").click(function(){                               $("#panel2").slideToggle();                               });                    });                    </script>                     <script>                    $(document).ready(function(){                      $("#flip3").click(function(){                        $("#panel3").slideToggle();                      });                    });                    </script>                     <script>                    $(document).ready(function(){                      $("#flip4").click(function(){                        $("#panel4").slideToggle();                      });                    });                    </script>                     <script>$(document).ready(function(){  $("#btn1").click(function(){    $(".header").toggleClass("yellow");  });});</script>  <script>$(document).ready(function(){  $("#btn2").click(function(){    $(".footer").toggleClass("yellow");  });});</script>            <style>  body{          font-family: Helvetica;          background-color: white;          margin: 0;          padding: 0;}           .header, .footer{                    background-color: #69BE28;                    color: white;                    text-align: center;                    width: 100%;                    float: left;                    height: 70px;           }           #body{                    padding: 25px;                    background-color: #f0e9e9;                    width: 80%;                    clear: both;                    margin: 0 auto;           }          .heading {  padding: 20px;  margin: 20px;  text-align: center;  background-color: #616161;  color: white;  border: solid 1px #c3c3c3;}            .allText{                    font-size: 18px;                    color: white;                    margin: 30px;                    background-color: #69BE28;                    text-align: justify;                    font-weight: normal;                    line-height: 1.5;                    padding: 20px;           }                #btn1, #btn2{                    background-color: white;                      color: black;                      border: 2px solid #69BE28;                                padding: 20px;                               margin: 20px;            }          #btn1:hover   , #btn2:hover {  background-color: #69BE28;  color: white;  transition: 1s;}          .yellow {   background-color: yellow;  color: black;  }  </style>    </head><body> <div class="header" >          <h1>Virtual University of Pakistan</h1></div> <div id="body">           <div id="flip1" class="heading">CHANCELLOR'S MESSAGE</div>          <div id="panel1" class="allText">          One of the major challenges being faced by the education sector of Pakistan is lack of qualified faculty vis-a-vis demand. Effective utilization of Information and Communication Technology (ICT) tools provide a practical solution to this issue while maintaining the highest and internationally acceptable education standards.           Virtual University of Pakistan is pioneer in the use of ICTs for imparting the quality education to its students all over the country including the remote areas and Pakistani overseas diaspora. With its highly flexible mode of education, Virtual University enables its students to manage studies at their own convenience and provides opportunities to harness their untapped talents.          <br>          Virtual University of Pakistan is playing its due role in promoting education in the country. I hope that the University will continue to ensure best quality in education and research.          <br>          I wish this institute success in the years ahead.          <br>          Dr. Arif Alvi <br>          President of the Islamic Republic of Pakistan<br>          Chancellor, Virtual University of Pakistan </div>            <div id="flip2" class="heading">VISION</div>          <div id="panel2" class="allText">To become an internationally acclaimed technology based university that improves access to higher education while maintaining the highest quality standards</div>            <div id="flip3" class="heading">Mission</div>          <div id="panel3" class="allText">To become an internationally acclaimed technology based university that improves access to higher education while maintaining the highest quality standards</div>           <div id="flip4" class="heading">Introduction</div>          <div id="panel4" class="allText">The University opened its virtual doors in 2002 and in a short span of time its outreach has reached over one hundred cities of the country with more than one hundred and ninety associated institutions providing infrastructure support to the students. Pakistani students residing overseas in several other countries of the region are also enrolled in the University's programs.</div>            <button id="btn1">Toggle Header </button>          <button id="btn2">Toggle Footer </button></div> </div>   <div class="footer">          <h1>Virtual University of Pakistan</h1></div>    </body></html>

Download Solution File:


You can Also Download Midterm Solved Past Papers, Final term Solved past Papers, GDB Solutions, Assignment Solutions, and Solved Quizzes files, PPT Slides, Handouts and Short Notes.

CS601 Assignment 3 Solution fall 2019(2020)

Dear VU (Virtual University of Pakistan) Students, here you read and download CS601 Assignment No.3 Solution Fall2019(2020). (VU Ki Duniya) Provide single download link. Easy download step.  VU Ki Duniya Previously shared CS609 Assignment No.3 Solution fall – 2019(2020). For latest update you also like our Facebook page, YouTube channel. You may also like CS101 Finalterm Short Notes Lec 23 to 45.



Instructions:
Please read the following instructions carefully before submitting assignment:
  • You need to use MS word document to prepare and submit the assignment on VU-LMS.
  • It should be clear that your assignment will not get any credit if:
  • The assignment is submitted after due date.
  • The assignment is not in the required format (doc or docx).
  • The submitted assignment does not open or file is corrupt.
  • Assignment is copied (partial or full) from any source (websites, forums, students, etc).
  • Assignment solution in the image format or image(s) pasted in the solution file.
Objectives:
To enhance the learning capabilities of the students about:
  • Error Detection Techniques
  • Polynomials to Binary Conversion
  • Binary Addition
Download Solution File:


You can Also Download Midterm Solved Past Papers, Final term Solved past Papers, GDB Solutions, Assignment Solutions, and Solved Quizzes files, PPT Slides, Handouts and Short Notes.

CS101 Assignment 3 Solution Fall 2019(2020)

Dear VU (Virtual University of Pakistan) Students, here you read and download CS101 Assignment No.3 Solution Fall 2019(2020). (VU Ki Duniya) Provide single download link. Easy download step.  VU Ki Duniya Previously shared CS609Assignment No.3 Solution fall – 2019(2020). For latest update you also like our Facebook page, YouTube channel. You may also like CS101 Finalterm Short Notes Lec 23 to 45.


Solution Code:
<html><head><title>Your VU-ID</title><script type="text/javascript"> function generateTable(){var number = document.getElementById('number').value;var length = document.getElementById('length').value;if(parseInt(number) < 1 || parseInt(length) < 1){alert("Invalid Input!");return;}var tableArr = new Array();length = parseInt(length);number = parseInt(number);var oddCount = 0;var evenCount = 0;var checkNumber;for(var i = 1; i <= length; i++){var calc = number + " X " + i + " = " + (number * i) + '\n';tableArr.push(calc);checkNumber = number * i;if(checkNumber % 2 == 0){evenCount++;}else{oddCount++;}}document.getElementById('even').value = evenCount;document.getElementById('odd').value = oddCount;document.getElementById('table-area').value = tableArr.join("");}</script></head><body style="text-align: center; background-color: aqua;" ><h1><u>Table Genrator</u></h1><table border="1" align="center" style="background-color:
lightgreen;"><tr><td>Enter Table Number</td><td><input type="number"
id="number"></td></tr><tr><td>Enter Table Length</td><td><input type="number"
id="length"></td></tr></table><br><button id="gen-btn" onclick="generateTable()">Generate</button><br><br><table border="1" align="center" style="background-color:
lightgreen;"><tr><td>Total Even Values</td><td><input type="text" readonly
id="even"></td></tr><tr><td>Total Odd Values</td><td><input type="text" readonlyid="odd"></td></tr><tr ><td colspan="2" align="center"><textarea readonly id="table-area" rows="20" cols="38"
placeholder="Table output will be displayed here."></textarea></td></tr></table></body></html>
Download Solution File:


You can Also Download Midterm Solved Past Papers, Final term Solved past Papers, GDB Solutions, Assignment Solutions, and Solved Quizzes files, PPT Slides, Handouts and Short Notes.

CS502 Assignment 3 Solution Fall 2019(2020)

Dear VU (Virtual University of Pakistan) Students, here you read and download CS502 Assignment No.3 Solution Fall 2019(2020). (VU Ki Duniya) Provide single download link. Easy download step.  VU Ki Duniya Previously shared CS609 Assignment No.3 Solution fall – 2019(2020). For latest update you also like our Facebook page, YouTube channel. You may also like CS201 Finalterm Short Notes Lec 23 to 45.


Instructions:
  • Please read the following instructions carefully before solving & submitting assignment:
  • It should be clear that your assignment will not get any credit if:
  • The assignment is submitted after due date.
  • The submitted assignment does not open or file corrupt.
  • The assignment is fully or partially copied from (other student or ditto copy from handouts or internet).
  • Student ID is not mentioned in the assignment File or name of file is other than student ID.
  • The assignment is not submitted in .doc or .docx format.
Uploading instructions:
Your submission must include:
  • Assignment should be in .doc or .docx format.
  • Save your assignment with your ID (e.g. bx180200786.doc).
  • Assignment submission through email is NOT acceptable
Objective:
The objective of this assignment is
  • To give basic knowledge and understanding of Graphs.
  • To develop the understanding between adjacency list and adjacency matrix representations. 
Note:
  • Your answer must follow the below given specifications.
  • Font style: “Times New Roman”
  • Font color: “Black”
  • Font size: “12”
  • Bold for heading only.
  • Font in Italic is not allowed at all.
  • No formatting or bullets are allowed to use.
  • Your answer should be precise and to the point, avoid irrelevant detail.
Lectures Covered: 
  • This assignment covers Lecture # 28
Deadline:
  • Your assignment must be uploaded/submitted at or before 15/01/2020.
Download Solution File:


You can Also Download Midterm Solved Past Papers, Final term Solved past Papers, GDB Solutions, Assignment Solutions, and Solved Quizzes files, PPT Slides, Handouts and Short Notes.

CS201 Assignment 3 Solution Fall 2019(2020)

Dear VU (Virtual University of Pakistan) Students, here you read and download CS201 Assignment No.3 Solution Fall 2019(2020). (VU Ki Duniya) Provide single download link. Easy download step.  VU Ki Duniya Previously shared CS609 Assignment No.3 Solution fall – 2019(2020). For latest update you also like our Facebook page, YouTube channel. You may also like CS201 Finalterm Short Notes Lec 23 to 45.

Instructions:
Please read the following instructions carefully before submitting assignment:
  • It should be clear that your assignment will not get any credit if:
  • Assignment is submitted after due date.
  • Submitted assignment does not open or file is corrupt.
  • Assignment is copied (From internet/students).
  • Software allowed to develop Assignment Dev C++.
Objective:
In this assignment, the students will learn:
  • How to make Class while dealing with real life problems
  • How to associate functions with Class.
  • How to implement switch statement for Class based functions.
  • How to deal with file handling.
  • How to manipulate already created file.
Lectures Covered: 
  • This assignment covers Lecture 15 to 30
Deadline:
  • Your assignment must be uploaded/submitted at or before 15/01/2020.
Download Solution File:


You can Also Download Midterm Solved Past Papers, Final term Solved past Papers, GDB Solutions, Assignment Solutions, and Solved Quizzes files, PPT Slides, Handouts and Short Notes.