Ads 468x60px

Labels

Join This Site To Comment and Discus Problems

Thursday, October 27, 2011

PAK 401 Assignment No 1 Solution 2011

Fall 2011

Assignment # 1

Due Date: November, 04, 2011 Total Marks: 10

Objectives:

To asses students’ knowledge of the subject and to motivate them towards conceptual knowledge and practical application of the subject.

Instructions

  1. Late assignments will not be accepted.
  2. If the file is corrupt or problematic, it will be marked zero.
  3. Plagiarism will never be tolerated. Plagiarism occurs when a student uses work done by someone else as if it was his or her own; however, taking the ideas from different sources and to express it in your own words will be encouraged.
  4. If any assignment is found copied work, no marks will be awarded and the case may be referred to the head of the academics for disciplinary action.
  5. No assignment will be accepted via e-mail.
  6. The file should be in Word doc form; the font color should be preferably black and font size can be 12 Times New Roman.

Guideline:

Try to be genuine and impressive in your approach.

Assignment:

Elaborate the Khilafat Movement and causes of its failure. What did the Muslims of the Sub-Continent gain from this religio-political Movement?


Share/Bookmark

CS 101 Assignment No 1 Solution 2011

Assignment No. 01
Semester Fall 2011
Introduction to Computing-CS101
Total Marks: 15
Due Date: 31 october 2011
Objective: To understand the fundamental concepts of computer and number systems.
Instructions:
Please read the following instructions carefully before solving & submitting assignment:
Assignment should be in your own wordings not copied from internet, handouts or books.
It should be clear that your assignment will not get any credit (zero marks) if:
o The assignment is submitted after due date.
o The submitted assignment does not open or file is corrupt.
o The assignment is copied (from other student or copied from handouts or internet).
o Student ID is not mentioned in the assignment file or name of file is other than student ID.
For any query about the assignment, contact at cs101@vu.edu.pk
GOOD LUCK
Q.1. There are multiple ways to enhance the performance of a computer system. Discuss what role a cache can
play in boosting up the performance of a computer system? (5 Marks)
Q.2. Generally there is a concept that “Memory” and “Storage” are same terms. Do you agree? Justify your
opinion with a real life example. (5 Marks)
Q.3. Convert the following Octal Number to Hexadecimal Number by writing each and every step of conversion
process: (5 Marks)
(53324)8 => (?)16
Note:
o Assignment should be in your own wordings not copied from net, handouts or books.
o Your answer should be “to the point”.
Share/Bookmark

ENG 201 Assignment No 1 Solution 2011

Business and Technical English (ENG201)

Fall 2011

Assignment # 1

Total Marks: 15

Due Date: November 1, 2011

Objective:

To assess students’ understanding of the course and to prepare them for practical application of communication skills through writing practices.

Instructions:

  1. Late assignments will not be accepted.
  2. If the file is corrupt or problematic, it will be marked zero.
  3. Plagiarism will never be tolerated. Plagiarism occurs when a student uses work done by someone else as if it was his or her own; however, taking the ideas from different sources and to express it in your own words will be encouraged.
  4. No assignment will be accepted via e-mail.
  5. The file should be in Word doc form; the font color should be preferably black and font size can be 12 Times New Roman.

Question No.1 (10)

A well reputed Multinational Company urgently requires marketing executives for its Islamabad branch. In order to be successful in this position; the candidate must be qualified to degree level or equivalent and must have experience in e-marketing. Good IT skills are necessary and an understanding of HTML is required. The candidate should have excellent interpersonal and communicational skills. Your detailed resume should reach by 20th November 2011 to 843, CII Gulberg Lahore.

Question No.2 (5)

Arrange five pairs of matching statements from the following and do tell us which principle of communication has been used?

(Clarity, courtesy, consideration, conciseness, concreteness, completeness, correctness.)

  1. After planning 10,000 berry plants, the deer came into out botanist's farm and crushed them.
  2. I am sorry the point was not clear; here is another version.
  3. I rewrote that letter three times; the point was clear.
  4. I am delighted to announce that we have extended our office hours to make shopping more convenient.
  5. You will be able to shop evenings with the extended office hours.
  6. After our botanists had planted 10,000 berry plants, the deer came into the farm and crushed them.
  7. In 1996 the GMAT scores averaged 600; by 1997 they had risen to 610.
  8. We hereby wish to let you know that our company is pleased with the confidence you have reposed in us.
  9. Students’ GMAT scores are higher.
  10. We appreciate your confidence.


Share/Bookmark

CS 201 Assignment No 1 Solution 2011

Assignment No. 01
Semester: Fall 2011
CS201: Introduction to Programming Total Marks: 20

Due Date:02 October 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.
Share/Bookmark

How To Study At Virtual University

How you view studying has a huge impact on your success in learning If you consider studying as something boring, tedious and more of an obligation than anything else, then how much effort are you likely to put into studying? Now don’t be mistaken, you need to study to make it through college or university. However, studying should be viewed as a positive part of the process. Think of it like this,studying lays the foundation for learning. Learning lays the foundation for success at college or university. Success at college or university lays the foundation for success in life after graduation. If you can approach studying not as an onerous task, but as part of a process for creating success, then it won’t seem so daunting. Who knows, you might even get excited about it! Well, maybe not excited, but at least you will be to make the connection between studying and success. Once you understand that connection and accept the fact that you’re going to have to work in college or university, the next step is to start reframing studying as something positive. Here are a few suggestions to get you started.

  1. Use positive statements when talking about studying. Don’t refer to it as “boring” or tell everyone that it “sucks” getting ready for finals. Talk about it as something that will reap rewards down the road! It’s true that a bit of effort now will pay off in the long run.
  2. Find other students that enjoy studying and interact with them. Chances are you’ll pick up some great study habits and learn to appreciate the process of learning a bit more.
  3. Use positive affirmations. Repeat mantras such as “I enjoy studying,” or “the more I learn now, the better my life will become.” If you’ve never viewed studying as something other than a bunch of time consuming, boring work that ruins all your fun, it might take some effort to change that thinking. But once you come to view it more positively, it won’t be so hard to get studying. Although it may seem "hokey" to do this, but what you tell yourself has a huge impact on your life. So try and use positive self talk in all aspects of your like, including studying!
  4. Make links between what you do in college or university and your life afterwards. Visualize that dream job, the things you can afford, where you want to live. Write down what you want or create a collage if you’re so inclined. Then tell yourself that right now, you are laying the foundation for all those things. You aren’t being loaded down with tests and papers because life is cruel and enjoys making students suffer, it’s an opportunity to get a good start in life.
  5. Remember that it doesn’t last forever! Eventually you will graduate and you will not have to study! But you know what, have a positive experience in college or university and years later you can reflect on that time as some of the best experiences of your life. So why that waste time complain and grumbling about having to study!
  6. Make a game out of your course materials. (And this doesn’t mean making paper airplanes out of your study notes and see who’s can fly the furthers) For example, create a “trivial pursuit” type game with the information you need to learn and play it with classmates. If you can get a few people contributing to the game, then you wind up with lots of unique questions being asked in different ways.
source

Share/Bookmark

Saturday, October 22, 2011

ECO 401 Assignment No 1, 2011

Assignment No.01 Marks: 20
The case:
The market for Panadol was initially in equilibrium. The demand and
supply equations for the market of Panadol were:
Qd = 1000 – 200P
Qs = 100 + 400P
After few years, cost of production of Panadol increased due to increase in price of paracetamol (one of the main ingredient used in the production of Panadol). Due to this increase people started using Disprine instead of Panadol. After some time once again rapid increase in the prices of Panadaol was recorded. This time increase in prices was attributed to increasing demand of the tablet due to dengue fever. This trend added to the miseries of dengue patients. To better cope the situation, measures should be taken to decrease the price of Panadol so that dengue affected poor patients could afford it.
Requirements:
A. Find initial equilibrium price and quantity in the market of Panadol.
B. How would the shift of customers to Disprine have affected the market for Panadol? Support your answer with diagram.
C. How would the increase in cost of production have affected the market for Panadol? Illustrate graphically.
D. How can the price of Panadol be controlled? Analyze graphically.
(Marks = 5+5+5+5)
Share/Bookmark

MGT 101 Assignment No 1, October 2011





Question Number 01:
Recall the accounting equation and answer the following:
1. Total Assets of a business are Rs. 100,000/- and Total Liabilities are Rs. 40,000/-. What
will be the amount of Owners’ Equity? (1 mark)
2. Total Assets of a business are Rs. 500,000/- and Owners’ Equity is Rs. 300,000/-. What
will be the amount of Total Liabilities? (1 mark)
3. Total Liabilities of a business are Rs. 400,000/- and Owners’ Equity is Rs. 500,000/-.
What will be the amount of Total Assets? (1 mark)
Question Number 02:
‘Waqas Rentals started a business on January 01 2011; the selected transactions related
to the organization were as follows:
1- Waqas invested total capital of Rs. 1,200,000/- in the business on January 01, 2011 out
of which he deposited Rs. 600,000/- in the bank account of the business
2- Purchased two cars worth Rs. 100,000/- on cash on February 01, 2011
3- Bought office furniture costing Rs.70,000/- on February 01, 2011 and made payment
through cheque
4- Collected Rs. 4,000/- on accounts receivable on June 05, 2011
5- Paid accounts payable of Rs 3,200/- on July 11, 2011 by issuing cheque
6- Borrowed Rs. 10,000/- from Mr. Ali on August 01, 2011 and signed a note payable for
the amount


Required:
1- Record the Journal entries for the above transactions. (6 marks)
2- Prepare the cash account and bank account for the above given transactions (3+3)
Share/Bookmark