Monday, 27 January 2014

MTH609 ASSIGNMENT NO no 2 Fall 2013 Idea Solution


Question#1                                                                                            Marks 10

Using Lagrange’s interpolation formula find from following table.

5
6
9
11
12
13
14
16
Question#2                                                                                             Marks 10

Using Newton’s divided difference formula, find a polynomial function satisfying the following data:

-4
-1
0
2
5
1245
33
5
9
1335

Question#3                                                                                             Marks 10

Estimate from the data

40
45
50
55
60
1.7990
1.8404
1.9682
2.3129
2.8485

Question#4                                                                                            Marks 10

Approximate is given by following table

  
10
15
20
25
1.6094
2.4021
2.7081
2.9955



CS609 Assignment no 3 Fall 2013 Idea Solution

Assignment Questions
A request before solving it:
Dear Student,
This is very easy assignment which requires only the implementation of a given program. This implementation will build your understanding of BIOS interrupt 13H routine more clearly. So, do not paste your solution from any kind of source. Just do and describe what happens and how you tackle the errors if any.

Question:                                                                                                                               Marks 20     
Question:
Implement the program of lecture number 27 by using the BORLANDC compiler. File path of this program should be at the root directory of D partition and the file name should be LBA.txt. After the implementation of this program you take a memory dump which shows the successive operation of this program.  Also describe the values of this dump to prove the successive operation and also describes the whole processes of your implementation within few lines.
At the end of this assignment, show the data of your text file “LBA.txt” after the execution of above program.

MGT201 GDB No 2 Idea Solution 2013

Topic for Discussion: “Risk and Return”

GDB Question:

Assume that you are recently graduated with majors in finance, and you just want to invest Rs. 100,000 in a business at the end of year 1. You are interested to plan for a 1-year holding period. Further, you have got the following information from market about different investment alternatives, which is shown with their probabilities and associated outcomes.

Returns on Alternative Investments
Estimated Rate of Returns
Economy activity level
Probability
T-Bills
A
B
C
Market Return
Recession
0.3
10.0%
(22.0%)
28.0%
10.0%
(13.0%)
Normal
0.4
10.0%
20.0 %
0.0
7.0%
15.0%
Boom
0.3
10.0%
50.0%
(20.0%)
30.0%
43.0%
Expected returns
R* = ∑PiRi
1.0
10.0%
16.4%
2.4%
14.8%
15%

Discuss the following:
a.      Why T-bill’s returns do not change with change in the economy activity level?
b.     “T-bills returns are the risk-free”, comment on the statement.
c.      Why do A’s expected returns move with the economy? Explain with logical reasoning.
d.     Why do B’s expected returns move counter to the econo

ENG201 GDB NO 1 FALL 2013 IDEA Solution

“Do you think that language learning can better be learnt in a synchronous mode  (simultaneous/real time communication with immediate feedback, e.g. webinars, chat forums)  or asynchronous mode(communication with delayed feedback, e.g. emails, discussion boards, assignments), or a blend of the two?”

MGT301 GDB Spring 2013 Idea Solution

After reading the above case, what would you think that Dell has a competitive edge over competitors in terms of cost & sales and what should be the possible strategy for them if their competitors follow online marketing strategy?

MGT101 GDB no 2Fall 2013 Idea Solution

1.   What was the stock valuation method used by Mr. A in past that cased a lower profitability and huge difference of market price of stock with its reported cost in balance sheet? (Just write the name of asked method)
2.   Recommend Mr. B the most appropriate stock valuation method to use in his preliminary report for inventory valuation? (Just write the name of recommended method)                                           
3.   Upon what grounds did you recommend the method in question 2 above?

CS201 Assignment no 2 Spring 2013 Idea Solution

Problem Statement:    
Write a program using class(constructor, destructor, other member functions) to find the frequency of letters (small and capital alphabet or digit) from your student id character string. For example, frequency of letter ‘4’ in the string of a student id: “MC124514517” is 2.

Detailed Description:

You are required to write a program which contains a class myClass having the following data members:

         char*str,  alphabet;

and the following member functions:
·        myClass();
·        void setId(char *);
·        char * getId();
·        void countfunction();
·        ~myClass();


The main() function should create an object of myClass and through this object member functions are called one by one. When the object is created then constructor of myClass should dynamically allocate the memory using new operator for your VUID and displays a message after storing the default id in data member character pointer str.
     “Default Constructor is called and default id is MC123456789”
Similarly, setId() member function when called with your VUID passed as parameter, should set the value of data member character pointer str with your VUID.
getId() function should return the value of data member character pointer str to the main(), then following message with your VUID should be displayed:
      “Your ID is MC120403765”
Finally countfunction() must get input (any alphabet) from user by displaying the message,
     “Enter letter you want to count:”
Then this function counts frequency of the specified letter from your VUID and displays it.
Destructor at the end of the program should be called and display message:

“Destructor called… and object has destroyed”

FIN621 GDB no 2 Solution Fall 2013

Financial statements of business organizations report the fixed assets at historical cost. Income and expenses are reported according to realization and matching principles respectively whereas cash flow statement is based on cash inflows and cash outflows from the business. Do you think that the information provided in the financial statements is always sufficient and represents the true firm value? Discuss with rationale from an investor’s point of view.