Sponsored Links


Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 38

Thread: Virtual University MCS assignments solutions

  1. #21
    Junior Member
    Join Date
    Jun 2011
    Posts
    4
    Sponsored Links1


    Anyone nows about Methods in Computer Network

  2. #22

  3. #23
    Junior Member
    Join Date
    Oct 2011
    Posts
    1
    my first week in mcs .i dont know what is cs201

  4. #24
    Administrator Xpert's Avatar
    Join Date
    May 2010
    Location
    Jhelum
    Posts
    6,239
    Asa
    hope you are fine.
    Welcome to Virtual University and Vuhelp Forum.
    It is not that much hard. You can ask us if you need any help.
    Cs201 is introduction to Programming. One of my Fav Subject.
    It is not hard. You have to practice daily and consult with your handouts.
    If you do not understand then post your question to MDB in your LMS. Also you can post here.

  5. #25
    Junior Member
    Join Date
    Oct 2011
    Posts
    3
    Assignment No. 01
    Semester: Fall 2011
    CS201: Introduction to Programming Total Marks: 20

    Due Date:02/11/2011

    Instructions:
    Please read the following instructions carefully before 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 is corrupt.
     Assignment is copied(partial or full) from any source (websites, forums, students, etc)

    Note: You have to upload only .cpp file. Assignment in any other format (extension) will not be accepted and will be awarded with zero marks. For example, if you submit code in .doc (Word document) or .txt files, no reward will be given in any case.


    Objective:

    The objective of this assignment is to provide hands on experience of:

     Basic concepts of C/C++ language and Programming
     Dealing with Data types
     Conditional statements of C/C++ language
     Repetition Structures in C/C++ language
     Saving a program
     Compiling a program
     Executing the program


    Guidelines:

     Code should be properly indented and well commented.
     Follow C/C++ rules while writing variable names, function names etc
     Use only dev-C++ for this assignment.
     Use appropriate C/C++ structure i.e. if-else; switch statement etc to get inputs from user where required (Marks will be deducted if inappropriate structure will be used).






    Assignment

    Problem Statement: Virtual Restaurant

    You are required to write a program for BILLING SYSTEM of a virtual restaurant. The basic idea is that by entering the meal price, your billing system will calculate the Sales Tax, Total amount and Complement offer upon that meal. The program will process the billing of undetermined number for customers. At the end, program will show sum of total amount of all the customers.

    Detailed Description:
    Billing System should work as under:

     You are required to take meal price as input from user.
     After getting this input, program will calculate the sales tax on it as given below:

    Meal Price Sales Tax applicable
    Less than or equal to 1000 No sales Tax on it.
    Greater than 1000 and less than or equal to 2000 1% of meal price.
    Greater than 2000 2% of meal price.

     After calculating the sales tax, program will calculate and display the total amount of the meal according to given formula:
    Total Amount = Meal_Price + Sales_Tax
     Now, program will prompt to serve the complement sweet dish to customer on the basis of total amount as given below:


    Total Amount Sweet Dishes
    Less than 1000 Candies
    Greater than or equal to 1000 and less than 2000 Sweet Bread
    Greater than or equal to 2000 and less than 3000 Pudding
    Greater than or equal to 3000 and less than 4000 Cake
    Other amounts Trifle











     After displaying the information of one customer, the program should ask the user if he/she again wants to process the bill of another customer. The user will be given two options. If user selects “Y or y”, the program will start the processing of another customer. If user selects “N or n”, the billing system exits.

     Before exiting from billing system, this program should display the total number of customers it processed, and sum of total amount of all the customers.


    Sample Output:

  6. #26
    Administrator
    Join Date
    Oct 2011
    Posts
    468
    Is this your first assignment. Don't worry will solve it.
    03009520262
    Rabeel Website

  7. #27
    Junior Member
    Join Date
    Oct 2011
    Posts
    17
    Assignment No. 01
    Semester: Fall 2011

    CS201: Introduction to Programming

    ka please solution send kr den.


    Sponsored Links

  8. #28
    Administrator
    Join Date
    Oct 2011
    Posts
    468
    ker den gay g... itni bhi kia jaldi hai app ko
    03009520262
    Rabeel Website

  9. #29
    Junior Member
    Join Date
    Jul 2010
    Posts
    1
    hy i need cs614 first assignment solution.plz help me

  10. #30
    Junior Member
    Join Date
    Oct 2011
    Posts
    3

    cs605

    Total Marks = 20


    Q1. Suppose you are working as a project manager in a leading software product company. You were assigned to develop complete software for JS group. JS Group controls and operates market-leading financial services companies in Pakistan across sectors including asset management, commercial banking, Islamic banking, insurance, investment banking, financial advisory services, stock brokerage, company research, consumer credit rating, factoring and micro finance. Currently all there departments working manually, so you need to develop software that will replace the current manual system with the computerized system. You also assigned to develop a dynamic website for this company.

    What team structure for the above situation would you choose and why? (10 Marks)



    Q2. You are working on a project and you have to decide which language you will select for its development. Let us consider that the same functionality is implemented in Assembly Language and in Java language. Lines of code in Assembly language are 5 times as compared to Java language because coding in Assembly is much more difficult and time consuming as compared to Java. The requirements, design and documentation activity in person month are the same in both the languages but integration & testing and Management activity is twice in assembly language

    You have to fill out the above table according to the given scenario and calculate total effort, total cost, and lines per person month. (10 Marks)

    Assembly Language Java Language Difference
    Source code Size 10,000
    Activity in person months
    Requirements 5
    Design 10
    Coding 40
    Documentation 10
    Integration and Testing 15
    Management 15
    Total Effort 95
    Cost per Line Rs25 Rs50
    Total Cost
    Lines Per Person-Month



    Total Marks = 20


    Q1. Suppose you are working as a project manager in a leading software product company. You were assigned to develop complete software for JS group. JS Group controls and operates market-leading financial services companies in Pakistan across sectors including asset management, commercial banking, Islamic banking, insurance, investment banking, financial advisory services, stock brokerage, company research, consumer credit rating, factoring and micro finance. Currently all there departments working manually, so you need to develop software that will replace the current manual system with the computerized system. You also assigned to develop a dynamic website for this company.

    What team structure for the above situation would you choose and why? (10 Marks)



    Q2. You are working on a project and you have to decide which language you will select for its development. Let us consider that the same functionality is implemented in Assembly Language and in Java language. Lines of code in Assembly language are 5 times as compared to Java language because coding in Assembly is much more difficult and time consuming as compared to Java. The requirements, design and documentation activity in person month are the same in both the languages but integration & testing and Management activity is twice in assembly language

    You have to fill out the above table according to the given scenario and calculate total effort, total cost, and lines per person month. (10 Marks)

    Assembly Language Java Language Difference
    Source code Size 10,000
    Activity in person months
    Requirements 5
    Design 10
    Coding 40
    Documentation 10
    Integration and Testing 15
    Management 15
    Total Effort 95
    Cost per Line Rs25 Rs50
    Total Cost
    Lines Per Person-Month

Page 3 of 4 FirstFirst 1234 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 41
    Last Post: 01-01-2016, 01:05 AM
  2. virtual university Assignments total percentage
    By Xpert in forum Assignments & Solutions
    Replies: 0
    Last Post: 11-13-2010, 05:14 PM
  3. Virtual University of Pakistan assignments
    By IQ-test in forum Assignments & Solutions
    Replies: 0
    Last Post: 10-08-2010, 03:57 PM
  4. Uk (united Kingdom) University Assignments Solutions.
    By Xpert in forum Get Solution In 24 Hour
    Replies: 0
    Last Post: 08-15-2010, 11:38 PM
  5. Rules for virtual university bid for assignments forum
    By Xpert in forum Bid for virtual university assignments
    Replies: 6
    Last Post: 07-23-2010, 10:16 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
-: Vuhelp Disclaimer :-
None of the files shown here are hosted or transmitted by this server. The links are provided solely by this site's users. The administrator's or staff of Vuhelp.net cannot be held responsible for what its users post, or any other actions of its users. You may not use this site to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms. If you have any doubts about legality of content or you have any suspicions, feel free to contact us.
Online Education | JhelumSoft