You are on page 1of 2

DIGITECH TUTORIAL POINT DIGITECH TUTORIAL POINT DIGITECH TUTORIAL POINT DIGITECH TUTORIAL POINT DIGITECH TUTORIAL POINT

DIGITECH TUTORIAL POINT

SAMPLE PAPER - II (Term-I)


Class-XII
Subject: Informatics Practices (065)
( Solution )
SECTION: A
1. d) All of the above 14. a) 3
2. c) reset() function 15. d) Both a) and b)
3. b) loc() 16. d) Both a) and b)
4. d) Both a) and c) 17. c) give an error
5. b) insert() 18. c) She can use a free and open source
6. c) any alias following identifiers rule software
7. c) number of dictionaries in the list 19. c) removing data in a series
8. c) barh() 20. b) invention
9. b) columns 21. c) Produces funds for developers
10. c) right 22. d) Stealing computers
11. b) Can be modified 23. c) 5
12. b) softlifting 24. a) positional indexing
13. d) All of the above 25. d) All of these
SECTION: B
26. b) is the correct code 38. d) All of these
27. d) All of these 39. a) head() displays the top n values;
28. c) print(Wood[1:3]) tail() displays bottom n values
29. c) Uses the loopholes to gain 40. a) Output
30. b) is the correct code 41. c) looking at the photo albums of
31. d) Statement A is incorrect, others
but Statement B is correct. 42. c) df['Name'].nbytes
32. b) It is plotted using the 43. d) 12@15
histogram() function. 44. c) is the correct code
33. d) All of the above actions 45. d) All of these
34. a) Statement A and B 46. b) Paper['Disc'] = Paper['Price']*0.1
35. a) Output 47. a) Color
36. c) intention to spread information 48. b) 1 15.0
online that should not be known to all 49. a) Both statements are correct.
37. c) s = pd.Series(range(5,51,5))

© Copyright reserved 2020.


DIGITECH TUTORIAL POINT DIGITECH TUTORIAL POINT DIGITECH TUTORIAL POINT DIGITECH TUTORIAL POINT DIGITECH TUTORIAL POINT DIGITECH TUTOR

Page | 11
DIGITECH TUTORIAL POINT DIGITECH TUTORIAL POINT DIGITECH TUTORIAL POINT DIGITECH TUTORIAL POINT DIGITECH TUTORIAL POINT DIGITECH TUTORIAL POINT

SECTION: C
50. c) import pandas as pd
Vehicle = pd.DataFrame({'Vehicle':pd.Series(['Truck','Car','Moped','eBike']),
'Wheels':pd.Series([8,4,2,2]),
'Price':pd.Series([820000,560000,125000,150000])})
51. b) Vehicle['Price']=Vehicle.Price*0.5
52. d) Vehicle.shape
53. a) Vehicle['Wheels'] = [10, 5, 3, 2]
54. c) Both a) and b)
55. a) Vehicle.pop('Price')
*************************

© Copyright reserved 2020.


DIGITECH TUTORIAL POINT DIGITECH TUTORIAL POINT DIGITECH TUTORIAL POINT DIGITECH TUTORIAL POINT DIGITECH TUTORIAL POINT DIGITECH TUTOR

Page | 12

You might also like