Class Xii - 8
Class Xii - 8
Class Xii - 8
(b) for the post of mathematics teacher in St. Stephens public school Noida.
(c ) write a reply sending your acceptance for attending the annual function as Chief Guest.
CLASS – 12th
1. Do text book reading of unit1 (solutions) and unit2 (electro chemistry), Practice all
In-text exercises (solved and unsolved questions) and back exercise questions.
2. Revise Nomenclature of organic functional groups
3. Revise hydrocarbons and learn all name reactions of class11
4. Investigated project: Prepare typed report of anyProject
: suggestive are-
1. Study of presence of oxalate ions in guava fruit at different stages of repining.
2. Study of casein quantity present in different sample of milk.
3. Preparation of soyabean milk and it’s comparison with
natural milk.
4 . Potassium bisulphate as a food preservative.
5. Study of digestion of starch by salivary amylase.
6. Comparative study of rate of fermentation of various food materials.
7. To extract the essential oils, present in the naturally occurring materials
8. Study of adulterants in food -stuff
Thank you
Regards,
Jagrati Sharma (PGT chemistry)
Barkha Tekwani (PGT chemistry)
HOLIDAY HOMEWORK
CLASS- 12 (A,B,C)
SUBJECT- INFORMATICS PRACTICES
1. PDF OF SERIES & DATAFRAME QUESTIONS OF STUDY MATERIAL ON WHATSAPP GROUP TO SOLVE SERIES BASED
QUESTIONS
A 100
B 200
C 300
D 400
E 500
Write the command to create above Series and then double the value in series and store in
another series named Series2
QTR1 50000
QTR2 65890
QTR3 56780
QTR4 89000
QTR5 77900
Write a program in Python Pandas to create anddisplay the series.
Q.6- What will be the output produced by the following programming statements 1
& 2?import pandas as pd S1=pd.Series(data=[31,41,51]) print(S1>40) --
>Statement1 print(S1[S1>40]) -->Statement2
Q.16- Write a program to create a Series having 10 random numbers in the range of 10
and20
Q.17- Consider the following Series ‘s’-
0 4.0
1 5.0
2 7.0
3 NaN
4 1.0
5 10.0
dtype: float64
(i) Write a Python code to add 1 to all theelements.
(ii) Write a code to replace all NaN with 0.
Q.19- Create a Series object S1 using a python sequence [2,4,6,8] and default
indices.
Q.20- Write the output of the following code fragment. import pandas as pd
s2=pd.Series(["i","am", "a","student"])
print(s2)
Q.21- Write the output of the following code fragment. import pandas as pd
s1=pd.Series(200,index=range(2,13,2))
print(s1)
Q.22- Write the output of the following code fragment. import pandas as pd
s1=pd.Series(range(2,11,2), index=[x for x in "abcde"])
print(s1)
Q.23- Write the output of the following code fragment. import pandas as pd
import numpy as np x=np.arange(10,15)
s3=pd.Series(index=x, data=x*2) s4=pd.Series(x**2,x)
print(s3) print(s4)
Q.24- Sequences section and contribution store the section name ( 'A','B','C','D','E')
and contribution (8900,8700,7800,6500,nil) for charity. Your school has
decided to donate more contribution by each section, so donation has been
doubled.
Write code to create series object that stores the contribution amount as the
values and section name as indexes with data type as float32.
Q.25- Write the output of the following code fragment. import pandas as pd
import numpy as np val1=np.arange(5.25,50,10.25)
ser1=pd.Series(val1,index=['a','b','a','a','b']) print(ser1)
print(ser1['a'])
print(ser1['b'])
Q.26- Consider a series object s10 that stores the number of students in each section of class 12 as
shown below. First two sections have been giventask for selling tickets @ Rs.100/- per ticket as a
part of social experiment. Write code to create the series and display how much section A and B
have collected.
A 39
B 31
C 32
D 34
E 35
Q.29- Consider the Series object s12 that stores the contribution of each section, as shown below:A
6700
B 8000
C 5400
D 3400
Write code to modify the amount of section 'A' as 8800 and for section 'C' and 'D' as 7700. Print
the changed object.
Q.30 A Series object trainingdata consists of 2000 rows of data. Write a program to print (i) First
100 rows of data (ii) Last 5 rows of data
Q.32- Consider the Series object s12 that stores the contribution of each section, as shown
below:A 6700
B 8000
C 5400
D 3400
Write code to create the series and display thosesections that made the contribution more
than
Rs. 5600/-
Q.33- Number of students in class 11 and 12 in three streams( 'Science', 'Commerce' and
'Humanities')are stored in two series objects c11 and c12. write code to find total number of
students in class 11 and 12 , stream wise.
SHIKHA CHOURASIA
PGT CS