Wednesday, November 24, 2010
Mgmt611 HRM611 Online Quiz Announced
Quiz will cover video lecture no. 01 to 20
Schedule
Opening Date and Time
November 24, 2010 At 12:01 AM (Mid-Night)
Closing Date and Time
November 26, 2010 At 11:59 PM (Mid-Night)
24 hours extra time is not available
Dear Students!
Read the following instructions carefully before attempting the Quiz.
Instructions
l You can start attempting the quiz at any time but within given date(s) by clicking the quick link for Quiz on VU-LMS as it will become enabled within the mentioned dates. As soon as the time will be over, it will automatically be disabled and will not be available to attempt it.
l Quiz will be based on Multiple Choice Questions (MCQs). Covering video Lecture 1 to 20.
l Each question has a fixed time limit of 90 seconds. So you have to save your answer before 90 seconds. But due to unpredictable/unstable Internet speed, it is strongly recommended that you save your answer within 60 seconds to avoid any inconvenience. While attempting a question, keep an eye on the remaining time.
l Attempting quiz is unidirectional. Once you have moved forward to the next question, you will not be able to go back to the previous one. Therefore before moving to the next question, make sure that you have selected the best option and saved your answer.
l DO NOT press back button of your browser or refresh the page while attempting a question. Otherwise you will lose the chance of attempting the current question and a new question will be loaded.
l DO NOT try to disable "Java Script" in your browser; otherwise you will not be able to attempt the quiz.
l If for any reason, you lose access to Internet (like power failure or disconnection of Internet), you will be able to attempt the quiz again but from the next question where you left in last attempt. But remember that you have to complete the quiz before expiry of the deadline.
Fin622 GDB Solution
_________________
XYZ Company is one of the biggest manufacturing concerns of the country. Being the finance manager of XYZ Company, you have been assigned a task to evaluate three projects. The future cash flows from the three projects are summarized in given table.
Project A
Project B
Project C
Initial investment
45,000
70,000
50,000
Cash inflows
Year 1
20,000
20,000
30,000
Year 2
20,000
26,000
28,000
Year 3
20,000
30,000
35,000
Consider the discount factor to be 14% and that the company has sufficient funds to take projects.
Required:
I. On the basis of NPV approach, which project(s) you would select if the projects are independent and why?
II. On the basis of NPV approach, which project(s) you would select if the projects are mutually exclusive and why?
_________________
http://www.zenwealth.com/BusinessFinanc ... lator.html
http://www.youtube.com/watch?v=oA8le4Fn ... re=related
_________________________________
values of all three projects are (NPV)
Project A_NPV: +1432
Project B_NPV: -12200
Project C_NPV: +21485
ANS _1 :If the projects are independent so the projects that have +NPV should be accepted in the given scenario project A and C have positive NPV
Mutually exclusives are those projects where we have to choose only one out of different options.
If the projects are mutually exclusive the one with higher positive net present value (+NPV) should be chosen
Chapter #9 page #398
Solution:
I. On the basis of NPV approach, which project(s) you would select if the projects are independent and why?
Ans :
First Project C will be selected and then project A will be selected as both have positive NPV.
II. On the basis of NPV approach, which project(s) you would select if the projects are mutually exclusive and why?
Ans :
In case of mutually exclusive, only Project C will be selected because it has positive and higher NPV value i-e 21485
Calculations:
NPV net present value
I , initial investment = 45000
R , rate = 14% = 14/100= 0.14
t , time in years
CF = cash inflows
Project A :
I , initial investment = 45000
NPV = - I0 + CF1 / (1+r)t + CF2 / (1+r)t + CF3 / (1+r)t
= -45000 + 20000/ (1+ 0.14) 1 + 20000 / (1+0.14) 2 + 20000/ (1+0.14)3
= 1432.64 ( positive NPV)
Project B :
I , initial investment = 70000
NPV = - I0 + CF1 / (1+r)t + CF2 / (1+r)t + CF3 / (1+r)t
= -70000 + 70000/ (1+ 0.14) 1 + 70000 / (1+0.14) 2 + 70000/ (1+0.14)3
= -12200 ( negative NPV)
Project C:
I , initial investment = 50000
NPV = - I0 + CF1 / (1+r)t + CF2 / (1+r)t + CF3 / (1+r)t
= -50000 + 50000/ (1+ 0.14) 1 + 50000 / (1+0.14) 2 + 50000/ (1+0.14)3
= 21485 ( positive NPV)
Fin621 GDB Solution
_________________
"Last year we purchased a piece of land for Rs. 200,000. During this, the inflation has driven prices up by 12 %, and an expert has also just told me that we can sell this land for Rs. 300,000 whereas our balance sheet still shows the land at Rs. 200,000. It should be valued at Rs. 300,000 or at least at Rs. 224,000 (after the effect of 12% inflation)".
Identify accounting principle(s) (GAAP) applicable to this situation which negates Mr. Ali's Claim. "
1) Going Concern
and
2) Cost Principle
Cost principle requires companies to account and report based on acquisition costs rather than fair market value for most assets and liabilities. This principle provides information that is reliable (removing opportunity to provide subjective and potentially biased market values), but not very relevant. Thus there is a trend to use fair values. Most debts and securities are now reported at market values.
+Cost principle(historical value recognition)
+Going concern assumption(fixed assets are not for resale purpose,thats y valuation doesn't matter
+The objectivity Principle(assets are valued verifying by independent expert)
These three principle are reject the purpose of revaluation in "GAAP"Remember IAS and FRAS standards promote revaluation of fixed assets,i think IAS 7,OR IAS8(Revaluation)
"Error & ommision are accepted"
Goging Concern Assumption
An accounting guideline which allows the readers of financial statements to assume that the company will continue on long enough to carry out its objectives and commitments
Cost Principle
The cost principle is an accounting concept that states goods and services should be recorded at their original or historical cost. This concept is mainly used when recording short- and long-term assets and liabilities or equity investments.
Objectivity Principle
It is the principle of accounting which states that the books of accounts should be prepared on the basis of verifiable data.
CS304 Online Quiz
CS304 TODAYS QUIZ
Class is not a mechanism to create objects and define user data types.
- true
- false
Memory is allocated to non static members only, when:
- Class is created
- Object is defined
- Object is initialized
- Object is created
The sub-object's life is not dependent on the life of master class in ___________.
- Composition
- Aggregation
- Separation
- non of the given
Unary operators and assignment operator are right associative.
- true
- false
The >= operator can't be overloaded.
- true
- false
_____ is creating objects of one class inside another class.
- Association
- Composition
- Aggregation
- Inheritance
If we are create array of objects through new operator, then
- We can call overloaded constructor through new
- We can't call overloaded constructor through new
- We can call default constructor through new
- None of the given
Object can be declared constant with the use of Constant keyword.
- true
- false
__________ Operator will take only one operand.
- New
- int
- object
- none of the given
Which of the following operator(s) take(s) one or no argument if overloaded?
- ++
- *
- %
- All of the given choices
this pointer does not pass implicitly to __________ functions.
- Static Member
- Non-Static Member
- Instance Number
- None of the given
Operator overloading is
- making C++ operators work with objects.
- giving C++ operators more than they can handle.
- giving new meanings to existing Class members.
- making new C++ operators