12 Comm Worksheet
12 Comm Worksheet
HOLIDAY HOMEWORK
Class :12 Comm.
SUBJECT H.W.
ACCOUNTANCY Prepare project report as per assigned topic.
Work Sheet Attached In The File
BUSINESS STUDIES 1. Prepare project report as per assigned topic.
2. Work Sheet Attached In The File
ENTREPRENEURSHIP Prepare project report as per assigned topic.
Work Sheet Attached In The File
ECONOMICS Prepare project report as per assigned topic.
Work Sheet Attached In The File
SECTION-B
Q1. What is sorting? Name some sorting techniques.
Q2. Why do number-of-comparisons reduce in every successive iteration in bubble sort?
Q3. What is the basic principle of sorting in insertion sort ?
Q4. Number of operations wise, compare bubble sort and insertion sort techniques
Q5. What is the main difference between Bubble sort and Insertion sort techniques?
Q6. Write a program in python to sort data using bubble sort.
Q7. Write a program in python to sort data using insertion sort.
Q8. What are the steps to sort a list using bubble sort.
Assume list a=[12,3,15,6,22,2]
Q9. What are the steps to sort a list using bubble sort.
Assume list a=[11,13,23,15,6,22,2]
Q10. If a is (1, 2, 3)(a) what is the difference (if any) between a * 3 and (a, a, a)? (b) is a * 3 equivalent to
a + a + a ? (c) what is the meaning of a[1:1] ?(d) what is the difference between a[1:2] and a[1:1] ?
Q11. Does the slice operator always produce a new tuple ?
Q12. The syntax for a tuple with a single item is simply the element enclosed in a pair of matching
parentheses as shown below : t = ("a") Is the above statement true? Why? Why not ?
Q13. Are the following two assignments same ? Why / why not ? (b) T3 = (3, 4, 5) T4 = ((3, 4, 5)) (a) T1 =3,
4, 5 T2 = (3,4 ,5)
Q14. What would following statements print? Given that we have tuple = ('t', 'p', 'I') (a) print("tuple") (b)
print(tuple(“tuple")) (c) print (tuple)
Q15. How is an empty tuple created?.
Q16. How is a tuple containing just one element created?
Q17. What is a function? How is it useful?
Q18. A program having multiple function is considered better designed than a program without any
function. Why?
Q19. What is an argument? Give an example.
Q20. What is Python module? What is its significance?
Q21. What is Python library? Explain with example.
Q22. Write a program to calculate the following using modules:
(a) Energy = m * g * h (b) distance = ut + + 1/2at2 (c) Speed = distance / time
Q23. Write a module to input total number of days and find the total number of months and remaining
days after months, and display it in another program.
Q24. Write a program to calculate the volume and area of a sphere inside separate modules and import
them in one complete package.
Volume = 4/3πr3
Surface Area = 4πr2
Q25. How do you reuse the functions defined in a module in your program?
Q26. What is a module? What is the file extension of a Python module?
Q27. How do you reuse the functions defined in a module in your program?
Q28. In how many ways can you import objects from a module?
Q29. How are following import statements different?
(a) import math
(b) from math import *
Q30. How does Python resolve the scope of a name or identifier?
Q31. How are keywords different from identifiers?
Q32. Differentiate between mutable and immutable objects in Python language with example.
Q33. What are literals in Python? How many types of literals are allowed in Python?
Q34. How many ways are there in Python to represent an integer literal?
Q35. What are data types? What are Python's built-in core data types?
Q36. What do you understand by the term Iteration?
Q37. What is indexing in context to Python strings? Why is it also called two-way indexing?
Q38. What is a string slice? How is it useful?
Q39. Write a program that reads a string and checks whether it is a palindrome string or not.
Q40. How are lists different from strings when both are sequences?
Q41. How many types of strings are supported in Python?
Q42. Write a program to accept values from a user in a tuple. Add a tuple to it and display its elements
one by one. Also display its maximum and minimum value.
Q43. What is a module list? Give at least two reasons why we need modules.
Q44. How do you create your own package in Python?
Q45. What is the difference between import statement and from import statement?
Q46. Define 'module' and 'package'.
Q47. Write a method in Python to find and display the prime numbers between 2 to N. Pass argument to
the method.
Q48. Write a program with a user-defined function with string as a parameter which replaces all vowels
in the string with "*".
Q49. What is the utility of built-in function help()?
Q50. Name the Python Library modules which need to be imported to invoke the following functions:
(i) sin() (ii) randint ()
Section C
Q1. Design the synopsis documentation of project from the following topics.
School Management System
Library Management System
Airline Booking System
Payroll Management System
Hotel Management System
Hospital Management System
KANHA MAKHAN PUBLIC SCHOOL, VRINDAVAN
CLASS-12 SUBJECT-ECONOMICS
Worksheet (Money and banking)
1. The components of money supply are:
a) currency held by the public and demand deposit of the public in commercial banks
b) demand deposits of the public in commercial banks
c) Currency held by the public
d) other deposits with the RBI
2. Money can be used to transfer purchasing power from the present to the future. Which specific
function of money is this called?
a) double coincidence of wants b) store of value
c) unit of account d) medium of exchange
3. Narrow money refers to:
a) M3 b) M4 c) M1 d) M2
4. _______ are called legal tenders.
a) Currency notes and coins b) Time deposits
c) Inter - bank deposits d) Demand deposits
5. High Powered Money includes:
a) C + R + OD b) C + R + TD
c) C + DD + OD d) C + DD + TD
6. M1 and M 2 makes up:
a) Broken money supply b) Broad money supply
c) Narrow money supply d) High powered money
7. Full - bodied money is that money, whose money value and commodity value are:
a) Different b) are not Equal
c) Proportionately equal d) Equal
8. Money is an asset which can be stored for use in future. In the light of given statement, identify the
function of money. (Choose the correct alternative)
a) A measure of value b) A store of value
c) A medium of exchange d) A standard of deferred payment
9. Money that is issued by the authority of the government is called:
a) credit money b) fiduciary money
c) fiat money d) full - bodied money
10. If initial deposits are₹ 500 and LRR is 10%, what is the money multiplier?
a) 2 b) 20 c) 10 d) 1
11. Supply of money refers to quantity of money:
a) As on any point of time b) As on 31^st March
c) During a fiscal year d) During any specified period of time
12. Which function is the Secondary Function of Commercial Banks?
a) Agency Function b) All of these
c) Social Function d) General Utility Function
13. What will be the total amount of money created in the system if legal reserves ratio is 20% and
primary deposits are₹ 1,000?
a) ₹ 5,000 b) ₹ 3,000 c) ₹ 2,000 d) ₹ 1,000
14. What is the thing which is generally accepted by everyone as a medium of exchange?
a) Grains as money b) Money c) Money and Goods d) Goods
15. Suppose in an economy, the initial deposits of₹ 400 crores lead to the creation of total deposits
worth ₹ 4,000 crores. Under the given situation the value of reserve requirements would be _____.
a) 0.4 b) 0.1 c) 0.01 d) 1
16. After Demonetisation, people deposited the old currency into their bank accounts. It will decrease
the money supply in the economy. Defend or refute.
17. What are the characteristics or features of money?
18. Explain how money has solved the problem of double coincidence of wants.
19. How do commercial banks contribute to the supply of money in a country?
20. Explain Standard of deferred payments function of money.
21. Explain the credit creation role of Commercial Banks with the help of a numerical example.
22. Explain the ‘unit of account’ function of money. How has it solved the related problem created by
barter?
23. Distinguish between Demand Deposits and Fixed Deposits.
24. 1.State any two components of the M_1 measure of the money supply.
2.Elaborate any two instruments of Credit Control, as exercised by the Reserve Bank of India.
25. How central bank-controlled credit creation by the commercial banks?
26. Assertion (A): Net Demand Deposits (and not Gross Demand Deposits) of Commercial Banks are
included in the money supply.
Reason (R): Inter - bank deposits are the deposits held by banks on behalf of other banks and do
not belong to the public.
a) Both A and R are true and R is the correct explanation of A.
b) Both A and R are true but R is not the correct explanation of A.
c) A is true but R is false.
d) A is false but R is true.
27. Assertion (A): It is convenient to store value in terms of money.
Reason (R): The value of money does not remain relatively stable compared to other commodities.
a) Both A and R are true and R is the correct explanation of A.
b) Both A and R are true but R is not the correct explanation of A.
c) A is true but R is false.
d) A is false but R is true.
28. Write the correct pair.
Case Study-
Q.23 A pipe is connected to a tank or cistern. It is used to fill or empty the cistern. The amount of work
done by a pipe is a part of the tank filled or emptied in unit time.
Three pipes A, B and C are connected to a tank. A and B fill the tank in 6 hours and 8 hours
respectively when operated independently. Pipe C empty the full tank in 12 hours when opened
alone.
5 5 𝑥 1,35,000
b) [ ][ ]=[ ] d) none of these
6 6 𝑦 1,40,000
5 0
iii) If A =[ ], then what A3 ?
0 5
5 0 25 0 125 0 0 0
a) [ ] b) [ ] c) [ ] d) [ ]
0 5 0 25 0 125 0 0
iv) The amount invested by trust in first and second bond respectively are-
a) ₹10,000, ₹15,000 b) ₹15,000, ₹10,000
c) ₹5,000, ₹15,000 d) ₹10,000, ₹10,000
Q.25 Find x, if
1 0 2 𝑥
[x – 5 – 1] [0 2 1] [4] = 0
2 0 3 1
Q.26 The length x of a rectangle is decreasing at the rate of 3 cm/min and width y is increasing at the rate
of 2 cm/min when x = 10 cm and y = 6 cm, find the rate of change of
i) the perimeter ii) Area of rectangle
2 −1 5 2 2 5
Q.27 Let A = [ ], B = [ ] and C = = [ ]. Find a matrix D such that CD – AB = O
3 4 7 4 3 8
2
𝑑 𝑦 𝑑𝑦
Q.28 If y = log (x+√𝑥 2 + 1), prove that (x2+1) 𝑑𝑥 2 + x 𝑑𝑥 = 0
Q.29 A Manufacturer has 600 litres of 12% solution of acid. How many litres of 30% acid solution must
be added to it so that acid content in the resulting mixture will be more than 15% but less than 18%
acid?
Q.30 Using matrix method, solve the following system of equation:
3x + 2y – 2z = 3
x + 2y + 3z = 6
2x – y + z = 2
KANHA MAKHAN PUBLIC SCHOOL, VRINDAVAN
Class-12 Subject-Accountancy (May-Worksheet)
Q.1 Sterlingenterprises is a partnership business with Ryan, Williams and Sania as partners engaged in
production and sales of electrical items and equipment. Their capital contributions were
Rs.50,00,000, Rs.50,00,000 and Rs.80,00,000 respectively with the profit the sharing ratio of 5:5:8.
As they are now looking forward to expanding their business, it was decided that they would bring
in sufficient cash to double their respective capitals. This was duly followed by Ryan and Williams
but due to unavoidable reasons Sania could not do so and ultimately it was agreed that to bridge
the shortfall in the required capital a new partner should be admitted who would bring in the
amount that Sania could not bring and that the new partner would get share of profits equal to half
of Sania’s share which would be sacrificed by Sania only. Consequent to this agreement Ejaz was
admitted and he brought in the required capital and Rs.30,00,000 as premium for goodwill. Based
on the above information you are required to answer the following questions.
1. What will be the new profit-sharing ratio of Ryan, Williams, Sania and Ejaz?
(a) 1:1:1:1 (b) 5:5:8:8 (c) 5:5:4:4 (d) None of the above
2. What is the amount of capital brought in by the new partner Ejaz?
(a) Rs.50,00,000 (b) Rs.80,00,000 (c) Rs.40,00,000 (d) Rs.30,00,000
3. What is the value of the goodwill of the firm?
(a)Rs.1,35,00,000 (b) Rs.30,00,000
(c) Rs.1,50,00,000 (d) Cannot be determined from the given data.
4. What will be correct journal entry for distribution of Premium for Goodwill brought in by Ejaz?
(i) Ejaz Capital A/c ……………...Dr. 30,00,000 To Sania’s Capital A/c 30,00,00
(ii) Premium for Goodwill A/c……Dr. 30,00,000 To Sania’s Capital A/c 30,00,000 (Being………………..)
(iii) Premium for Goodwill A/c……Dr 30,00,000 To Reyan’s Capital A/c 8,33,333 To William’s Capital
A/c 8,33,333 To Ejaz’s Capital A/c 13,33,333 (Being…………………………..)
(iv) Premium for Goodwill A/c……Dr 30,00,000 To Reyan’s Capital A/c 10,00,000 To William’s Capital
A/c 10,00,000 To Ejaz’s Capital A/c 10,00,000 (Being…………………………..)
5. If goodwill already appeared in ……………… then it should be written off in old partner old ratio.
(A) Trading Account (B) Balance Sheet (C) Trial Balance (D)Profit and loss a/c
Q.2 Parmav and Rahim are partner in profits and losses in the ratio of 3:2. Karan is admitted as a partner
with 1/4th share in profits. Karan was unable to bring his share of goodwill premium in cash. The
Journal entry recorded for goodwill premium is given below.
Particulars
Kanan's Current A/c Dr. 30,000
To Parmav's Capital Alc 20,000
To Rahim's Capital A/c 10,000
(Adjustment of goodwill made)
New profit-sharing ratio of Parnav, Rahim and Karan will be
(a)2:1:1 (b) 3:3:2 (c) 4:5:3 (d) 26:19:15.
Q.3 Amit and Vidya are partners in a firm. They admit Sanjana as a partner with 1/4th share in the
profits of the firm. Sanjana brings 2,00,000 as her share of capital. The value of the total assets of
the firm is 5,40,000 and outside liabilities are valued at ₹ 1,00,000 on that date. Sanjana's share of
goodwill is
(a) 60,000 (b) 50,000 (c) 30,000 (d) 40,000
Q.4 X and Y are partners sharing profits and losses in the ratio of 3:2. X's Capital is 3,00,000 and Y's
Capital 1,50,000. They admitted Z and agreed to give 1/5th share of profit to him. How much Z
should bring towards his capital?
(a) 90,000 (b) 1,20,000 (c) 1,45,000 (d) 1,12,500
Q.5 Which of the following statement is wrong in the context of admission of a partner?
(a) Increase in the valuation of asset will increase capital.
(b) Increase in the valuation of asset will decrease capital.
(c) Increase in the valuation of liability will decrease capital.
(d) Decrease in the valuation of liability will increase capital.
Q.6 Anubhav and Babita are partners in a firm sharing profits and losses in the ratio of 3:2. On April 1,
2015 they admit Deepak as a new partner for 3/13 share in the profits. Deepak contributed the
following assets towards his capital and for his share of goodwill.
Land Rs. 90,000, Machinery Rs. 70,000 stock Rs. 60,000 and debtors Rs. 40,000. On the date of
admission of Deepak, the goodwill of the firm was valued at Rs. 5,20,000, which is not appear in the
books. Record necessaries journal entries in the books of the firm. Show your calculation clearly.
Journal
Q.7 Sheetal and Raman share profits equally. They admit Chiku into partnership. Chiku pays only Rs.
1,000 for premium out of his share of premium of Rs. 1,800 for ¼ share of profit. Goodwill Account
appears in the books at Rs. 6,000. All partners have decided that goodwill should not appear in the
books of the new fir, Journalise.
Journal
Q.8 A, B and C are partners sharing profits and losses in the ratio of 5:3:2. On 31st, March 2015 their
Balance sheet was as follows :
Liabilities (Rs.) Assets (Rs.)
Capital 18,000
Cash
A 36,000 14,000
Bill Receivable
B 44,000 44,000
1,32,000 Stock
C 52,000 42,000
64,000 Debtors
Creditors 94,000
32,000 Machinery
Bills Payable 20,000
14,000 Goodwill
General Reserve
2,32,000 2,32,000
1. They decided to admit D into the partnership on the following terms :
(i) Machinery is to be depreciated by 15%.
(ii) Stock is to be revalued at Rs. 48,000.
(iii) Outstanding rent is Rs. 1,900.
(iv) D is to bring Rs. 6,000 as goodwill and sufficient capital for a 2/5th share in the capitals of firm.
Prepare Revaluation A/c, Partner’s Capital A/cs of the new firm.
Q.9 Sahaj & Nimish are partners in a firm. They share profits & losses in ratio of 2:1 . Since both of them
are specially abled sometimes they find it difficult to run a business so admitted Gauri a common
friend decided to help them ‘Therefore, they admitted her into partnership for 1/3 share. She
brought her share of goodwill in cash & proportionate capital. At the time her admission Balance
Sheet of Sahaj & Nimish was as under.
Liabilities (Rs.) Assets (Rs.)
Capital A/c 1,20,000
Sahay 1,20,0000 Machinery 80,000
Nimish 80,000 2,00,000 Furniture 50,000
General Reserve 30,000 Stock 30,000
Creditors 30,000 Sundry Debtors 20,000
Employees Provident Fund 40,000 Cash
3,00,000 3,00,000
It was decided to :
(a) Reduce the value of stock by Rs. 5,000
(b) Depreciate furniture by 10% and appreciate machinery by 5%.
(c) Rs. 3,000 of the debtors proved bad. A provision of 5% was to be created on Sundry Debtors for
doubtful debts.
(d) Goodwill of the firm was valued at Rs. 45,000
Prepare Revaluation Account, Partner’s Capital Accounts and Balance Sheet of reconstituted firm.
Q.10 Radhika, Bani and Chitra were partners in a firm sharing profits and losses in the ratio of 2 : 3 : 1.
With effect from 1st April, 2018 they decided to share future profits and losses in the ratio of 3 : 2 :
1. On that date their Balance Sheet showed a debit balance of ` 24,000 in Profit and Loss Account
and a balance of ` 1,44,000 in General Reserve. It was also agreed that : (a) The goodwill of the firm
be valued at ` 1,80,000. (b) The Land (having book value of ` 3,00,000) will be valued at ` 4,80,000.
Pass the necessary journal entries for the above changes.
Q.11 At the time of admission of a new partner, the assets and liabilities were revalued. The following
revaluations were made:
a. A Provision for Doubtful Debts @10% was made on Sundry Debtors (Sundry Debtors Rs.50,000).
b. Creditors were written back by Rs.5,000.
c. Building was appreciated by 20% (Book value of Building Rs.2,00,000).
d. Unrecorded Investments were worth Rs.15,000.
e. A Reserve of Rs.2,000 were made for an Outstanding Bill for repairs.
f. Unrecorded Liability towards suppliers was Rs.3,000.
g. Value of Stock and Machinery to be reduced by 10% (Book Value of: Stock Rs. 1,00,000;
Machinery Rs.2,00,000).
Pass necessary Journal entries.
Q.12 Leena and Rohit are partners in a firm sharing profits in the ratio of 3 : 2. On 31st March, 2018, their
Balance Sheet was as follows:
₹ Assets ₹
Sundry Creditors 80,000 Cash 42,000 42,000
Bills Payable Debtors 1,32,000
38,000 1,30,000
Less:
General Reserve 2,000 1,30,000
50,000 Provision 1,46,000
Capitals: for
1,60,000 1,50,000
Doubtful
Leena
1,40,000 Debts
Rohit
Stock 1,46,000
Plant and
1,50,000
Machinery
4. ‘Accent Electronics Ltd.’ was operating its business in Malaysia. The company started exporting its
products to India when the Prime Minister announced relaxation in import duties on electronic
items. The company appointed retailers in India who had direct on-line links to the suppliers to
replenish stocks when needed.
Identify and explain the dimensions of the business environment discussed in the above case.
5. In an attempt to cope with Reliance Jio’s onslaught in 2018, market leader Bharti Airtel has
refreshed its ₹ 149 prepaid plan to offer 2 GB of 3G/4G data per day, twice the amount it offered
earlier. Name the type of plan highlighted in the given example. State its three dimensions also.
6. Enumerate the benefits of understanding the business environment.