AUTUMN BREAK HOLIDAYS HOMEWORK



AUTUMN BREAK HOLIDAYS HOMEWORKCLASS XIIENGLISH (CORE)Revise all chapters from ‘Flamingo’ and ‘Vistas’ that have been done. Prepare all possible questions from them (short answer and long answer).Attempt any 02 question paper within the time slot of 3 hrs+ 15 min (80 marks) on the pattern of selection test.ORPractice all 05 types of formal lettersLetter to editorLetter of placing order/cancellationLetter of enquiryLetter of complaintJob applicationPractice short composition (02 for each category) notice/ poster/ advertisement.NOTE: Use a separate folder.HINDIACCOUNTANCY1 Prepare a project work regarding comprehensive problem2 Prepare following numerical problems chapter wiseS.N.Chapter Question Numbers of excercise1Admission of a Partner45,59,66,71,75,76,85,87A,88B,1232Retirement and death37,45,48,49,56,59,71,73,78,793Dissolution of a partnership firm3,11,13,22,26A,29,37,38,39,42,4Fundamentals 19,23,27,40,49,53,56,71,5Change in profit ratio14,19,23,28.31B,35,41,BUSINESS STUDIESRevise unit 1 to unit 11 (for first pre-board and monthly test).Practice latest 3 sample paper from cbse.nic.in based on new pattern (also paste it on your notebook).Prepare a project on any 1 topic from the following topics.Scientific principles of management.General principles of management.Marketing management.Stock market.Business environment.Follow up of selection test. Note* = Do the holiday homework in homework side.PhysicsSolve EXERCISE QUESTIONS of EMI and ac6.3 ,6.4 ,6.8 , 6.11 alternating current 7.1 17.2 27.3 37.6 7.4 7.7 7.9 7.11 Em waves 8.3 ,8.4, 8.5 ,8.6., 8.10 ,8.15Ray optics and optical instruments9.1 ,9.2 ,9.7, 9.8 ,9.135. Wave optics 10.1, 10.4 ,10.7 ,10.8Solve QUESTIONS PAPER OF SELECTION TEST.Chemistry Solve the question paper of selection test in your homework note book?Complete investigatory project and submit the fileComplete practical record GEOGRAPHY1. Prepare practical record file of all chapters. The record file should be written neat and clean handwriting as the same is to be submitted in CBSE exam.2. Locate and label the followings in the map of world .All features items must be identified by youi) Major air ports of the world.ii) Major sea ports of the worldiii) HQ of regional trade blocksiv) Mega cities of the worldv) All type of maps of primary activities of chapter 5 of the book of human geography.vi) All countries having, highest and lowest HDI, sex ratio, population growth rate etc..3. In the map of India locate and label the following i) States leading producers of different crops.ii) Software technological parks.iii) HQ of railway zone of India.iv) Sea ports and international air ports.v) Oil refineries.vi) Metropolitan cities.vii) States having highest sex ratio, HDI, density of population.4. Take out the print out of model Question Papers from CBSE web site and prepare and learn all Ques. /Ans. Of chapters taught till date.HISTORYRevision of all chapters (Chapter 1-12)Map skill: In notebook based on chaptersPrepare CBSE Project/Practical on assigned topic (Topics are already assigned to students) Prepare 10-10 MCQs from each lesson . POLITICAL SCIENCEINFOMRATICS PRACTICES Prepare a softcopy of PRACTICAL FILE containing following programs:Write a NumPy program to create a 3x3 matrix with values ranging from 2 to 10.Write a NumPy program to create a one dimensional array with 8 equal spaced values between 4 and 5.Write a program to create a 3X4 matrix having all values as zeros.Write a program to create a 3X4 matrix having all values as one.Write a Pandas program to compare the elements of the two Pandas Series??Write a Python program to convert a dictionary to a Pandas series. Sample Series: Dictionary:{'a': 100, 'b': 200, 'c': 300, 'd': 400, 'e': 800}Converted series: a 100b 200c 300d 400e 800dtype: int64Create the following series:Neha100Sohan90Jiya89Riya23Tiya 56Write a menu deriven program to add, subtract, multiple and divide two Pandas Series.Write a program to sort the element of Series S1 into S2.Write a NumPy program to reverse an array Ar.Write a NumPy program to create a 8x8 matrix and fill it with checkerboard pattern.Checkerboard pattern:[[0 1 0 1 0 1 0 1][1 0 1 0 1 0 1 0][0 1 0 1 0 1 0 1][1 0 1 0 1 0 1 0][0 1 0 1 0 1 0 1][1 0 1 0 1 0 1 0][0 1 0 1 0 1 0 1][1 0 1 0 1 0 1 0]]Write a NumPy program to append values to the end of an array. Expected Output: Original array: [10, 20, 30]After append values to the end of the array: [10 20 30 40 50 60 70 80 90]Write a menu deriven program to add, subtract, multiple and divide two 3X3 numpy arrays.Write a panda program to read marks detail of Manasvi and Calculate sum of all marks.data = {'Manasvi': ['Physics', 'Chemistry', 'English', 'Maths', 'Computer Sc'], 'marks': [ 89,99,97,99,98],}Write a Pandas program to sort the data frame first by 'Designation' in Ascending order, then by 'Name' in Descending order.data1 = {'Name':['Akshat', 'Sameer', 'Pihu', 'Neha'] , 'Age':[28,34,29,42], 'Designation':['Accountant' , 'Clerk', 'Clerk', 'Manager']}The table shows passenger car fuel rates in miles per gallon for several years. Make a LINE GRAPH of the data. During which 2-year period did the fuel rate decrease? YEAR: 2000 2002 2004 2006 RATE: 21.0 20.7 21.2 21.6 The number of bed-sheets manufactured by a factory during five consecutive weeks is given below.WeekFirstSecondThirdFourthFifth Number of Bed-sheets600850700300900Draw the bar graph representing the above data18.The number of students in 7 different classes is given below. Represent this data on the bar graph.Class6th7th8th9th10th11th12thNumber of Students130120135130150807519.The number of students in 7 different classes is given below. Represent this data onthe bar graph.Class6th7th8th9th10th11th12thNumber of Students130120135130150807520.The Production(in Tone) by Factory in Years is shown below Represent this data on the scatter graph.Year2000200520102015Production in Tons 50 40306021. Assume following data is stored in data frame named as df1 Name Sales Quarter StateRSahay 125600 1 DelhiGeorge 235600 1 Tamil NaiduJayaPriya 213400 1 KeralaManilaSahai 189000 1 HaryanaRymaSen 456000 1 West BengalManilaSahai 172000 2 HaryanaJayaPriya 201400 2 KeralaCreate the above dataframe and write the statement for the following:Find total sales per state(ii) find total sales per employee(iii)find total sales both employee wise and state wise(iv)find mean, median and min sale state wise(v)find maximum sale by individual(vi) Write a command to sort data according to ‘Name’ and then by ‘Sales’ and store it in another dataframe. (vii ) Write command to group the data frame according to their ‘Name’ and store it in ‘gdf’(viii) Write command to show groups created in gdf.22.Given two arrays namely arr1 and arr2 each having 5 values. Create a scatter chart so that each data points gets a different color, different size. Keep the marker style as square.23.Consider the table given below and write the query for the followingTable: CLUBGCodeGameNameNumberFeesStartingDate 101Carom250002004-01-23102Badminton2120002003-12-12103Table480002004-02-14104Chess290002004-01-01105Lawn Tennis4250002004-03-19To display the name of all games with their Gcodes.To display details of those games which are having Fees more than 7000.To display the content of the CLUB table in descending order of startDate.To delete the record of all GameNames.List the minimum and maximum fees from CLUB.24Consider the tables FLIGHTS & FARES. Write SQL commands for the statementsTable : FLIGHTSFNOSOURCEDESTNO_OF_FLNO_OF_STOPIC301MUMBAIBANGALORE32IC799BANGALOREKOLKATA83MC101DELHIVARANASI60IC302MUMBAIKOCHI14AM812LUCKNOWDELHI40MU499DELHICHENNAI33Table : FARESFNOAIRLINESFARETAX_percentageIC301Indian Airlines94255 IC799 Spice Jet 8846 10MC101Deccan Airlines42107IC302Jet Airways138945AM812Indian Airlines45006MU499Sahara120004Display flight number & number of flights from Mumbai from the table flights.Arrange the contents of the table flights in the descending order of destination.iii) Increase the tax by 2% for the flights starting from Delhi.iv) Display the flight number and fare to be paid for the flights from Mumbai to Kochi using the tables, Flights & Fares, where the fare to be paid =fare+fare*tax/100.Display total no of source stations(eliminate duplicate) present in the table.Display the fare for the flight for MUMBAI to BANGLORE vii)Display the records of source stations started with letter ‘B’.Display the flight no. for which fare to be paid is less than 3000.Display total no. of flights available for each AirlinesAdd a new column Dep_Time in the table Flight.xi)Delete the record of flight no. IC301 from the table FARE.xii) increase the size of the column ‘source’ to 30 in the Table FLIGHT25. Write a command to create the below given table:Table: DepartmentColumn nameDnoDnameDlocDatatypeIntegerVarcharCharSize3050ConstraintPrimary keyNot nullTable: EmployeeColumn nameEmpnoNameGenderCitySalaryDnoDatatypeIntegerVarcharCharVarcharNUMBERIntegerSize501305,2ConstraintPrimary keyNot nullIn ‘m’ or ‘f’Default ggn>10000Foreign keyInsert the following data in the table:Table: DepartmentDnoDnameDloc10FiananceGgn20ProgrammingGgn30HRMDelhiTable: Employee:EmpnoNameGenderCitySalaryDno101NainaFDelhi7000010102SohanMGgn5000020103MohanMGgn2500030104ReenaFDelhi3000010105TeenaFGgn3500010Write the following query with outputWrite a query to display the data of department table.Write a query to display the data of employee table.Write query to display name, gender and salary of all employee in ascending order of their salary.Write a query to display the list of departments which are located in GGNWrite a query to display name of all the employee who are living in GurgaonWrite a query to display the details of employee whose empno is 105Write a query to display all male employees living in delhiWrite a query to display the details of employees of department no 10 in descending order of their names.Write a query to display name and salary of all the employee whose salary lies between 30 thousand to 50 thousand.Write a query to display the records of all the employee who are either female or working in department no 30Write a query to display the detail of all the employee, the last second character of whose name is a.Write a query to delete all the records who are living in Gurgaon.Write a query to increase the salary of all the employees by 15% of their existing salary.Write a query to change the city to rohtak of employee whose employee no is 104Write a query to delete the records of all the employees of department no 10Write a query to add one more column i.e dob date notnull.Write a query to display to display name, dno,salary and their corresponding department of all the employees.Write a query to display name and dname of all the employees of city Gurgaon.26 Prepare a Project (topic of your choice) based on the connectivity of Python and MYSQL. ECONOMICSSolve Selection Test Paper Solve CBSE sample paper for the session 2019- 20Revise the whole syllabus covered MATHEMATICSSELECTION TEST 2019-20TIME-3 HRS MAX MARKS-80General Instructions: All the questions are compulsory.This paper contains 36 questions.Question 1-20 in Section A are very short-answer type questions carrying 1 mark each.Question 21-26 in Section B are short-answer type questions carrying 2 marks each.Question 27-32 in Section C are long-answer-I type questions carrying 4 marks each.Question 33-36 in Section D are long-answer-II type questions carrying 6 marks each.Please write down the serial number of the question before attempting it . Section A 1. Let f: R→R be defined as f(x) = x4 .Then (a) f is one –one onto(b) f is many-one onto? f is one-one but not onto(d) f is neither one – one nor onto.2.If f: R → R be given by f(x) = 3-x313 ,the fof(x) is(a) x13 (b) x3 (c) x (d) 3-x33.Let f:R →R be defined by f(x) = x2 +1 .Then the pre image of 17 an d -3 respectively are (a) ? {4,-4} (b) {3,-3}, ? (c) {4,-4}, ? (d) {4,-4}, {2,-2} 4. sin[π3 - sin-1(12) ] is equal to(a) 12 (b) 13 (c) 14 (d) 15. The domain of sin-1 2x is (a) [0,1] (b) [-1,1] (c) [-12,12 ] (d) [-2,2]6.If sin-1(13 ) + cos-1 x = π2 then find x.7,The order of all possible matrices of of order 3 × 3 with each entry o or 1 is(a) 27 (b) 18 (c) 81 (d) 5128.If A = cosα-sinαsinα-cosα ,then find the value of α for which A is identity matrix ?.9.. If the matrix A = 0a-320-1b10 is skew matrix ,find the value of a and b.10.If A is an invertible matrix of order 2 ,then det(A-1) is equal to(a) det(A) (b) 1det?(A) (c) 1 (d) 011. Find the value of x if x218x = 62186 .12.Let A be a square matrix of order 3 × 3 .write the value of 3A ,where A = 4.13.The function f(x ) = [x] where [x] denotes greatest integer function , is continuous at(a) 4 (b) -2 (c) 1 (d) 1.514 Find a point on the parabola y = (x-3)2 where the tangent is parallel to the chord joining the points (3,0) and (4,1).15.If x= t2 and y = t3 ,then find the value of d2y/dx2 .16. The abscissa of the point on the curve 3y = 6x – 5x3 ,the normal at which passes through the origin is (a) 1 (b) 13 (c) 2 (d) 1217.If (x) = 3x2+15x +5,the find the approximate value of f(3.02).18. Show that the function f(x) = 4x3 – 18 x2 -27x -7 is always increasing in R19.If ddx (f(x)) = 4x3 - 3x4 such that f(2) = 0 .Then f(x) is: (a) x4 +1x3 - 1298 (b) x3 +1x4 + 1298 (c) x4 +1x3 + 1298 (d) x3 +1x4 - 1298 20.Evaluate dxsin2x cos2x . Section B21.Evaluate dx1+tanx 22.The side of an equilateral triangle is increasing at the rate of 2cm/s.At what rate is its area increasing when the side of an equilateral triangle is 20 cm.23.Find the value of dydx at θ= π4 ,if x = aeθ( sinθ – cosθ) and y = aeθ( sinθ + cosθ) ORIf x= a(2θ - sin2θ), y = a( 1- cos2θ), find dydx at θ= π3 24. For what value of x, 12112020110202x=0. ORBy using the elementary operation find the inverse of matrix A = 132725. Prove that tan-1211+tan-1724= tan-11226.Let Z be set of all integers and R be the relation on z defined as R= {(a,b): a,b∈Z and a-b is divisible by 5}. Prove that R is equivalence relation. SECTION C27. Solve the equation tan-1 2x + tan-1 3x = ORWrite in the simplest form 28. . Find when ORDifferentiate with respect to x.29.Prove that the curves x = y2 and xy = k cut at right angles if 8k2 = 1.30.Prove that a+b+2cabcb+c+2abcac+a+2a = 2 (a+b+c)3 . OrIf x,y,z are different and xx21+x3yy21+y3zz21+z3 = 0 ,show that(i) 1+xyz = 0(ii) xyz = -131. Integrate ex(x2+1(x+1)2 ) dx’32.Find the value of p and q such that function f(x) = 1-sin3x3cos2x ,if x <π2pq(1-sinx)(π-2x)2 if x> π2,if x= π2 Is continuous at x = π2 . Section D 33. Evaluate OR Evaluate 34.An open box with a square base is to be made out of a given quantity of cardboard of area c2 . Show that the maximum volume of the box is ORProve that the volume of the largest cone that can be inscribed in a sphere of radius R is 8/27 of the volume of sphere. 35. Find A-1 where A = 12-32323-3-4 hence solve the system of equation x+2y-3z= -4; 2x+3y+2z=2; 3x-3y-4z=11.36. Consider f:R→-5, ∞ given by f(x) = 9x2+ 6x -5 show that f is invertible with f-1y= y+6-13.BIOLOGYQ. P. 1Unit First: ReproductionMM: 35, Time: 90 mntsGeneral Instructions: There are a total of 15 questions and five sections in the question paper. All questions are compulsory. Section A contains question number 1 to 4, Very Short Answer type questions of one mark each. Section B contains question number 5 to 8, Short Answer type I questions of two marks each. Section C contains question number 9 to 14, Short Answer type II questions of three marks each. Section D contains question number 15, Long Answer type questions of five mark.There is no overall choice in the question paper, however, an internal choice is provided in one question of three marks and of five mark. An examinee is to attempt any one of the questions out of the two given in the question paper with the same question number. Section-AIf the chromosome number of plant species is 28, what would be the chromosome number and ploidy of its endosperm cell.Mention the importance of LH surge during menstrual cycle. At what day of menstrual cycle LH surge occurs? LNG-20 is used as contraceptive. Justify.Why are plant produced by asexual reproduction are called as clone?Section-BGive asexual reproducing structures of Penicillium, sponge, water hyacinth, and Bryophyllum..When and how does placenta develop in human female? How is placenta connected to the embryo?What techniques are adopted if fertilisation is not possible in the female? Describe each of them.A pollen grain consists of two cells. Name them. Also write the functions of each.Section-CA microsporangium consists of four layers. Name the innermost layer along with its two characteristics. What is its function?ORDescribe the process of embryo sac formation from megaspore mother cell. Also draw a well labelled structure of embryo sac.Study the graph given below and answer the questions that follow:a) Name the hormone X and Yb) Identify the ovarian phase during menstrual cycle. i) 5th to 12th day of the cycle ii)14th day and iii) 16th to 25thday of the cycle. c) Explain the ovarian events (i), (ii) and (iii) under the influence of hormone X and Y.What is oogenesis? When does it start? Draw a schematic diagram ofit showing chromosome number at each stage.What is inbreeding depression? What devices are devised by plants for cross pollination? Name any four.Draw a well labelled diagram of anatropous ovule and label the following parts in it :-That develops in to seed coat(ii) That develops in to embryo sac(iii)Through which the pollen tube gains entry in to embryo sac(iv)That attaches the ovule to the placentaA researcher attempts making apomicts of hybrid seeds.What are the advantages of this attempt?How does it occur naturally in mango?How do you think this experiment will help the farmer?Section-D 15.(a) Draw a schematic labelled diagram of a fertilised embryo sac of an Angiosperm.(b) Describe the stages in embryo development in a dicot plant.OR-10160098425 (a) Compare the fate of sperms shown in the diagram.(b) What is the role of zonapellucida in this process?(c) Analyze the changes occurring in the ovum during the process.(d) Mention what helps in the entry of sperms in to the ovum.(e) Specify the region of female reproductive system where the event represented in the diagram takes place.00 (a) Compare the fate of sperms shown in the diagram.(b) What is the role of zonapellucida in this process?(c) Analyze the changes occurring in the ovum during the process.(d) Mention what helps in the entry of sperms in to the ovum.(e) Specify the region of female reproductive system where the event represented in the diagram takes place.Q.P. 2CLASS -XIIGeneral InstructionsThere are a total of 15 questions and five sections in the question paper. All questions are compulsory. Section A contains question number 1 to 4, Very Short Answer type questions of onemark each. Section B contains question number 5 to 8, Short Answer type I questions of two marks each. Section C contains question number 9 to 14, Short Answer type II questions of three marks each. Section D contains question number 15, Long Answer type questions of five mark.There is no overall choice in the question paper, however, an internal choice is provided in one question of three marks and of five mark. An examinee is to attempt any one of the questions out of the two given in the question paper with the same question number. All the questions are compulsory.SECTION-A (1X4=4)Your younger sister has seen a banana tree in the backyard of a house. She could see the fruit but no seed. She wants to know how a new plant of banana will be produced without seed. What will you explain to your sister?What is biological magnification? Give one example.BOD of two sample of water-A and B were 80 mg/ litre and 200 mg/ litre respectively. Which sample is more polluted?A male honey bee has 16 chromosomes whereas its female has 32 chromosomes. Give one reason.SECTION –B (2X4=8)Write the function of the following.a) Myometriumb) Sertoli cellsName the interaction in each of the following-(a) Cuckoo lays her eggs in the crow’s nest.(b) Orchid grows on a mango tree.(c) Ticks live on the skin of dog(d) Mycorrhizae living on the roots of higher plants..Mention the polarity of the DNA strands a-b and c-d shown in the replication forkgiven below.i) Differentiate between the unambiguous and degenerate nature of the Genetic code.ii) Write down the machinery required for the replication of DNA.SECTION –C (3X6=18)Study the population growth curve in the graph given below and answer the questions which follow;-(a) Identify the growth curves ‘a’ and ‘b’(b) Which one of them is considered more realistic one and why?(c) If dN/dt= rN (k-N/K) is the equation of the logistic growth curve, what does k stands for?Ornithologist observed decline in the bird population in an area near a lake after the setting of an industrial unit in the same area? Explain the cause responsible for the decline observe.What is Spermatogenesis? Briefly describe the process of Spermatogenesis with the help of diagram/flow chart.a) Name the molecule “X” synthesised by “i” gene. How does this molecule get inactivated?b) Which one of the structural genes codes for β-galactosidases?c) When will the transcription of this gene will stop?A woman with blood group O married a man with AB group. Show the possible blood groups of the progeny. List the alleles involved in the inheritance.Figure given below is of Darwinian Finches.i) Mention the specific geographical area where these were found?ii) Name and explain the phenomenon that has resulted in the evolution of such diverse species in the region.iii) How did Darwin visit the particular geographical area?ORState Hardy-weinberg Principle? Write and explain the equation of Hardy-Weinberg Equilibrium. Name the factors which disturb this equilibrium. When there is disturbance in hardy-Weinberg equilibrium, what would it result in?SECTION-D (1X5=5)a) If you had ever been to any high altitude place (>3500 m Rohtang Pass near Manali and Mansarovar, in China occupied Tibet) you must have experienced what is called altitude sickness.(i) What are the symptoms of altitude sickness?(ii) Why does altitude sickness occur?(iii) How does your body solve this problem?(b) Very small animals are rarely found in Polar Regions. Give reason.ORAnswer the following questions:i. “Alien species are highly invasive and a threat to species diversity.” Substantiate this statement with one example each from plants and animals. ii. List two criteria to determine a hotspot of biodiversity. iii. Name two hotspots of biodiversity in India..Q.P. 3Class-XIIUNIT-II(GENETICS AND EVOLUTION) MM: 35, Time: 90 mntsGeneral Instructions: There are a total of 15 questions and five sections in the question paper. All questions are compulsory. Section A contains question number 1 to 4, Very Short Answer type questions of one mark each. Section B contains question number 5 to 8, Short Answer type I questions of two marks each. Section C contains question number 9 to 14, Short Answer type II questions of three marks each. Section D contains question number 15, Long Answer type questions of five mark.There is no overall choice in the question paper, however, an internal choice is provided in one question of three marks and of five mark. An examinee is to attempt any one of the questions out of the two given in the question paper with the same question number. SECTION-A (1X4=4)Q1.How many base pairs of DNA are wrapped around histone octamer?Q2. A diploid organism heterozygous for 4 loci .How many types of gametes are produced?Q3.Write down two chemical differences between DNA and RNA?Q4.Name the chromosome has most number of genes and least number of genes?SECTION-B (2x4=8)Q5.Name the two organic molecules which were synthesized during Stanley and Miller experiment?Q6. What is adaptive radiation.Explain with an example?Q7 .Draw a well labeled diagram of a transcription unit?Which strand of DNA will be transcribed as mRNA?Q8. A child develops from an XX egg fertilized by a Y carrying sperm. Name the disorder .Give the characteristic features of the individual?SECTION-C(3x6=18)Q9.In a population the frequency of an individuals with hiomozygousdominat(AA) combination is 16% ,and that of homozygous recessive(aa) combination is 36%. Calculate the allele frequency for the recessive allele(a) in the given population and also calculate the percentage of individuals with heterozygous(Aa) combinations.Q10. In case of Snapdragon, a plant with red flowers was crossed with white flowers; trace the inheritance of colour of flower upto F2 generation indicating the genotype of each level. What special feature do you note in the genotypic and the phenotypic ratios at this level?Q 11. a) A couple who is unable to bear a child, on clinical examination revealed that the wife was unable to produce a normal egg. How would you advice them to help children?b)Amniocentesis for sex determination is banned in our country. Is this ban necessary? Comment.Q12.What is the cause of discontinuous synthesis of DNA on one of the parental strands of DNA? What happens to these short stretches of the DNA synthesized?ORWhat is Hardy-Weinberg’s principle ? Mention the factors affecting Hardy-Weinberg principle?Q13.A) How do intra uterine devices prevent conception? List any two ways. b) Write down the chemical composition of oral pills?Q14. What is natural selection? Explain with respect to Industrial Melanism?Section-D (5x1=5)Q15.Explain how Hershey and Chase experimentally proved that DNA is the genetic material?ORDefine central dogma?Mention the levels where gene expression can be regulated?Explain gene expression regulation in Lac operon?---------------------------------------------------------------------------------------------------------------------------- ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download