ࡱ> npm[ _bjbj 4fΐΐ& @@8TG|}< ;;;;;;;$>=AL;E;7<;;70@;`"59$;M<0}<$9AAH@;A@;x;;}<A@- m: @Stay home! Stay Safe! Class XII HOLIDAYS HOMEWORK ENGLISH Q1. Prepare a colorful powerpoint presentation on the life and works of your favourite author (Indian/Foreign). It should include Cover page with the collage of authors works His/her birth, education and relevant details His/her influences which inspired their writings Details of published work Awards received, if any Your favourite work of the author and why? Bibliography You can also add youtube videos of the selected author in the ppt to make it more interesting. Q2. For your ASL test, write a monologue imagining your favourite character from any novel or story. (eg Hamlet from Shakespeare). Make a 1 minute video recording of your monologue (in school dress). Please email both of the assignments to HYPERLINK "mailto:thisissakshi@gmail.com"thisissakshi@gmail.com Mention your name and class in the subject line. Do the following questions in your English notebook Q3. Write a classified advertisement for Sale of a motorbike. Purchase of a second hand car Company opening posts for 5 insurance advisors Art teacher seeking part time job Q4. The Covid 19 pandemic is a reason for increasing mental health issues among youngsters. Write a letter to the Editor of an established newspaper expressing your views on how the people can manage their stress. You are Anjana/Akshay. Q5. India is facing a crisis it has never known. However, it seems that one section of the society has been completely neglected i.e. migrant workers. Write an article concerning the hardships faced by them and the government apathy towards their problems. Q6. Schools have undergone a lot of changes due to the covid-19 pandemic. Write a speech on the topic Schools Post Covid- 19 expressing your views on how the teaching style, schooling system, and exam process will change in the coming months. XII Syllabus for the Unit Test Section A -Reading Skills (8 Marks) Comprehension passage Section B Writing Skills (10 Marks) - Classified advertisement (situation vacant/wanted, Sale and purchase) - Letter to the Editor and Letter for placing order Section C  Literature (12 Marks) - The Last Lesson, Third Level and My Mother at Sixty-six HINDI * > / * A 8 M $  - 0 K 9 :-  > 5 M /   ! - g -9 0 ? 5  6 0 > / ,  M  ( h - 2 K  ' ( M 5 > i - A  5 0 ( > 0 > / #  & M /   ! - g g --  M $ ? ( g h -, >  < > 0 & 0 M 6 ( g i - > 2 G . G  > * > ( @ & G * A 8 M $  -5 ? $ > ( -* > - 8 ? 2 M 5 0 5 H ! ?   0  ( > $ M .  2 G  ( -  ( A  M  G & ,* $ M 0 ,+ @  0  5   2 G  2 G  (  5  > 6  > 2 @ (  C 9  > 0 M / :- g -  ? 8 @   5 ? 7 / * 0 A4 size sheet  % 5 > * 2 , M ' * C 7 M K  * 0 / % > 8  - 5  ? $ M 0 K   @ 8 9 > / $ > 8 G * 0 ? / K  ( >  > 0 M /  0 G  :- (  )- 9 ?  & @ 8 > 9 ? $ M /  5  8 M 5 $  $ M 0 $ >   & K 2 ( ( )- 8 > 9 ? $ M /  5  8 . >  ( )-  ? 8 @   9 ?  & @ 8 > 9 ? $ M /  > 0  > 9 ?  & @ 8 > 9 ? $ M /  K / K  & > ( h - ( ? . M ( 2 ?  ? $  > 0 M / K   K  > 0 M / * A 8 M $ ?  > . G   0 G  :- ( )- 5 ?  > 0 2 G  ( - (1)- K 0 K ( >  > 2 . G  .  < & B 0 K   @ 8 M % ? $ ? (2)- 8 K 6 2 . @ ! ? / > : 5 0 & > ( / > 6 M 0 > * ( )- + @  0 2 G  ( - (1)-  ( 2 >  ( 6 ?  M 7 > :2 > -  5  9 > ( ? (2)-  -  0 > - h g 5 @  8 & @  >   0 > i - ( 8   > 0 . > ' M / . K  * 0  ' > 0 ? $ 8   M 7 ? * M $ * M 0 6 M ( K $ M $ 0 K   K / > &  0 G  d j - * M 0 % .   >  * 0 @  M 7 >  G * > M /  M 0 .  K * 0 @  M 7 > 9 G $ A / > &  0 G  d Class XII Informatics Practices (065) SYLLABUS (2020-2021) Unit No.Unit NameData HandlingBasic Software EngineeringData Management - 2Society, Law and Ethics - 2 Unit Test -1: Syllabus: Unit 1: Data Handling (DH-2) Python Pandas Advanced operations on Data Frames: pivoting, sorting, and aggregation Descriptive statistics: min, max, mode, mean, count, sum, median, quartile, var Create a histogram, and quantiles. Function application: pipe, apply, aggregation (group by), transform, and apply map. Reindexing, and altering labels. Numpy 1D array, 2D array Arrays: slices, joins, and subsets Arithmetic operations on 2D arrays Covariance, correlation and linear regression Plotting with Pyplot Plot bar graphs, histograms, frequency polygons, box plots, and scatter plots. Holidays Home Work Complete all questions: Write a Python program to create and display a one-dimensional array-like object containing an array of data using Pandas module. Write a Python program to convert a Panda module Series to Python list and it's type. Write a Python program to add, subtract, multiple and divide two Pandas Series Sample Series: [2, 4, 6, 8, 10], [1, 3, 5, 7, 9] Write a Python program to get the largest integer smaller or equal to the division of the inputs. Write a Pandas program to get the powers of an array values element-wise. Note: First array elements raised to powers from second array.Sample data: {'X':[78,85,96,80,86], 'Y':[84,94,89,83,86],'Z':[86,97,96,72,83]} Write a Pandas program to create and display a DataFrame from a specified dictionary data which has the index labels. Write a Pandas program to display a summary of the basic information about a specified DataFrame and its data. Write a Pandas program to get the first 3 rows of a given DataFrame. Write a Pandas program to select the 'name' and 'score' columns from the following DataFrame. Write a Pandas program to select the specified columns and rows from a given data frame. Write a Pandas program to select the rows where the number of attempts in the examination is greater than 2. Write a Pandas program to append a new row 'k' to data frame with given values for each column. Now delete the new row and return the original DataFrame. Write a Pandas program to calculate the mean score for each different student in DataFrame. Write a Pandas program to sort the DataFrame first by 'name' in descending order, then by 'score' in ascending order. Write a Pandas program to replace the 'qualify' column contains the values 'yes' and 'no' with True and False. Write a Pandas program to change the name 'James' to 'Suresh' in name column of the DataFrame. Write a Pandas program to get list from DataFrame column headers. Create a Dataframe of ten rows, four columns with random values. Write a Pandas program to highlight the negative numbers red and positive numbers black. Create a Dataframe of ten rows, four columns with random values. Convert some values to nan values. Write a Pandas program which will highlight the nan values. Create a Dataframe of ten rows, four columns with random values. Write a Pandas program to highlight the maximum value in each column. Create a Dataframe of ten rows, four columns with random values. Write a Pandas program to set Dataframe background Color black and font color yellow. Note:- Complete project work ACCOUNTANCY (055) Make Project file a)Comprehensive Project (i)Case study (ii) Journal (iii) Ledger (iv)Trial Balance (v)Trading and Profit and loss account (vi ) Balance sheet (vii) Ratios with theory (viii) Diagram and comments (ix) comparative and common size finanacial statement b) Theory on Cash Flow Statement Complete Back Exercise questions of chapters done . DO Assignments given. Revise syllabus for U.T. 1 to be held in July SYLLABUS FOR U.T.1 VOLUME 1 CHAPTER 1- Not-for-profit Organisations CHAPTER 2- Fundamentals VOLUME 3 CHAPTER 1-Financial statements of a company CHAPTER 2-Financial Statement Analysis CHAPTER 3-Comparative statements and common size statements CHAPTER 4- Ratio Analysis ECONOMICS (030) 1. Indian economy was entrapped in the net of poverty, stagnation and backwardness. Comment and justify in minimum 200 words. 2. British policies were discriminatory and proved a great deterioration for Indian economy. Comment and justify in minimum 200 words. 3. Make a power point presentation with a report on COVID-19. 4. You are required to complete all the assignments that already have been shared with you (in your economics notebook itself). 5. Revise and practice the work done till now. Syllabus for UT-1: BOOK-1 INTRODUCTORY MACROECONOMICS Unit-1 National income and its related aggregate Chapter-1 Introduction Chapter-2 Some basic concept of macroeconomics Chapter-3 National income and its related aggregate Chapter-4 Methods of calculating national income BOOK-2 INDIAN ECONOMIC DEVELOPMENT Chapter-1 Indian economy on the eve of independence Chapter-2 Five year plan in India BUSINESS STUDIES Q.1 Revise and learn the syllabus covered in the class. Q.2 Complete the project on marketing management. The project report should include the following: 1. Type of product identified and reasons for its selection. 2. Competitive brands in the market. 3. Permission and licenses required. 4. Competitors unique selling proposition (U.S.P.). 5. Range of the product. 6. Name of your product, U.S.P. and features. 7. Label, logo, tagline of your product. 8. Selling price of competitors (to wholesaler, retailer and consumer). 9. Packaging, distribution, transportation and warehousing of your product. 10. Selling price of your product (to wholesaler, retailer and consumer) 11. Promotional techniques and schemes used. 29:=Qh  4 5 K L  f h ʶphdhQh=pp&h=Hh]5>*CJOJQJ^JaJ$hNYh]0JCJOJQJ^JaJhxjhxU#hsh]5CJOJQJ^JaJh]CJOJQJ^JaJ#h=Hh]5CJOJQJ^JaJ&hSjh)5>*CJOJQJ^JaJ&hSjh=H5>*CJOJQJ^JaJ#h;:h;:5CJOJQJ^JaJ h;:h;:CJOJQJ^JaJ# *h;:h;:CJOJQJ^JaJ 2: L f ~    D f T VL & Fgd] & Fgd]gd]$a$gd=H$a$gd;:h T V VZKLmVXbdxziU4AhOh=kB*CJOJPJQJ_H9aJfHph"(q &h=khE1e5CJOJQJ\^JaJ h=k5CJOJQJ\^JaJ h;:hE1eCJOJQJ^JaJ hE1eh]CJOJQJ^JaJ#hE1eh]5CJOJQJ^JaJ hG{Uh]CJOJQJ^JaJh]5CJOJQJ^JaJ#hsh]5CJOJQJ^JaJ#hG{Uh]5CJOJQJ^JaJh]CJOJQJ^JaJLm2VXd@j0d-DM gd=k dgd=kgdsgd]$a$gd]xz"$&>@RVZ\h߼ߩx^x^Gx^Gx^Gx^x^Gx^-hOh=kB*CJOJPJQJ^JaJph"(3hOh=kB*CJOJPJQJZ_H9aJph"(/hOh=kB*CJOJPJQJZaJph"(0hOh=kB*CJOJPJQJ_H9aJph"($hOh=kCJOJPJQJ^JaJDhOh=kB*CJOJPJQJZ_H9aJfHph"(q @hOh=kB*CJOJPJQJZaJfHph"(q  .0JN^`hjz.$DJLR$:BFNPVjl|ϷϷϷϷϷϷϷϷϷϷϷϷ3hOh=kB*CJOJPJQJZ_H9aJph"(/hOh=kB*CJOJPJQJZaJph"(0hOh=kB*CJOJPJQJ_H9aJph"(-hOh=kB*CJOJPJQJ^JaJph"(>FHn.vR.@Xj~$d$Ifa$gdl d$Ifgdl $a$gd=k $a$gd=kgd=kd-DM gd=k*,@Z\tPRTXXϵϵϞϵϵϵϞϵϵ瞓n hah=kCJOJQJ^JaJ&hah=k5CJOJQJ\^JaJh;:h=kCJaJ-hOh=kB*CJOJPJQJ^JaJph"(3hOh=kB*CJOJPJQJZ_H9aJph"(/hOh=kB*CJOJPJQJZaJph"(0hOh=kB*CJOJPJQJ_H9aJph"($X~ !0: tu#$89᪕pppppppppp&h;:h=k5CJOJQJ\^JaJ h;:h=kCJOJQJ^JaJ)h;:h=kB*CJOJQJ^JaJph&hah=k5CJOJQJ\^JaJhh=kOJQJ^J+hh=kCJOJQJ\^JaJmH @sH @ hh=k.hh=k5CJOJQJ\^JaJmH @sH @(~eR$Ifgd)l  & Fd$Ifgdl kd$$IfTl0, t0644 laytTeR$Ifgd)l  & Fd$Ifgdl kd$$IfTl0, t0644 laytTeR$Ifgd)l  & Fd$Ifgdl kd*$$IfTl0, t0644 laytT eR$Ifgd)l  & Fd$Ifgdl kd$$IfTl0, t0644 laytT !"0:We viibUHH  & F dgd=k  & Fdgd=kgd=k $da$gd=k dgd=kkdT$$IfTl0, t0644 laytT u$97pG, $ & F da$gd=kgd=k $a$gd=k ^gd=k  & F dgd=k  & F dgd=k  & Fdgd=k  & F dgd=k67 opFG+ , p q '!(!!!."/"""##r#s###$$$$$$N%O%Y%%%%,&6&l&m&±›‡&h]Kh=k5CJOJQJ\^JaJ+h=kCJOJQJ^JaJfHq hah=kCJOJQJ^JaJ1hah=kCJOJQJ^JaJfHq hSj5CJOJQJ\^JaJ&hah=k5CJOJQJ\^JaJ5, q (!!/""#s##$$O%%m&n&v&&&&&&gd=k & Fgd=kgd=kgds $^a$gd=k $a$gd=k $a$gd=k$ & F da$gd=km&n&&&&&&&&&''>(K(Q(R(y(((a)Ķooc[I:I:h\eh=kCJaJmH @sH @"h\eh=k5CJ\aJmH @sH @h=kmH @sH @h;:CJaJmH @sH @"h;:h=k5CJ\aJmH @sH @h;:h=kCJaJmH @sH @%h h;:5>*CJ\aJmH @sH @%h h=k5>*CJ\aJmH @sH @h=kCJOJQJ^JaJ&h]Kh=k5CJOJQJ\^JaJ h=k5CJOJQJ\^JaJ+h=kCJOJQJ^JaJfHq &&&&'-'A'Z'w''' (#(Q(R(e(n((((( )G)a)b)c)d)e)gdsgd=k & Fgd=kgd=ka)c)d)e)o)u)v)m+++,,,,, -D-/\w\x\?]P]Q]˵˩ujhjYjKjh h=k5CJ\aJh h=kB*CJaJphUh h=kCJaJ h h=kCJOJQJ^JaJ)h h=k5>*CJOJQJ\^JaJh=kh'h=k5CJh\eh=k>*CJaJh\eh=kCJaJh 5>*CJaJh\eh=k5>*CJaJhE1eCJOJQJ^JaJh=kCJOJQJ^JaJhh=kmH @sH @e)v))**>+m+++++,N,,,,,,, -D---- $`a$gd=k$0^`0a$gd=kgd=k$a$gd=k$a$gd=k- .3.i....&/s////#\$\T\U\w\x\\=]>]$a$gd=k $^a$gd=k$0^`0a$gd=k $`a$gd=k $^a$gd=k $`a$gd=k12. Social message for your label. 13. Cost effective techniques for your product. 14. Grading and standardization. Q.3 Complete the project on Principles of Management (The students are required to take a departmental store, an industrial unit or a fast food outlet to observe the application of principles). SYLLABUS FOR UT: Ch. 01 Nature and significance of management Ch. 02 Principles of management Ch. 03 Business environment Ch. 04 Planning HOME-SCIENCE Prepare an age appropriate toy. (For the age group 3 to 7 years) by using locally available material. (Jig saw/ piece of puzzle/ puppets/ with a story/ books). Design a label for processed food product. (Mention MRP, date of manufacture, list of ingredients, best before, instructions for usage etc.) Learn and revise the chapters given below for UNIT- TEST. 1. Work, livelihood and career 2. Clinical Nutrition and Dietetics 3. Public Nutrition and Health     >]?]P]Q]]]]]]]]^^_J_i_______gdsgdQ7 & FgdQ7gd=k $ a$gd [$\$gd=k$a$gd=k$p^p`a$gd=kQ]]]]]]]]+^J^____________Ǹ|kc_c_c_c_kh)jh)U hshE1eCJOJQJ^JaJhE1eCJOJQJ^JaJhQa CJOJQJ^JaJ hQ7hQ7CJOJQJ^JaJh h=k5>*CJ\aJh h 5>*CJ\aJh=kOJQJ^Jh CJOJQJ^JaJ h h=kCJOJQJ^JaJh h=kB*CJaJph_______________ dgd;:gds21h:px/ =!"#$% $$If!vh5;5] #v;#v] :V l t06,5ytT$$If!vh5;5] #v;#v] :V l t06,5ytT$$If!vh5;5] #v;#v] :V l t06,5ytT$$If!vh5;5] #v;#v] :V l t06,5ytT$$If!vh5;5] #v;#v] :V l t06,5ytTn 666666666vvvvvvvvv666666>6666666666666666666666666666666666666666666666666hH6666666666666666666666666666666666666666666666666666666666666666662 0@P`p2( 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p8XV~$OJPJQJ^J_HmH @nH @sH @tH @J`J xNormal dCJ_HaJmH sH tH DA`D Default Paragraph FontRi@R 0 Table Normal4 l4a (k ( 0No List @@@ =H List Paragraph ^m$6U@6 =H0 Hyperlink >*B*phcbob =kDefault 7$8$H$-B*CJOJQJ^J_HaJmH @phsH @tH |`#| =k Table Grid7:V0 dmH @sH @l^@2l =k0 Normal (Web)ddd[$\$$CJOJPJQJ^JaJmH @sH @tH @>B> ;:0HeaderdH$.Q. ;:0 Header Char> b> ;:0FooterdH$.q. ;:0 Footer CharPK![Content_Types].xmlj0Eжr(΢Iw},-j4 wP-t#bΙ{UTU^hd}㨫)*1P' ^W0)T9<l#$yi};~@(Hu* Dנz/0ǰ $ X3aZ,D0j~3߶b~i>3\`?/[G\!-Rk.sԻ..a濭?PK!֧6 _rels/.relsj0 }Q%v/C/}(h"O = C?hv=Ʌ%[xp{۵_Pѣ<1H0ORBdJE4b$q_6LR7`0̞O,En7Lib/SeеPK!kytheme/theme/themeManager.xml M @}w7c(EbˮCAǠҟ7՛K Y, e.|,H,lxɴIsQ}#Ր ֵ+!,^$j=GW)E+& 8PK!%ӺXtheme/theme/theme1.xmlYo6 $A–fkۡGڦ-6dtR(0u+ö-Kdu=RL9CE}{H굇!pH5mhI4mwBݶG8M{}m[`Դg;"A3bW$NB1 :!-VJ%"VBp{k2!#l K{wK1L4hf!ò@ib!ڴq|<mQ8h%gwNfD[Ů'2`|X}&aީ㸎K囸nuܟFrQ}FfX4:ղWW78\%(l{=%(ŻxǩU|GKP6R4DUhs${FxuzJ|ِ.$qRId Of(&'ӀnFi6D%dƛ3b?uɓ_N>=ysHCTz?wo}e3Of ,7_Ջ7| V*|@B̬غ009&f1Q-Zє^ <7"K@DL~91x i;NQ!R0hq= $f[FjieGBDՎi|#aU j ?T u4(4G<0/2b[1fds+*IbN]:2sűć~™ 'Qb?b0Eu;&A y@t#XKjpS <1:_ Rj@5It|=\pTeVBkfoMُ1A6Yދ{qm=_$TZl|[Bi/(gr͠{(gY?J44AJb A?@3غmd2SfbGFl-tY.e* U{SW[rTwP:IT $jF$yHȑ]E]_jP˳# TMū(<^fW&"3- (wl2\O.jgȴFBn: YX8,45׍UJ5z"Y,8on]h*U]2#4k8psM-S5Iϣ,bAp):Ģ$lbyh$5Dr+W@.-e#Iד' [i~~~0>tA0ZYpL|)$ jLvorUUS|cum,nmW x?C=CAP:Ө ƛ2,4;kkrP;KPT[][^#A*?حZh,2B^@<:!wN9˃/$lyȳyBrJu[pNPw[Bu[.uڕPXxޤ"=7({ڕQcyCR JݠmJ#kTmШzӮ.t & f h xXm&a)Q]_ ')+1L~  , &e)->]__!"#$%&(*,-02 4K&XL# AA@0(  B S  ?_GoBackH%&H%&&&&& X{tr4 XBu ~>bd*CLb"  #͖/0b|Ki 0\Dc@6H.B?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\^_`abcdfghijkloRoot Entry F"5qData 41Table<AWordDocument4fSummaryInformation(]DocumentSummaryInformation8eCompObjy  F'Microsoft Office Word 97-2003 Document MSWordDocWord.Document.89q