Download as pdf or txt
Download as pdf or txt
You are on page 1of 13

Accountancy

Solve question of exercise of Ch – 1

Business Studies
Make an assignment
Roll No. Topics
01 – 05 Scienti ic management by F.W. TAYLOR
06 – 10 Principals of FAYOL
11 – 15 Consumer protection
16 – 20 Financial management
21 – 25 Stock exchange
26 – 30 Elements of business environment
31 – 35 Planning function of management
36 – 40 Staf ing function of management
41 – 42 Organizing function of management

Do and learn NCERT Question of Ch – 1 and 2


Complete notes of Ch – 1 and 2
Holiday Homework
Class 12 Subject - Physics
1. Make PowerPoint presenta on from any one topic done in the class.
2. Prepare Assignment of 20 Ques ons of chapter-1&2 with their solu ons.
3. Solve 1 or 2 ques on on series and parallel capacitor daily in your homework copy
also take the me taken to solve it.
Class 12 Subject - Chemistry
4. Update your note book with all concepts and ques ons of Chapter SOLUTION
and ELECTROCHEMISTRY.
5. Write all ques ons and their answers of concerned chapters in seperate copy.
6. PROJECT WORK : Study of prepara on of soyabean milk and comparison with
respect to curd forma on in hand wri en form.
HOLIDAY HOME WORK
CLASS: XII SUBJECT: ECONOMICS

1. Solve 10 numerical questions of National Income each from Income Method, Expenditure
Method & Value-Added Method.
2. Observe the weekly change in SENSEX & NIFTY. Present the weekly change with the help
of Histogram.
3. Prepare Project on the topics given below. Topic of the Project is allotted to students according
to their Roll Nos. Student must prepare project as per allotment. Project will be used for the
board examination. Care should be taken while preparing the project.
Roll No. (XII B:
Topic of the Project
Commerce)
01 – 05 Micro and Small-Scale Industries: Its role/importance in Indian
Economy.
06 – 10 Reserve Bank of India: Structure & Function.
11 – 15 Organic Farming: Need of the time.
16 – 20 Sustainable Development: The only Way.
21 – 25 Startup India: A ray of hope.
26 – 30 New Economic Policy (NEP 1991): Elements, Advantages &
Disadvantages.
31 – 35 Demonetisation – 2016: Process, Advantages & Disadvantages.
36 – 40 Government Budget: Introduction, Budgetary Deficits
Students of Organic Farming: Need of the time.
Humanities
Guidelines for Preparing Project:
 Project should be hand written on A4 interleaf page.
 Cover Page Can be Printed.
 Project should be of 25-30 pages (including cover page, index & certificate)
 All the facts must be supported by charts and diagrams.
 Sequencing of the project report will be as follows:
Cover Page – Index – Certificate – Acknowledgement – Introduction of the project – Body
of the project (facts & contents) – Conclusion – Bibliography

PROJECT WILL BE USED FOR BOARD EXAMINATION. BE CAREFUL AND


SERIOUS WHILE PREPARING THE PROJECT.

Sample Cover Page:


NAME OF THE PROJECT

NAME OF STUDENT :
CLASS : XII
SCHOOL ROLL NO. :
C.B.S.E. REGISTRATION NO. :
BOARD ROLL NO. :

SIGNATURE OF STUDENT SIGNATURE OF TEACHER


SESSION 2024-25
CLASS – XII SUBJECT IP

HOLIDAY HOMEWORK

PYTHON PANDAS( WRITE ALL PROGRAMS IN PRACTICAL COPY)

1. Write a python pandas program to create a Series :


a. Empty series
b. Using sequence data types
c. Using NumPy array
d. Using dictionary
2. Write Python code to create a Series object temp that stores temperature of seven days in
it. Take any random seven temperature. The index of series object is name of seven days i.e;
Sunday , Monday, Tuesday, Wednesday, Thursday, Friday, Saturday
3. A series object Temp1,Temp2,Temp3 and Temp4 store the temperature of days of
week1,week2,week3,week4 respectively:-
a. Print the average temperature per week.
b. Print average Temperature for entire month.
4. Kavyanjali , a chemical analyst needs to arrange data for few elements in the form of two
Series containing Symbols and their atomic number respectively . Thereafter, the data of
these two series has to be arrange and display in the form of Data Frame as shown below:-

ATOMIC
SYMBOL
NUMBER

Hydrogen H 1

Helium He 2
Lithium Li 3
Berylium Be 4

5. Write a python pandas program that display the attribute of series in the following format:

*****************************************************************************

Attributes name Series Object 1 Series Object2

Index

Ndim

Dtypes

Size
Values

Hasnans

Empty

6. Write a program to create the following series and to change the value at its 2nd row
and 3rd row to 5000 in the given series S.

7. Create a following DataFrame Sales containing year wise sales for five salespersons in INR
.Use the years as column labels, and salesperson names names as rowlabel.

2014 2015 2016 2017


ABHISHEK 100 12000 20000 50000
RAHUL 150 18000 50000 60000
ANIKET 200 22000 70000 70000
AMAN 3000 300000 100000 80000
ARYAN 4000 45000 125000 90000

8. From above DataFrame named sales answers the following:


a. Display the row labels of DataFrame sales
b. Display index label of dataFrame sales
c. Display datatypes, dimension, shape, Size, and values of sales.
d. Display last two row of dataframe sales
e. Change the DataFrame Sales such that it becomes transpose.
f. Add one more columns 2018 with values [160000,110000,500000,340000,900000]
g. Display the sales made by each salesperson in the year 2017
h. Display the sales made by aman and Aryan in the years 2017 and 2018.
i. Display the sales made by RAHUL in 2016.
j. Add Data to Sales for salesman Sumeet where sales made are
[196.2,37800,52000,78438,388521] in the year[2014,2015,2016,2017,2018]
respectively.
9. 10 PROGRAM RELATED TO SERIES (CREATION, ATRIBUTES,HEAD AND TAIL METHOD)
10. 2 Program related to DataFrame. Program related to Loc ,iloc, at, adding column, adding
row, modifying row and column, accessing single cell of the DataFrame.

You might also like