Download Original PDF

Get the official Barkatullah University print version scanned document.

Download/Print

🤝 Help Your Juniors!

Have previous year question papers that aren't on our website? Help the next batch of students by sending them to us! With your consent, we will proudly feature your name as a Top Contributor on our platform.

Submit Papers 📩
Total No. of Questions : 05 [Total No. of Printed Pages : 04
Or
RJ-204 B.Sc.-B.Ed. (Secondary) Examination, 2024 (Second Semester) PHYSICS SEC-I Introduction to Programme Language
Time : 3 Hours] [Maximum Marks : 40

Note : All questions are compulsory. Internal choice to given. All questions carry equal marks.

1.
(a)
Write a program that IDLE won't run because it has syntax error.
(b)
Print the string 'Zing' by using slice notation to specify the correct range of character in the string 'Bazinga'.
Or
(a)
Write a program that converts the following strings to lowercase : 'Animals', 'Honey Bee'.
Print each lower case string on a separate line.
(b)
Write a program that reads in a string 'Lunch' or 'Dinner' representing the menu choice, as an integer 1, 2, 3 representing the user's meal choice the program then points the user's meal choice.
Lunch meal options :
  • Dal
  • Paneer
  • Fish
Dinner meal options :
  • Soup
  • Vegetables
  • Salad.
2.
(a)
What are the benefits of Pandas over NumPy ?
(b)
Explain NumPy array creation functions with examples.
Or
(a)
Explain with NumPy integer indexing and array indexing.
(b)
Write Python program to add, subtract, multiply and divide two Pandas Series.
3.
Using Matplotlib make a program to plot of two variables X and Y in a straight line :
XY
10400
20500
30600
40700
50800
Also mark each point with a circle and give the title of the plot.
Or
Using Matplotlib create scatter plot of an arbitrary data set.
4.
Explain the role of Pandas in data analysis.
Or
Write Python program to create and display a one-dimensional array like object containing an array of data using Pandas library.
5.
Taking the example of any concept in Physics, explain, how simulations can be created in Python.
Or
Explain the uses of SciPy, SymPy and SciKit-learn in Python.