Monday, November 9, 2009

Money and Banking (MGT411) - Assignment # 1 solution

Assignment 1

Fall 2009

Money and Banking (MGT411)

Last Date of Submission: November 10, 2009

Marks: 20



Question # 1 (Marks 4)



Determine the future value of an investment of Rs.100 for 12 months at the following interest rates:

a- 5%

b- 1%



Question # 2 (Marks 6)





According to the data given below, calculate the GDP deflator and inflation rate.







Years

Nominal GDP

Real GDP

GDP deflator

Inflation rate

1997

Rs. 60,000

Rs. 60,000





1998

70,100

65,200





1999

81,200

74,600









Question # 3 (Marks 10)

Assume that the economy can experience high growth, normal growth, or recession. You

expect the following stock-market returns for the coming year under these conditions:







State of the Economy

Probability

Return

High Growth

0.3

+30%

Normal Growth

0.4

+12%

Recession

0.2

-15%





a. Compute the expected value of a Rs.1000 investment both in dollars and as a

percentage over the coming year.

b. Compute the standard deviation of the return as a percentage over the coming

year.

c. If the risk-free return is 7 percent, what is the risk premium for a stock market

investment?

____________________________________________________



JUST GET IDEA FROM THESE SOLUTIONS:



Question # 1







FV=PV*(1+i) ^n



(a)

PV=100, i=5%, n = 1 year(12 months)

FV=100*(1+.05) ^1

FV=Rs.105

(b)

PV=100, i=1%, n=12 months = 1 year

By putting the values:

FV=100*(1+.01) ^1

FV=Rs.101

Question# 2

Years

Nominal GDP

Real GDP

GDP Deflator

Inflation Rate

1997

Rs. 60000

Rs. 60000

100.0

n.a

1998

70100

65200

107.98

7.98

1999

81200

74600

108.85



Working:

GDP for year 1997 = (Nominal GDP / Real GBP)*100

= (60000/60000 )*100= 100

Rest Calculate yourself: P

Inflation Rate for year 1998 = (GDP deflation for year 1998/ GDP deflation for year 1999)*100

=(107.98-100)/100

= 0.079755*100 = 7.98

Rest Calculate yourself: P

Question # 3



Expected Value = 0.3(1000)(1+30%) + 0.4(1000)(1+12%) + 0.2(1000)(1-

15%) = 1008

Expected Return = 0.3(30%) + 0.4(12%) + 0.2(-15%) = 10.8%



Standard Deviation= nahi ata :D



c. Risk Premium =10.8% - SD = answer

.................





Assume that the economy can experience high growth, normal grow

recession.You expect the following stock-market returns for the coming y

dertheseconditions

Stateofthe

Economy.....................Probability..................................Return

HighGrowth..................... 0.2........................................+30%

NormalGrowth...................0.7 ......................................+12%

Recession ................... 0.1......................................-15%







A .Compute the expected value of a $1000 investment both in dollars

as a percentage over the coming year. Answer:Given the ab

information,we can construct a frequency distribution of

payo pro leofthisinvestment.

Stateofthe



Economy..................................Probability....................................Payof

HighGrowth .................................0.2...........................................$1300

NormalGrowth .............................0.7...........................................$1120

Recession.....................................0.1..........................................$850

Given this we can construct the expected payo from this investment

EV =(1300 * .2)+(1120 * .7)+(850 * .1)



EV =$1129

We n da expected valueof $1129 or and expected pro tof $129

which as a percentage of the initial investmentis 129 /1000 =12:9%:

--------------

Solution number 3.....





Answer:

a. Expected Value = 0.3(1000)(1+30%) + 0.4(1000)(1+12%) + 0.2(1000)

(1-15%) = 1008

Expected Return = 0.3(30%) + 0.4(12%) + 0.2(-15%) = 10.8%



b. Standard Deviation

= 0.3(30 -12.9%)2 + 0.4(12 -12.9%)2 + 0.2(-15 -12.9%)2

= 87.723 + 0.324 + 155.682

= 243.729

Take Under root of above Value..

=15.611





c. Risk Premium = 10.8% - 7% = 3.8%

_____________

b. Compute the standard deviation of the return as a percentage over the coming year.





Standard deviation is the square root of the variance



• At first we have to find out the Variance:

TO FIND THE VARIANCE WE HAVE TO TAKE FEW STEPS:

STEP: 1

To compute the expected value:

Expected Value =Sum of payoffs times probabilities



Expected Value = 0.3(1000) (1+30%) +0.4(1000) (1+12%) +0.2(1000) (1-15%)

= 1008

STEP: 2

Subtract expected value from each possible payoff

390 – 1008 = -618

448 – 1008 = -560

170 – 1008 = -838

STEP: 3

Square each of the Result

$-618^2 = 381,924(dollars) ^2

$-560^2= 313,600(dollars) ^2

$-838^2 = 702,244(dollars) ^2

STEP: 4

Multiply each result times its probability and adds up the results:

.3(381,924($) ^2) + .4(313,600($) ^2) + .2(702,244($) ^2)

=114577($) ^2 + 125440($) ^2=140449($) ^2

Variance = 380466($) ^2

Thus,

The standard deviation is the square root of the variance

Standard Deviation = 1/2 [380466(dollars) ^2]



Standard Deviation = $616.9

---------------------

MGT402 - GDB

Being a Cost Analyst of an Automobile Company, you have suggested adopting a perpetual inventory system for inventory maintenance. On what factors a perpetual inventory system would be suggested?

Note:


* Your answer must NOT exceed 100 words. Irrelevant details have negative impact, so be careful.

---------------


Under this system, a complete and continuous record of movement of each inventory item is maintained. Perpetual records are useful in preparing monthly quarterly or other financial statement. Record used is normally a “store ledger card” specifying quantity wise receipt, issue and balance together with values in chronological sequence. Generally this is accomplished by connecting the inventory system with order entry and in retail the point of sale system. In this case, book inventory would be exactly the same as, or almost the same, as the real inventory.

Sunday, November 8, 2009

STA301

CLICK ON IMAGE FOR LARGE VIEW




[[NOTE:- We always try our best to upload 100% correct solution BUT it is requested that you kindly review it before submission, please.]]

CS201

#Include
#include
#include
main()
{
char ch;
string miKind,miName,CsName;
int FnAmount , ndays;
cout<<"Please Provide Customer Name:\n";
cin>>CsName;
cout<<"\nEnter the movie Discription\n";
cin>>miName;
cout<<"Enter 'R' for Regular Movie\n";
cout<<"Enter 'C' for children Movie\n";
cout<<"Enter 'N' for New Released Movie.\n";
cout<<"Enter 'E' for English Movie.\n";
cin>>ch;
cout<<"Please provide folowing informatuion:\n";
cout<<"Movie Name\n";
cout<<"Number of Days\n";
cin>>ndays;
if(ch=='R')
{
FnAmount=48*ndays;
miKind="Regular";
}
else if(ch=='C')
{
FnAmount=30*ndays;
miKind="Children"
}
else if(ch=='N')
{
FnAmount=100*ndays;
miKind="New Release";
}
else if(ch=='E')
{
FnAmount=50*ndays;
miKind="Regular";
}
else
{
cout<<"Invalid Entry";
}

cout<<"..................................................\n";
cout<<"Customer Name: "<<<"\n";
cout<<"Movie type :"<<<"\n";
cout<<"Movie Name"<<<"\n";
cout<<"Number of Days"<<<"\n";
cout<<"Your Rental Amount is : "<<<"/n";
cout<<"..................................................\n";
}

CS507

Information System (CS 507)

Fall 2009

Assignment No. 1


Due Date:

Your assignment must be uploaded/submitted before or on 9th November 2009.


Max Marks: 20


Uploading instructions:

Please view the Assignment Submission Process document provided to you by the Virtual University for uploading assignments.


o The assignment should be in .doc format.
o Save your assignment with your ID (e.g. bx020200786.doc).
o The assignment submission through email is highly discouraged.

Rules for Marking:

It should be clear that your assignment will not get any credit if:

o The assignment is submitted after due date.
o The submitted assignment file is corrupted.
o The assignment is copied.
o The assignment material is directly copied from internet.

Note:
Your answer must follow the below given specifications. You will be assigned no marks if you do not follow these instructions.

· Font style: “Times New Roman”
· Font color: “Black”
· Font size: “12”
· Bold for heading only.
· Font in Italic is not allowed at all.
· No formatting or bullets are allowed to use.


Q: Write a note on the following
(Marks 5+5+5+5)

1. Describe the components of Computer-based information systems.
2. Describe various types of information systems by breadth of support.
3. Differentiate between information technology infrastructure and information technology architecture.
4. Identify the major information systems that support each organizational level

_____________________________________________



Answer No.1


Components of Computer-based information systems

Hardware is a device such as a processor, monitor, keyboard or printer
Software is a program or collection of programs that enable hardware to process data.
Database is a collection of related files or tables containing data.
Network is a connecting system (wire line or wireless) that permits different computers to share resources.
Procedures are the set of instructions about how to combine the above components in order to process information and generate the desired output.
People are those individuals who use the hardware and software, interface with it, or uses its output.



Describe various types of information systems by breadth of support.

Answer No.2

Types of information systems by breadth of support

Functional Area Information System

Functional area information systems or departmental information systems
• Function: Support the activities within specific functional areas.
• Example: System for processing payroll.

Transaction Processing System (TPS)
• Function: Process transaction data from business events.
• Example: Walmart checkout point-of-sale terminal.

Enterprise Resource Planning (ERP) System
• Function: Integrate all functional areas of the organization.
• Example: Oracle, SAP

Inter organizational Information System

Inter organizational information systems (IOS) are information systems that connect two or more organizations and support inter organizational operations such as supply chain management.
 Function: Manage flows of products, services and information among organizations.
 Example: Walmart Retail Link System connecting suppliers to Walmart.
 Supply chain describes the flow of materials, information, money and services from raw material suppliers through factories and warehouses to the end customers.

Electronic Commerce Systems

 Function: Enable transactions among organizations and between organizations and customers.
 Business-to-Business (B2B)
 Business-to-Consumer (B2C)
 Example: www.dell.com



Differentiate between information technology infrastructure and information technology architecture.

Answer No.3


Information Technology Architecture. A high-level map or plan of the information assets in an organization which guide current operations and is a blueprint for future directions.
Information Technology Infrastructure. The physical facilities, IT components, IT services and IT management that support an entire organization.

Answer No.4

The six major types of information systems corresponding to each organizational level are:

• Transaction Processing Systems (TPS): serve the operational level of an organization.
• Knowledge work systems (KWS)
• Office automation systems (OAS) to serve the knowledge level of an organization.
• Decision-support systems (DSS)
• Management information systems (MIS) serve the management level of the organization.
• Executive support systems (ESS) serve the strategic level of an organization.

[[NOTE:- We always try our best to upload 100% correct solution BUT it is requested that you kindly review it before submission, please.]]

Friday, November 6, 2009

CS402

org 0x0100]

jmp start ; unconditionally jump over data

myarr: dw 20, 15, 203, 1004, 250, 91, 52, 666, 840, 1018
min: dw 0
max: dw 0

start:


mov bx, 0 ; initialize array index to zero
mov ax, 0 ; initialize min to zero



mov ax, [myarr+bx] ; minimum number to ax
mov cx,10


minfind: cmp ax, [myarr+bx]

jle incr1

mov ax,[myarr+bx] ;ax contains the minimum number


incr1:

add bx, 2 ; advance bx to next index

loop minfind


mov [min], ax ; write back minimum in memory



;This is the code for searching maximum number in array

mov bx, 0 ; initialize array index to zero

mov ax, 0 ; initialize max to zero

mov ax, [myarr+bx] ; maximum number to ax

mov cx,10



maxfind: cmp ax, [myarr+bx] ; are we find the maximum number

jge incr2 ; if greater or equal number

mov ax,[myarr+bx] ;ax contains the maximum number



incr2:

add bx, 2 ; incrementing the bx

loop maxfind



mov [max], ax ; writing max in memory


mov ax, 0x4c00 ; terminate program

int 0x21

Thursday, November 5, 2009

IT430, solution

Dear students,



For solution of IT430, please send us blank email on virtual.uni.help@gmail.com, then web server automatically respond you the said solution within 2 seconds.



Best of luck..



VU Help Desk..

...............................





Here Assignment of IT430









Personal Information







Personal Information









































Name:











VU ID:







Address:



Province:

























CS101, 2nd Assignment Solution

Dear students,



For solution of CS101, please send us blank email on virtual.uni.help@gmail.com, then web server automatically respond you the said solution within 2 seconds.



Best of luck..



VU Help Desk..



_____________________________



CS101













Please fill the following feilds:



















Frist Name:
Last Name:
Email Address:



Gender: Male

Female


Hobbies :


Cricket


Books


Music


Football


Internet


City:




















__________________

Wednesday, November 4, 2009

SE-2 (helping material)

After carefully analyzing the system of SAMMI Corporation I decided that the waterfull Model is best process model to automate this system. Although there are many other Models we studied in our books but we prefere to apply the waterfall mathod on this system due to the following reasons.

(1).

Through this process model it is very easy to analayise the system services,

system constraints and the goals of Sami corporation. And then these details can be served as the system specifications.

(2).

In order to pritict the hardware and software requirment of SAMMI Corporation
It establishes overal system architecture. Through this architecture we can easy see all the requirments of sammi corporation either it’s related to hardware or software.


(3).

If we follow waterfall mathod it is very easy to implement and test this system. At this stage the sofware design is realized as a set of programs or program units and as we know that unit testing involves verifying that each unit meets its specifications.

(4).

When we talk about system integration and system testing the individual program unit or programs are integrated and tested as a completer the system to ensure that the software requirments have been met. After testing, the software system will be delivered to the customer.

(5)

To discover the new requirments of the sammi corporation in the future the opreating and maintenance phase is helpful if we use this process model (waterfall). Normally it is considered that this is the longest phase of the software devolpment life cycle. The system is installed and put into use practical use. Maintenance involves correcting errors which were not discovered in earlier stages of the life-cycle, improving the implementatoin of the system units and enhacing the sstem’s services as new requirments.

Tuesday, November 3, 2009

Mgt503 GDB

Production workers of the Alpha Corporation were on the strike demanding for the additional bonus which was rejected by the CEO of the company as per the financial position of the company. The CEO communicated this decision to Mr. A who is HR manager to communicate it to the workers and ordered him to convince the workers as well in order to call off the strike.

Answer the following questions.

Question 1: Identify the role which Mr. A is playing.

Ans. Mr. A is playing Decisional Role(Negotiator)

Question 2: Mr. A is the manager of which level?

Ans. Mr. A is the middle level manger.

Question 3: What type of skill Mr. A should posses to motivate his subordinates?

Mr. A should posses human skill to motivate his subordinates.

Monday, November 2, 2009

Mgt402

1. Which of the following best describes a fixed cost? A cost which:
1. represents a fixed proportion of total costs
2. remains at the same level up to a particular level of output
3. has a direct relationship with output
4. remains at the same level when output increases


2. A business's telephone bill should be classified into which one of these categories?
1. Fixed cost
2. Stepped fixed cost
3. Semi-variable cost
4. Variable cost


3. The total production cost for making 20,000 units was £21,000 & total production cost for making 50,000 was £34,000. When production goes over 25,000 units, more fixed costs of £4,000 occur. So full production cost per unit for making 30,000 units is:
1. £0.30
2. £0.68
3. £0.84
4. £0.93

Solution: 50,000 units £34,000 Less step costs £4,000 Gives £30,000 Less 20,000 units £21,000 Gives: Var. Cost for 30,000 extra units £9,000 (30p ea) Fixed cost = £21,000 - £6,000 (20,000 x 30p) = £15,000 Total Cost for 30,000 units = Variable cost £9,000 Fixed cost £15,000 Step cost £4,000 Total cost £28,000 Cost per unit = £28,000/30,000 units = 93p
4. There are 40,000 units of Part Number LC36 on order from suppliers and 28,000 units outstanding on existing customers' orders. If the free stock is 16,000 units, what is the physical stock of units?
1. 12,000
2. 4,000
3. 24,000
4. 44,000

Remember: Physical Stock + outstanding orders= customer orders + free stock


5. A business has high stock turnover and uses the FIFO method of pricing stock issues. If our supplier purchase prices are currently, generally rising, the valuation of closing stock will be:
1. based on prices of those items received first
2. lower than current supplier prices
3. near to current supplier purchase prices
4. based on the average of all the stock purchased in the latest period

Remember: FIFO means issues to production are valued at the oldest prices leaving those in stock valued at current prices.

6. A job needs 3,000 actual labour hours to be completed. It is expected there will be 25% idle time. If the wage rate is £12.50 per hour, what is budgeted labour cost for the job?
1. £26,000
2. £37,500
3. £50,000
4. £42,000

Remember: 3,000/75% = 4,000 hrs x £12.50 = £50k


7. A business always absorbs its overheads on labour hours. In the 8th period 18,000 hours were worked, actual overheads were £279,000 and there was £36,000 over-absorption. The overhead absorption rate per hours was
1. £15.50
2. £17.50
3. £18.00
4. £13.50

Remember: the NOPU rule (Negative/Overabsorption, Positive/Underabsorption)= Actual OHD - OAR x Actual Hours = Over/Under absorption = £279k - 'x' = minus £36k = £279k + £36k = £315k = 'x' £315k/18,000 hrs = £17.50 the OAR


8. A way of dealing with overheads uses a method of spreading common cost values over the cost centre on the basis of benefits received. This is referred to as
1. overhead apportionment
2. overhead allocation
3. overhead analysis
4. overhead absorption



9. A manufacturer produced 22,500 units at a total cost of £26 each. Seventy-five per cent of the costs were variable and the remainders were fixed. 15,500 units were sold at £53 each. There were no opening stocks. By how much will the profit calculated using absorption costing principles differ from the profit if the marginal costing basis had been used?
1. The absorption costing profit will be £38,500 less
2. The absorption costing profit would be £45,500 less
3. The absorption costing profit would be £50,375 more
4. The absorption costing profit would be £45,500 more

Remember: It all about the closing stock which has fixed production costs within it while marginal costing closing stocks do not. In absorption costing we get - Closing stock - opening stock x fixed OAR (7,000 units - 0) x ((£26/4) = £6.50) = £45,500 more profit as the ohd this represents goes into the next period costs in the opening stock value. With M.C. the fixed costs for the period (22,500 x £6.50) are treated as a period fixed cost and deducted from the total contribution earned.


10. ACG Plc makes a single product with the following values - all per unit
Selling price £15.00; Direct Materials cost £3.50; Direct Labour £4.00
Variable Overhead £2.00; Budgeted fixed production overhead costs are £60,000 per annum charged evenly across each month of the year. Budgeted production costs are 30,000 units per annum. In July when actual production was 2,400 units and exceed sales by 180 units the profit reported under absorption costing was:
1. £8,200
2. £7,770
3. £6,660
4. £7,570

Remember: OAR = £60,000/30,000 units =£2 Total Unit cost=V.C. £9.50 Fixed Ohd £2.00 Total £11.50 Sales units = Prod'n less stock over = 2,400 - 180 = 2,220 Actual Ohd £60,000/12 =£5,000 Ohd absorbed 2,400 x £2 =£4,800 ---------- Difference - under absorption £200 ===== Profit made in July: Sales 2,220 x £15 = £33,300 Cost of Sales: 2,220 x £11.50 =(£25,530) ------------- Gives £7,770 Less Under absorption value as above (£200) ---------- Profit £7,570 =====


11. The following items may be used to cost jobs:
i) Actual labour cost
ii) Actual material cost
iii) Actual manufacturing overheads
iv) Absorbed manufacturing overheads

Which of the above are contained in a typical job cost?
1. All four of them
2. (i) (ii) & (iii) only
3. (i) & (ii) only
4. (i), (ii) & (iv) only

Remember: Job cost is Direct Materials + Direct Labour + Overheads minus absorbed using an OAR


12. A large management consultancy has prepared the the following information:
Overhead absorption rate per consultancy hour : £25.00
Salary cost per Senior consultant hour £60.00
Salary cost per Junior consultant hour £35.00
The firm adds 50% to total cost to arrive at a selling price for invoicing purposes.
A consultancy job CY 3987 took 120 hours using a senior consultant and 430 hours using a junior consultant. What will be the invoice price charged to the client for CY 3987.
1. £36,000
2. £54,000
3. £13,750
4. £20,625

Remember: It is calculated thus: Senior £60 x 120 hrs = £7,200 Junior £35 x 430 hrs = £15,050 Ohds (120 + 430) x £25 = £13,750 ------------ Total Cost £36,000 Plus 50% margin £18,000 -------------- Client Invoice price £54,000 ======


13. The following information relates to activity of an outpatients' department at a local hospital near where you live.
Number of consultations received by patients: 7,000 (June) 8,600 (July)
Total cost £507,500 £543,500
Fixed costs are £350,000 per month. What is the variable cost per patient consultation in June and July? Is it?
1. £72.50 in June and £63.20 in July
2. £50.00 in June and £40.70 in July
3. £22.50 in June and £22.50 in July
4. £67.37 in June and £67.37 in July

Remember: June: Total Cost £507,500 Less Fixed Cost £350,000 -------------- Variable Cost £157,500 Divide by patient consultations = 7,000 V.C. per consultation = £22.50 Now do the same for July and see what you get!


14. In process costing an equivalent unit is:
1. a unit made in more than one process cost centre
2. a unit being currently made which is the same as previously manufactured
3. a notional whole unit representing incomplete work
4. a unit made at standard performance


15. In process costing, the value attributed to any abnormal gain is:
1. debited to abnormal gain account & credited to normal loss account
2. debited to normal loss account and credited to abnormal gain account
3. debited to abnormal gain account & credited to process account
4. debited to process account & credited to abnormal gain account



16. Process Beta had no opening stock. 13,500 units of raw material were transferred in £4.50 per unit. Additional material at £1.25 per unit was added into process. Labour & overheads were £6.25 per completed unit and £2.50 per unit incomplete.
If 11,750 completed units were transferred out, what was the value of the closing stock of Process Beta?
1. £24,000
2. £89, 450
3. £14,437.50
4. £152,000.00

Remember: Total input 13,500 units Complete output 11,750 units ----------------- Closing Work in Progress 1,750 ======== Valuation: Materials: 1,750 x (£4.50 + £1.25) = £10,062.50 Labour & Ohds: 1,750 x £2.50 = £4,375.00 ----------------- Closing Stock £14,437.50 =========


17. The most relevant costs that should be used in decision making are:
1. current costs
2. estimated future costs
3. notional costs
4. costs already incurred which are known with certainity

Remember: We are looking in decision making at the future


18. Acclerate Ltd has fixed costs of £72,000 per annum. It makes one product which it sells for £32 per unit. Its contribution to sales ratio is 45%.
Accelerate's break even point in units is:
1. 5,000 units
2. 7,000 units
3. 2,250 units
4. 2,750 units

Remember: BEP in £'s = Fixed costs/C/S ratio = £72,000 / 0.45 = £160,000 BEP (in units) = £160,000 / £32 = 5,000 units


19. Good Job Plc makes one product which sells for £80 per unit. Fixed costs are £28,000 per month and marginal costs are £42 a unit. What sales level in units will provide a profit of £10,000?
1. 1,350 units
2. 350 units
3. 1,000 units
4. 667 units

Remember: Spot on! Unit contribution = £80 - £42 = £38 Unit sales for £10,000 profit = £28,000 + £10,000 --------------------------- = 1,000 units £38


20. Railway Product Ltd makes one product that sells for £72 per unit. Fixed costs are £81,000 per month & the product has a contribution to sales ratio of 37.5%. In a period when actual sales were £684,000 the company's unit margin of safety was :
1. 4,000 units
2. 6,500 units
3. 5,500 units
4. 4,800 units

Remember: BEP in £'s = Fixed Cost / C.S. Ratio = £81,000 / 0.375 = £216,000 Margin of Safety (MOS): = Actual Sales - BEP Sales = £684k - £216k = £468k In units M O S = £468k/£72 = = 6,500 units


21. The master budget comprises:
1. the budgeted profit and loss account
2. the capital expenditure budget
3. the budgeted profit and loss account, budgeted, cash flow and budgeted balance sheet
4. the budgeted cashflow


22. In Creative Products Ltd the actual output was 200,000 units and the actual fixed costs of £94,000 were as budgeted. However, the actual total expenditure of £440,000 was £26,000 over budget. What was the budgeted variable cost per unit for Creative Products Ltd?
1. £2.20
2. £1.60
3. £2.07
4. £1.86

Remember: Actual expenditure £440,000 Less fixed costs £94,000 -------------- Actual variable cost £346,000 Less amount overspent £26,000 ------------- Budgeted variable cost £320,000 Variable cost per unit = £320,000 --------------- = 200,000 units £1.60 per unit


23. LPG Limited purchased 6,850 kilos of material at a total cost of £21,920. The material price variance was £1,370 favorable. The standard price per kilo was:
1. £3.10
2. £0.80
3. £2.80
4. £3.40

Remember: Actual cost of 6,850 kilos £21,920 Add Favourable price variance £1,370 ------------- Standard cost of 6,850 kilos £23,290 Std cost of each kilo = £23,290 -------------- = £3.40 6,850 kilos


24. In the 10th period 22,600 labor hours were worked at a standard cost of £8.00 per hour. The labor efficiency variance was £11,200 favorable, How many standard hours were produced?
1. 24,000 hours
2. 22,600 hours
3. 20,800 hours
4. 21,600 hours

Remember: Labor Efficiency Variance = (Std Hrs - Actual hrs) x Std rate Favorable eff. var. gives a time saving of: £11,200 / £8.00 = 1,400 hours Std hrs must = 22,600 hrs + 1,400 hrs = 24,000 hrs


25. A flexible budget is defined as:
1. a budget of variable production costs only
2. a budget which shows the costs and revenues at different levels of activity
3. a budget which is prepared using a computer spreadsheet model
4. a budget which is updated with actual costs and revenues as they occur during the budget period

MKT501 GDB

Scenario # 01: Henry Ford (American founder of the Ford Motor Company) introduced Model T automobile and tried his best to make it ideal so that its cost could be reduced and more people could afford it.



Solution 1:

Henry Ford is using "Production Concept" by reducing the cost and making the product easily affordable for consumers




Scenario # 02: Ariel is a detergent manufactured by Procter and Gamble. Ariel runs special fund raising campaigns for deprived classes of the world specifically the developing countries. It also contributes a part of its profits from every bag sold for charitable purpose.



Solution 2 :

Ariel is using "Societal Concept" by concentrating on the overall welfare of the society along with its profit.