Monday, January 31, 2011

IT430 GDB Solution

IT430 GDB Solved

Trust and satisfaction are essential ingredients for successful business relationships in business-to-consumer electronic commerce. The results indicate that trust directly and indirectly affects a consumer's purchase decision in combination with perceived risk and perceived benefit, and also that trust has a longer term impact on consumer e-loyalty, consumer’s pre-purchase, purchase and post purchase through satisfaction.The key factors that are more critical and build systematic relationship between a consumer and a particular Web brand to the internet consumer regarding trust on an E-Commerce portal are
1) Security,
2) Privacy
3) Brand name
4) Word-of-mouth
5) Good online experience
6) Quality of information

Security:
In particular, trust is crucial because it influences several factors essential to online transactions, including security and privacy. Consumers who experience positive security leads to improvements in the levels of familiarity on the Web.

Privacy
In addition to security, privacy must also be a key factor affecting brand trust since it, affects brand loyalty on the Web. Privacy on the Web means risk perceptions towards exposing the consumer’s own information the most important reasons non-buyers, who are uninterested in online shopping, give for not shopping online are not functional, but related to issues of control over personal information. Furthermore, individuals have serious and legitimate concerns about the privacy of information they provide to favorable direct marketers. If a E-Commerce portal protects individual’s private information, the Web site is perceived as having higher levels of trust.

Brand Name:
Another factor is the name of the E-Commerce portal from which the product or the service is purchased or recognized. When inexperienced decision makers are faced with achoice in which a known brand competes with unknown brands, they are considerably more likely to choose the familiar brand. Perceptions of favorable and reputable Web site as a brand on the Web are associated with higher levels of brand trust.

Word of Mouth :
Word of mouth (WOM) is commonly defined as informal communication about the characteristics of a business or a product which occurs between consumers. The Web sites built by positive WOM are perceived as having higher levels of brand trust than marketing-controlled advertising.

Good Online Experience:
User’s positive experience may be sufficient to alter perceptions of more than one preceding negative experience, and vice versa. In the context of online retailing, customers usually expect Web sites to offer them not just a message, but a positive experience.

Quality of Information:
To ensure the positive trust in internet consumer’s mind, e-commerce portal must provide quality information to build the customer’s trust and avoid risk averse thinking in consumer’s mind. Consumer willingly performs the purchases with quality info provided on web-portal. Fake information will loose the consumer’s trust.

CS201 Assignment 5

Working On Problem Please Wait For Just 15 Minutes

CS201 # 5 Solution

#include<iostream.h>
    class multiply
    {
    private:
    int myarry[10];
    public:
    //Constructor initializing array for all four objects of class!
    multiply()
    {
    for(int i=0;i<=9;i++)
    {
    myarry[i]=0;
    }
    }
    //returns values of objects a and b on the screen
    void getter(multiply a,multiply b)
    {
    cout<<"Values for object a are:-"<<endl;
    for(int t=0;t<=9;t++)
    {
    cout<<"Value"<<"."<<t<<"\t"<<a.myarry[t]<<endl;
    }
    cout<<"Values for object b are:-"<<endl;
    for(int s=0;s<=9;s++)
    {
    cout<<"Value"<<"."<<s<<"\t"<<b.myarry[s]<<endl;
    }

    }
    //takes values from user for objects a and b
    void setter(multiply x,multiply y,multiply z)
    {
    cout<<"Enter values in array for object a"<<endl;
    for(int m=0;m<=9;m++)
    {
    cout<<"Value Please?"<<endl;
    cin>>x.myarry[m];
    }
    cout<<"Enter values in array for object b"<<endl;
    for(int n=0;n<=9;n++)
    {
    cout<<"Value Please?"<<endl;
    cin>>y.myarry[n];
    }
    getter(x,y);
    calculate(x,y,z);
    }


    //performs the multiplication
    void calculate(multiply a,multiply b,multiply c)
    {
    for(int bee=0;bee<10;bee++)
    {
    c.myarry[bee]=a.myarry[bee]*b.myarry[bee];
    }
    result(c);
    }
    //outputs result
    void result(multiply f)
    {
    cout<<"Your Result is"<<endl;
    for(int h=0;h<10;h++)
    {
    cout<<h<<"-"<<f.myarry[h]<<endl;
    }
    }


    };
    void main()
    {
    multiply o,a,b,c;
    o.setter(a,b,c);
    }

Sunday, January 30, 2011

MGT602 GDB

Ahmed wants to purchase a departmental store from one of his family friends.
Ahmed does not think he needs to write a business plan because it is a running
business. Do you agree or disagree with his opinion? Why or why not?

I disagree with his opinion. He has to write a new business plan. The reasons are as
following.
Existing plan was not prepared by Ahmad and it’s old also so there can be many aspects that he would like to change. Business plan must be re-written with updates. Strategies of running business operations, market situation must be analyzed and operations of business must be reviewed, significant and needed changes must be made. Relationship with Suppliers may not be good so he have to make new policies and new terms of credit and payment with the suppliers. Management structure would be changed to make the business more efficient. Customer relationship and satisfaction level may not be much good or developed so Ahmad must include these all aspects in his own business plan.
Existing personnel may be not experienced and relationship with them may be conflicting so he will have to make strategies for hiring new workers, their pays timing must be specified. Sources of finance, Ahmad have to identify and specify his sources of finance from he can get financial assistance and they will be different from his friend’s sources. Profit expectations of Ahmad may be different from his friend so strategies for profit maximization must be explained in his own business plan. So there may be so many changes that the existing business plan has to be replaced with new plan.

An Other Solution:
Yes I agree with the statement. As it is a running business and Ahmad’s family friend’s
business on whom Ahmad can trust so it’s not necessary to make a new business plan. Reasons can be Plan is already in operation and if you will implement a new business plan it will disturb the routine of the business. And it will take time to develop a new plan and then implementation will also take time this will effect the operations, cash flows of business. The customers and employees are also there and when you implement the new plan they may not like it in this way you can lose existing customers and personnel, losing experienced workers can be a big loss. Relationship with suppliers, and finance providers is already developed and in operation if you implement the new plan it will take time to rebuild the relations with suppliers and financial assistance providers.
So due to these reasons Ahmad must run business with existing plan.

Saturday, January 29, 2011

Assignment 6 MTH202 Solution

Assignment 6 Of MTH202 (Fall 2010)


                                                                               Maximum Marks: 15                                                                                       
                                                                                             Due Date: February 04, 2011

DON’T MISS THESE: Important instructions before attempting the solution of this assignment:
      To solve this assignment, you should have good command over 36 - 40 lectures.
  • Try to get the concepts, consolidate your concepts and ideas from these questions which you learn in the 36 to 40 lectures.
      Upload assignments properly through LMS, No Assignment will be accepted through email.
      Write your ID on the top of your solution file.
  • Don’t use colorful back grounds in your solution files.
  • Use Math Type or Equation Editor etc for mathematical symbols.
  • You should remember that if we found the solution files of some students are same or copied from any website then we will reward zero marks to all those students.
  • Try to make solution by yourself and protect your work from other students, otherwise you and the student who send same solution file as you will be given zero marks.
  • Also remember that you are supposed to submit your assignment in Word format any other like scan images etc will not be accepted and we will give zero marks correspond to these assignments.

Question 1;                                                                                                            Mark: 10
A flower shop has the following schedule of daily demand of flower bookies; find the expected number of bookies demanded per day also calculate variance and standard deviation.

1
2
3
4
5
0.2
0.2
0.3
0.1
0.2



Question 2;                                                                                                          Marks: 05
Determine whether the following graph is
i           Euler Graph
ii           Bipartite Graph
Justify you answer with proper reasoning.

 

CS201 assignment 5 Solution

Assignment No. 5
Semester: Fall 2010
CS201: Introduction to Programming
Total Marks: 20

Due Date: Jan 31st  ,2011

Instructions:
Please read the following instructions carefully before submitting your 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.

All types of plagiarism are strictly prohibited.

Note: You have to upload only .cpp file. Assignment in any other format (extension) will not be accepted. If you will submit code any other file format like .doc or .txt etc. you will get zero marks.

Objective
The objective of this assignment is to provide hands on experience of using

§         User defined manipulators
§         Static member
§         Copy Constructor

Guidelines
§         Code should be properly aligned and well commented.
§         Follow C/C++ rules while writing variables names, function names etc.
§         Use only Dev-C++ IDE for this assignment.

Assignment


Problem Statement:

  • You are required to write a program of class rectangle named CRectangle which should draw two rectangles by using iTop, iRight, iBot, and iLeft. Then program should calculate the area of both. Number of rectangles should be displayed to user by using static variable counter which would keep track of increment or decrement of rectangles. Dynamically Create another rectangle by using copy constructor and increment in counter should be displayed on screen. Decrement in static variable counter (after de-allocating memory which was dynamically allocated) should be displayed again on screen.

Sample Output
Area of rectangle 1 is 6400
Area of rectangle 2 is  5600
The number of rectangles is 2          
After using copy constructor, total number of rectangles is 3
The number of rectangles is 2
 

Detailed Description:

1.  The class should have 4 members: iTop, iRight, iBot, and iLeft, all of type int.
2.  Area of both rectangles should be calculated by using iTop, iRight, iBot, and iLeft.
3.  It should have a default constructor and a copy constructor.
4.  It should have a destructor.
5.  It should contain all required getters and setters.
6.  It should contain a static member, iRefCount, which keeps track of the number of CRectangle objects. Increment it in the constructor, and decrement it in the destructor.


Hint:
CRectangle would implement rectangles by using left, right, top and bottom and calculate their areas to compare.


GOOD LUCK

Deadline:
Your Assignment solution must be submitted on or before Jan 31st, 2011.

Friday, January 28, 2011