Class | Sem | Sem |
---|---|---|
F.Y.MSc (C.S) | I | II |
S.Y.MSc(C.S) | III | IV |
Previous Year Question Paper
MSc Computer Science previous year question papers from 2017 to 2023 are available here. Some of them are from 2013 pattern and other are from 2019 pattern.Sr. No. | Year | MSc (C.S) Question Paper | MSc (C.A) Question Paper | |
---|---|---|---|---|
1 | Oct 2023 | |||
1 | April 2023 | |||
2 | October 2022 | |||
3 | April 2022 | |||
4 | April 2019 | |||
5 | Oct 2018 | |||
6 | Apr- 2018 | |||
7 | April 2017 | |||
8 | Octber 2017 |
Use following link for previous year question papers of BCA
Use following link for previous year question papers of B.Sc (Computer Science)
FYBSc(Cyber and Digital Science) question paper
Notes of Digital Communication and Networking
Class | Sem | Sem |
---|---|---|
F.Y.B.C.A | I | II |
S.Y.B.C.A | III | IV |
T.Y.B.C.A | V | VI |
Previous Year Question Paper
Bachelor of Computer Application previous year question papers from 2017 to 2023 are available here. Some of them are from 2013 pattern and other are from 2019 pattern.Sr. No. | Year | Question Paper |
---|---|---|
1 | April 2023 | |
2 | October 2022 | |
3 | April 2022 | |
4 | April 2019 | |
5 | Oct 2018 | |
6 | Apr- 2018 | |
7 | April 2017 | |
8 | Octber 2017 |
As per NEP 2020 pattern new syllabus of all courses are available here:
1) F.Y.B.B.A (C.A) Syllabus
2) F.Y.B.B.A Syllabus
3) F.Y.B.Com (C.A) Syllabus
4) BBA revised syllabus
Previous Year Question Paper
Sr. No. | Year | Question Paper |
---|---|---|
1 | April 2016 | |
2 | April 2017 | |
3 | April 2022 | |
4 | Oct 2022 | |
5 | Apr- 2023 | 6 | Oct- 2023 |
Question Paper BSc (Computer Science) 2019 pattern April 2022.
BSc(Computer Science) Question paper F.Y., SY and TY. April 2017
BSc(Computer Science) Question paper F.Y., SY and TY. April 2017
SYBSC Computer Science Question Paper 2016
SYBSC Computer Science Question Paper 2016
Use following link for previous year question papers of BCA
Use following link for previous year question papers of B.Sc (Computer Science)
FYBSc(Cyber and Digital Science) question paper
Notes of Digital Communication and Networking
MTC- 243 Python Programming Language -II (mathematics) practical
S.Y.BSc(Comp.Sci.) Python practical 01
Title: 2D Graphs
1) Write a Python program to plot 2D graph of the functions f(x) = x^2 and g(x)= x^3 in [−1, 1].
2) Write a Python program to plot 2D graph of the functions f(x) = log10(x) in the interval [0, 5].
3) Using Python plot the graph of function f(x) = sin(x) on the interval [0, 2Ï€].
4) Using Python plot the graph of function f(x) = sin^(-1)(x) on the interval [−1,1].
5) Using Python, plot the graph of function f(x) = sin(x) − e^x + 3x − log10(x) on the Interval [0, Ï€].
6) Plot the graph of f(x) = x^5 in [0, 5] with red dashed line with circle markers.
7) Plot the graphs of sin x, cos x, e^x and x^2 in [0, 5] in one figure with (2 × 2) subplots.
8) Write a python program to Plot 2D X-axis and Y-axis black color and in the same diagram plot green triangle with vertices [5, 4], [7, 4], [6, 6].
9) Plot the graph of y = e ^((−x)^2) in [−5, 5] with red dashed-points line with Upward Pointing triangle.
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics) practical No. 01. solution.
PYTHON Practical no-2 SYBSC (Comp. Sci)
For Solution Click Here
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics) practical No. 02. solution.
To download answers click here
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics) practical No. 03. solution.
Python Practical No. 4 SYBSC ( Comp. Sci.)
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics) practical No. 11. solution.
Practical no4 Solution
4fvv Python Practical no. 5 Sybsc (comp.sci)
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics) practical No. 05. solution.
SYBSC python practical no.05
Python practical No. 06
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics) practical No. 06. solution.
python practical no. 6
Python practical no. 07
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics)
practical No. 07. solution.
Python practical no. 07
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics)
practical No. 07. solution.
SYBSC Python practical no. 08
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics) practical No. 08. solution.
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics) practical No. 09. solution.
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics) practical No. 10. solution.
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics) practical No. 10. solution.
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics) practical No. 11. solution.
These practical based on linear programming problems. Here we solve linear programming problems using python. It is very easy and interesting find the solution of LPP by python programming. In this practical we solve the 6 questions of LPP by using python programming. Which is very useful for mathematics students to solve LPP.
Python programming save the time and get good results.
Some questions for practice.
. 1) Minimize: Z = 6x + 7y
4x + y ≥ 40,
2x + 3y ≥ 90,
x, y ≥ 0
2) Maximize Z = 2x + 3y
x + y ≤ 30,
x ≤ 20, y ≤ 12
x, y ≥ 0
Practical No. 12
Practical No. 12 Solution
S.Y.BSc(Comp.Sci.) Python practical 01
Title: 2D Graphs
1) Write a Python program to plot 2D graph of the functions f(x) = x^2 and g(x)= x^3 in [−1, 1].
2) Write a Python program to plot 2D graph of the functions f(x) = log10(x) in the interval [0, 5].
3) Using Python plot the graph of function f(x) = sin(x) on the interval [0, 2Ï€].
4) Using Python plot the graph of function f(x) = sin^(-1)(x) on the interval [−1,1].
5) Using Python, plot the graph of function f(x) = sin(x) − e^x + 3x − log10(x) on the Interval [0, Ï€].
6) Plot the graph of f(x) = x^5 in [0, 5] with red dashed line with circle markers.
7) Plot the graphs of sin x, cos x, e^x and x^2 in [0, 5] in one figure with (2 × 2) subplots.
8) Write a python program to Plot 2D X-axis and Y-axis black color and in the same diagram plot green triangle with vertices [5, 4], [7, 4], [6, 6].
9) Plot the graph of y = e ^((−x)^2) in [−5, 5] with red dashed-points line with Upward Pointing triangle.
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics) practical No. 01. solution.
PYTHON Practical no-2 SYBSC (Comp. Sci)
For Solution Click Here
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics) practical No. 02. solution.
To download answers click here
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics) practical No. 03. solution.
Python Practical No. 4 SYBSC ( Comp. Sci.)
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics) practical No. 11. solution.
Practical no4 Solution
4fvv Python Practical no. 5 Sybsc (comp.sci)
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics) practical No. 05. solution.
SYBSC python practical no.05
Python practical No. 06
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics) practical No. 06. solution.
python practical no. 6
Python practical no. 07
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics)
practical No. 07. solution.
Python practical no. 07
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics)
practical No. 07. solution.
SYBSC Python practical no. 08
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics) practical No. 08. solution.
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics) practical No. 09. solution.
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics) practical No. 10. solution.
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics) practical No. 10. solution.
SYBSc(C S) Sem - IV MTC- 243 Python Programming Language -II (mathematics) practical No. 11. solution.
These practical based on linear programming problems. Here we solve linear programming problems using python. It is very easy and interesting find the solution of LPP by python programming. In this practical we solve the 6 questions of LPP by using python programming. Which is very useful for mathematics students to solve LPP.
Python programming save the time and get good results.
Some questions for practice.
. 1) Minimize: Z = 6x + 7y
4x + y ≥ 40,
2x + 3y ≥ 90,
x, y ≥ 0
2) Maximize Z = 2x + 3y
x + y ≤ 30,
x ≤ 20, y ≤ 12
x, y ≥ 0
Practical No. 12
Practical No. 12 Solution
Use following link for previous year question papers of BCA
Use following link for previous year question papers of B.Sc (Computer Science)
FYBSc(Cyber and Digital Science) question paper
Notes of Digital Communication and Networking