-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmcapre.html
255 lines (247 loc) · 11.1 KB
/
mcapre.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style1.css">
<link rel="icon" href="logo.png" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css">
<link rel="stylesheet" media="screen and (max-width:1170px)" href="phone.css">
<title>MCA Previous</title>
</head>
<body>
<nav>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fa-solid fa-bars"></i>
</label>
<label class="logo">PDF all in I</label>
<ul>
<li>
<div class="paste-button active">
<a class="btn" href="home.html">Home</a>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn">Available PDF</a>
<div class="dropdown-content">
<a id="top" href="beforenlist.html">BCA</a>
<a id="bottom" href="MCA.html">MCA</a>
</div>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn">Previous Year QP</a>
<div class="dropdown-content">
<a id="top" href="bcapre.html">BCA</a>
<a id="bottom" href="#">MCA</a>
</div>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn" href="digitalsybca.html">Digital syllabus</a>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn" href="MCA-CET.html">MCA-CET</a>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn" href="otherspro.html">Other Programs</a>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn" href="aboutus.html">About</a>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn" href="contacts.html">Cont/visit</a>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn" href="ourteam.html">Our Team</a>
</div>
</li>
</ul>
</nav>
<main>
<div class="bca1">
<h1>MCA First Year</h1>
<div class="sem1">
<h2>Semester-1</h2>
<div class="sub1">
<h4>Programming Logic Concepts</h4>
<a href="https://drive.google.com/file/d/1Pzg-aNQlzEql147kKu76s7rcaNpo2svj/view?usp=sharing">
<button class="butn">
<span class="button-content">Download </span>
</button>
</a>
</div>
<div class="sub1">
<h4>Data Structure using C</h4>
<a href="https://drive.google.com/file/d/1loX__e5LrUflboMn9fvEAwCGK8FeLsK7/view?usp=sharing">
<button class="butn">
<span class="button-content">Download </span>
</button>
</a>
</div>
<div class="sub1">
<h4>Computer Organization and Architecture</h4>
<a href="https://drive.google.com/file/d/1ahy0JrkEgsToZfnbaf7gQtZEXZWUB7P1/view?usp=sharing">
<button class="butn">
<span class="button-content">Download </span>
</button>
</a>
</div>
<div class="sub1">
<h4>Introduction to Management Function</h4>
<a href="https://drive.google.com/file/d/14S1t_o-ysAClHIJu92o_sPbMmYhUHRx9/view?usp=sharing">
<button class="butn">
<span class="button-content">Download </span>
</button>
</a>
</div>
<div class="sub1">
<h4>Mathematical Foundation for Computer Science😥</h4>
<button class="butn">
<span class="button-content">Download </span>
</button>
</div>
<!-- <div class="sub1"></div>
<div class="sub1"></div>
<div class="sub1"></div> -->
</div>
<div class="sem1">
<h2>Semester-2</h2>
<div class="sub1">
<h4>Understanding Operating System</h4>
<a href="https://drive.google.com/file/d/16fVPOX1j1fnyiTMXP44M9Gsv3eYb98eP/view?usp=sharing">
<button class="butn">
<span class="button-content">Download </span>
</button>
</a>
</div>
<div class="sub1">
<h4>Introduction to theory of Computations😥</h4>
<button class="butn">
<span class="button-content">Download </span>
</button>
</div>
<div class="sub1">
<h4>Software Engineering and Software Testing😥</h4>
<button class="butn">
<span class="button-content">Download </span>
</button>
</div>
<div class="sub1">
<h4>Oops with Java</h4>
<a href="https://drive.google.com/file/d/1xn-gw-GHkelkfVA2jI1bNj_b2gSjegKY/view?usp=sharing">
<button class="butn">
<span class="button-content">Download </span>
</button>
</a>
</div>
<div class="sub1">
<h4>Advance DBMS</h4>
<a href="https://drive.google.com/file/d/1Mef6Ogmcx4hR_4edIa0OZehycOyT-KB0/view?usp=sharing">
<button class="butn">
<span class="button-content">Download </span>
</button>
</a>
</div>
</div>
</div>
<div class="bca1">
<h1>MCA Second Year</h1>
<div class="sem1">
<h2>Semester-3</h2>
<div class="sub1">
<h4>Visual Programming Tools😥</h4>
<button class="butn">
<span class="button-content">Download </span>
</button>
</div>
<div class="sub1">
<h4>Mobile Application Development😥</h4>
<button class="butn">
<span class="button-content">Download </span>
</button>
</div>
<div class="sub1">
<h4>Python Programming</h4>
<a href="https://drive.google.com/file/d/1o6cAc9rMmbFPw83chbXhC5m7gYU4e8DD/view?usp=sharing">
<button class="butn">
<span class="button-content">Download </span>
</button>
</a>
</div>
<div class="sub1">
<h4>Object Oriented Analysis Design</h4>
<a href="https://drive.google.com/file/d/1zR7xzA4RyR5gyckYKcoM5tsAGf3mw7O_/view?usp=sharing">
<button class="butn">
<span class="button-content">Download </span>
</button>
</a>
</div>
<div class="sub1">
<h4>Digital Image Processing</h4>
<a href="https://drive.google.com/file/d/1DKiifBCjLzEPhEsD28c2q5hGkuWPEvhZ/view?usp=sharing">
<button class="butn">
<span class="button-content">Download </span>
</button>
</a>
</div>
<!-- <div class="sub1"></div>
<div class="sub1"></div>
<div class="sub1"></div> -->
</div>
<div class="sem1">
<h2>Semester-4</h2>
<div class="sub1">
<h4>Cyber Security and Digital Forensics</h4>
<a href="https://drive.google.com/file/d/1EcYOcdMKxFFyta5cMEz9zaxqmLt3KTbK/view?usp=sharing">
<button class="butn">
<span class="button-content">Download </span>
</button>
</a>
</div>
<div class="sub1">
<h4>Digital Marketing and Business Analytics</h4>
<a href="https://drive.google.com/file/d/1ZgWzazxF1tN_-CvkxfeDruFQFJKmUQUR/view?usp=sharing">
<button class="butn">
<span class="button-content">Download </span>
</button>
</a>
</div>
</div>
</div>
</main>
<footer>
<div class="foot-area">
<div class="back-to-top">
<button class="btt">
<a href="#" class="back"><span>Back to top</span></a>
</button>
</div>
</main>
<footer>
</div>
<div class="foot-bottom">
<p>Copyrights © 2024 </p>
<p> Maintained By Dept. of Comp. Sci. SSBES ITM Nanded</p>
<p>Terms and Conditions, Privavcy Policy</p>
</div>
</div>
</footer>
</body>
</html>