File size: 79,944 Bytes
31bc0d4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
[
  {
    "semester": "1st Sem - MCA 2025-27",
    "subjects": [
      {
        "subject": "Syllabus",
        "files": [
          { "name": "Syllabus", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Syllabus/1stMCA-Syllabus.pdf" },
          { "name": "MCA Regulations Syllabus 2025", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Syllabus/22CMPA20D2_22CMPA14D3_MCA_%20Regulations_Syllabus%20_2025.01.pdf" }
        ]
      },
      {
        "subject": "Mathematics",
        "files": [
          { "name": "Mathematics Textbook", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Mathematics/MATHS-TEXT-BOOK.pdf" },
          { "name": "VassXMSE1SEM1 262 Handwritten Notes", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Mathematics/VassXMSE1SEM1%262.pdf" }
        ]
      },
      {
        "subject": "Data Communication and Networking",
        "files": [
          { "name": "Unit 1 Ch1", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication/Unit1/unit2-ch1.pdf" },
          { "name": "Unit 1 DCN Question Bank", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication/Unit1/1.%20UNIT%201%20DCN%20QUESTION%20BANK.pdf" },
          { "name": "DCN Data Encoding", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication/Unit1/DCN-Data%20Encoding.pptx" },
          { "name": "DCN Protocol Architecture", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication/Unit1/DCN-protocol%20architecture.pptx" },
          { "name": "Data Communication and Networks Introduction", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication/Unit1/Data%20Communication%20and%20Networks-Introduction-final.pptx" },
          { "name": "App Layer Unit2 Ch2 (Unit1 folder)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication/Unit1/App%20Layer-Unit2-Ch%202.pdf" },
          { "name": "App Layer Unit2 Ch2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication/Unit2/App%20Layer-Unit2-Ch%202.pdf" },
          { "name": "Unit 2 Ch1", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication/Unit2/unit2-ch1.pdf" },
          { "name": "Unit 2 DCN Question Bank", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication/Unit2/1.%20UNIT%202%20DCN%20QUESTION%20BANK.pdf" },
          { "name": "U3 Transport Layer 3rd Unit", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication/Unit3/transport-layer-3rd%20unit.pdf" },
          { "name": "Unit 3 Transport Layer Protocol Part 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication/Unit3/unit%203-transport%20layer%20protocol-part%202.pdf" },
          { "name": "Unit 3 Transport Layer Part 1", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication/Unit3/unit%203-transport%20layer-part%201.pdf" },
          { "name": "U4 Unit4 Modified", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication/Unit4/unit%204_modified.pdf" },
          { "name": "Unit 4 Network Layer", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication/Unit4/unit%204_Networklayer.pdf" },
          { "name": "U5 Congestion in Data Networks", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication/Unit5/Unit%205-CongestioninDataNetworks.pdf" }
        ]
      },
      {
        "subject": "Data Communication and Networking Lab",
        "files": [
          { "name": "DCN Lab Manual", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication-Lab/25MCA108-DCN-lab%20manual.pdf" },
          { "name": "DCN Lab NS2 Working Programs", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication-Lab/dcn-lab-ns2-wrkng-pgms.docx" },
          { "name": "Assignment 1 Frame Sort", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication-Lab/Assignment%201%20_Frame%20sort.pdf" },
          { "name": "Assignment 2 Error Detection", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication-Lab/assignment_2%20error%20detection.docx" },
          { "name": "CN Bubble Sort (C)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication-Lab/cnbubble.c" },
          { "name": "CN Insertion Sort (C)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication-Lab/cninsertion.c" },
          { "name": "CN Quick Sort (C)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication-Lab/cnquicksort.c" },
          { "name": "CRC Program Sep 2025", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication-Lab/CRC_Program_Sep2025.pdf" },
          { "name": "Assignment 4 Program 1 (C)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication-Lab/a4prog1.c" },
          { "name": "Dijkstra's Algorithm", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication-Lab/Dijkstra%E2%80%99s%20Algorithm.docx" },
          { "name": "Program 7 Question - Dijkstra's Algorithm", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication-Lab/Program7_Question_Dijkstra%E2%80%99s%20Algorithm.docx" },
          { "name": "Assignment 8 Program (C)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication-Lab/a8prog.c" },
          { "name": "Assignment 8", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication-Lab/Assignment%208.doc" },
          { "name": "Program 1 (TCL)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication-Lab/program1.tcl" },
          { "name": "Program 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication-Lab/program2.docx" },
          { "name": "CN Assignment 3 NS-2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-And-Computer-Communication-Lab/CN%20assignment%203%20NS-2.pdf" }
        ]
      },
      {
        "subject": "Research Methodology and Publication Ethics",
        "files": [
          { "name": "RM Unit 1", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Research-Methodology-And-Publication-Ethics/RM_U1.pptx" },
          { "name": "RM Unit 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Research-Methodology-And-Publication-Ethics/RM_U2.pptx" },
          { "name": "RM Unit 3", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Research-Methodology-And-Publication-Ethics/RM_U3.pptx" },
          { "name": "RM Unit 4", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Research-Methodology-And-Publication-Ethics/RM_Unit_4.pptx" },
          { "name": "Unit 4 Plagiarism", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Research-Methodology-And-Publication-Ethics/Unit4-plagiarism.pdf" },
          { "name": "Materials Unit 5", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Research-Methodology-And-Publication-Ethics/Materials_Unit5.docx" }
        ]
      },
      {
        "subject": "Advanced Data Base Systems",
        "files": [
          { "name": "ADBS Textbook", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/refs/heads/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Data-Base-Systems/ADBS-Text-Book.pdf" },
          { "name": "ADBS Unit-1", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Data-Base-Systems/ADBS_Unit%201_Intro%20to%20DB.pdf" },
          { "name": "ADBS Unit-2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Data-Base-Systems/ADBS_Unit%202_SQL.pdf" },
          { "name": "ADBS Unit-3", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Data-Base-Systems/ADBS_Unit%203_MySQL.pdf" },
          { "name": "ADBS Unit-4", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Data-Base-Systems/ADBS_Unit%204_Database%20Design.pdf" },
          { "name": "ADBS Unit-5", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Data-Base-Systems/ADBS_Unit%205_MongoDB.pdf" },
          { "name": "MongoDB Student Projects (A and B Sections)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Data-Base-Systems/MongoDB-Student-Projects(A-and-B-Sections).docx" },
          { "name": "ADBS Assignment Task", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Data-Base-Systems/ADBS%20Assignment(Task).docx" },
          { "name": "View Constraint Details", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Data-Base-Systems/View%20constraint%20details.docx" }
        ],
        "externalfiles": [
          { "name": "ADBS Unit 3 Custom Notes (Shashidhar K)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Data-Base-Systems/adbs-unit3-custom-notes-shashidharak.pdf" }
        ]
      },
      {
        "subject": "Advanced Data Base Systems Lab",
        "files": [
          { "name": "Assignment 1", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Data-Base-Systems-Lab/Assignment%201.docx" },
          { "name": "Assignment 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Data-Base-Systems-Lab/Assignment%202.docx" },
          { "name": "Assignment 3", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Data-Base-Systems-Lab/Assignment%203.docx" },
          { "name": "Assignment 4", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Data-Base-Systems-Lab/Assignment%204.docx" },
          { "name": "Assignment 5", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Data-Base-Systems-Lab/Assignment%205.docx" },
          { "name": "Assignment 6", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Data-Base-Systems-Lab/Assignment%206.docx" },
          { "name": "Assignment 7 MongoDB", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Data-Base-Systems-Lab/Assignment%207_MongoDB.docx" },
          { "name": "Assignment Related to Lab", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Data-Base-Systems-Lab/Assignment%20Related%20to%20Lab.docx" },
          { "name": "Sample SEE Lab Question Paper", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Data-Base-Systems-Lab/Sample%20SEE%20Lab%20QP.docx" }
        ]
      },
      {
        "subject": "Advanced Operating System with Unix",
        "files": [
          { "name": "AOS Ch1", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Operating-System-with-Unix/Aos%20ch1.pptx" },
          { "name": "AOS Ch2 (PPTX)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Operating-System-with-Unix/AOS%20ch2.pptx" },
          { "name": "AOS Ch2 (PDF)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Operating-System-with-Unix/AOS%20ch2.pdf" },
          { "name": "AOS Unit 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Operating-System-with-Unix/Aos%20unit2.pptx" },
          { "name": "AOS Unit 3", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Operating-System-with-Unix/Aos%20unit3.pptx" },
          { "name": "AOS Unit 4", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Operating-System-with-Unix/Aos%20unit4.pptx" },
          { "name": "AOS Unit 5", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Advanced-Operating-System-with-Unix/Aos%20unit5.pptx" }
        ]
      },
      {
        "subject": "Data Structures And Algorithms",
        "files": [
          { "name": "Abstract Data Types", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20I/Chapter%201/Abstract_Data_Types.pdf" },
          { "name": "Arrays in C Presentation", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20I/Chapter%201/Arrays_in_C_Presentation.pdf" },
          { "name": "C Structure Program Simple", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20I/Chapter%201/C%20structure%20Program%20simple.pdf" },
          { "name": "C Structure Program Using Array of Objects", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20I/Chapter%201/C%20structure%20Program%20using%20array%20of%20objects.pdf" },
          { "name": "C Structure Program Using Nested Structure", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20I/Chapter%201/C%20structure%20Program%20using%20nested%20structure%20concept.pdf" },
          { "name": "C Functions Presentation", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20I/Chapter%201/C_Functions_Presentation.pdf" },
          { "name": "Introduction to DS (Edited)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20I/Chapter%201/Introduction%20to%20DS-edited.pdf" },
          { "name": "Introduction to DSA", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20I/Chapter%201/Introduction_to_DSA.pdf" },
          { "name": "Pointers", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20I/Chapter%201/Pointers.pdf" },
          { "name": "Structures (Edited)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20I/Chapter%201/structures-edited.pdf" },
          { "name": "Design and Analysis of Algorithms", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20I/Chapter%202/Design%20and%20Analysis%20of%20Algorithms.pdf" },
          { "name": "U2 Doubly Linked Lists", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20II/Doubly%20Linked%20Lists.pdf" },
          { "name": "Realization of DLL", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20II/Realization%20of%20DLL%20program.pdf" },
          { "name": "Realization of Singly Linked List", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20II/Realization%20of%20Singly%20Linked%20List-edited.pdf" },
          { "name": "Realization of SLL Program", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20II/realization%20of%20SLL%20program.pdf" },
          { "name": "U3 Evaluate Postfix", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20III/Evaluate%20Postfix.c.pdf" },
          { "name": "U3 Integer Stack Realization", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20III/Interger%20Stack%20realization.docx" },
          { "name": "U3 Postfix Evaluation", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20III/Postfix_Evaluation.pdf" },
          { "name": "U3 Queues as Lists in C", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20III/Queues%20as%20Lists%20in%20C.pdf" },
          { "name": "U3 Recursion", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20III/Recursion.pdf" },
          { "name": "U3 Recursive Program for Fibonacci Numbers", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20III/Recursive%20Program%20for%20Fibonacci%20numbers%20in%20C.pdf" },
          { "name": "U3 Stack", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20III/Stack.pdf" },
          { "name": "U3 Static Student Stack", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20III/Static%20student%20stack.pdf" },
          { "name": "U3 Circular Queue (Student)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20III/circular%20queue-student.pdf" },
          { "name": "U3 Circular Queue", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20III/circular%20queue.pdf" },
          { "name": "U3 Convert Infix to Postfix Algorithm", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20III/convert%20from%20infix%20to%20postfix-Algorithm.pdf" },
          { "name": "U3 Convert Infix to Postfix (C)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20III/convert%20infix%20to%20postfix.c.pdf" },
          { "name": "U3 Dynamic Integer Stack", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20III/dynamic%20integer%20stack.pdf" },
          { "name": "U3 Ordinary Queue (Student)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20III/ordinary%20queue-%20student.pdf" },
          { "name": "U3 Ordinary Queue", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20III/ordinary%20queue.pdf" },
          { "name": "U4 BST (C)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20IV/BST.c.pdf" },
          { "name": "Binary Tree Representations", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20IV/Binary%20Tree%20Representations%20new.pdf" },
          { "name": "Implementation of Right-in Threaded BT", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20IV/Implementation%20of%20Right-in%20threaded%20BT.pdf" },
          { "name": "Trees Introduction", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20IV/TREES%20-%20Introduction.pdf" },
          { "name": "Threaded Binary Tree", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20IV/Threaded%20binary%20tree.pdf" },
          { "name": "Traversing a Tree", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20IV/Traversing%20a%20tree.pdf" },
          { "name": "Binary Search Tree (C)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20IV/binary_search_tree.c.pdf" },
          { "name": "U5 Efficiency of Quick Sort", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20V/Efficency%20of%20Quick%20Sort.pdf" },
          { "name": "Interpolation Search", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20V/Interpolation%20Search.pdf" },
          { "name": "Searching an Ordered Table", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20V/Searching%20an%20ordered%20table.pdf" },
          { "name": "Searching Introduction", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20V/Searching-introduction.pdf" },
          { "name": "Selection Sort", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20V/Selection%20sort.pdf" },
          { "name": "Sequential Searching", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20V/Sequential%20searching.pdf" },
          { "name": "Shell Sort Techniques", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20V/Shell%20Sort%20Techniques.pdf" },
          { "name": "Simple Insertion Sort", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20V/Simple_insertionsort.pdf" },
          { "name": "Quick Sort Tracing II", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20V/Sorting%20-quick%20sort%20tracing-II.pdf" },
          { "name": "Quick Sort Tracing", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20V/Sorting%20-quick%20sort%20tracing.pdf" },
          { "name": "Sorting Techniques", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20V/Sorting%20Techniques.pdf" },
          { "name": "Binary Search Introduction", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20V/binary%20search%20-%20introduction.pdf" },
          { "name": "Merge Sort", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20V/mergesort.pdf" },
          { "name": "Quick Sort", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20V/quickSort.pdf" },
          { "name": "Recursive Binary Search", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms/Unit%20V/recursive%20binary%20search.pdf" }
        ]
      },
      {
        "subject": "Data Structures And Algorithms Lab",
        "files": [
          { "name": "Fundamentals of Programming using C Lab Assignment", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms-Lab/Fundamentals%20of%20Programming%20using%20C%20Lab%20Assignment.pdf" },
          { "name": "DSA Assignment QA", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms-Lab/DSA-ASSIGNMENT-QA.pdf" },
          { "name": "DSA Lab Assignment 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms-Lab/DSA%20Lab%20Assignment-2.pdf" },
          { "name": "DSA Lab Assignment 3", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms-Lab/DSA%20Lab%20Assignment-3.pdf" },
          { "name": "DSA Lab Assignment 4", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms-Lab/DSA%20Lab%20Assignment-4.pdf" },
          { "name": "DSA Lab Assignment 5", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms-Lab/DSA%20Lab%20Assignment-5.pdf" },
          { "name": "DSA Lab Assignment 6", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms-Lab/DSA%20Lab%20Assignment-6.docx" },
          { "name": "DSA Lab Assignment 7", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/1st-Sem-2025-26/Data-Structures-And-Algorithms-Lab/DSA%20Lab%20Assignment-7.docx" }
        ]
      }
    ]
  },
  {
    "semester": "2nd Sem - MCA 2025-27",
    "subjects": [
      {
        "subject": "Advanced Web Technologies Lab",
        "files": [
          { "name": "Assignment 1", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies-Lab/Assignment%201.docx" },
          { "name": "Assignment 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies-Lab/Assignment%202.docx" },
          { "name": "Assignment 3", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies-Lab/Assignment%203.docx" },
          { "name": "Assignment 4", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies-Lab/Assignment%204.docx" },
          { "name": "Assignment 6", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies-Lab/Assignment%206.docx" },
          { "name": "Assignment 7", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies-Lab/Assignment%207.docx" },
          { "name": "Assignment 8", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies-Lab/Assignment%208.docx" }
        ],
        "externalfiles": [
          { "name": "AWT Lab Assignment 1 Solution", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies-Lab/External/AWT-Lab-Assignment-1-Solution.pdf" },
          { "name": "AWT Assignment 1 Output", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies-Lab/External/AWT-Assignment-1Output.pdf" },
          { "name": "AWT Assignment 2 Solution", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies-Lab/External/AWT-Assignment2-Solution.pdf" },
          { "name": "AWT Assignment 2 Output", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies-Lab/External/AWT-Assignment2output.pdf" },
          { "name": "AWT Assignment 4 Solution", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies-Lab/External/AWT-Assignment4-Solution.pdf" },
          { "name": "AWT Assignment 4 Output", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies-Lab/External/AWT-Assignment-4-Output.pdf" },
          { "name": "Assignment 5 AWT Lab Solutions", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies-Lab/External/Assignment%205%20AWT%20Lab%20Solutions.pdf" },
          { "name": "AWT Assignment 5 Output", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies-Lab/External/AWT-Asmt-5-OUTPUT.pdf" },
          { "name": "AWT Assignment 6 Solution", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies-Lab/External/AWT-Assignment-6-Solution.pdf" },
          { "name": "AWT Assignment 6 Output", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies-Lab/External/AWT-Assignment-6-Output.pdf" },
          { "name": "AWT Assignment 7 Solutions", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies-Lab/External/AWT-Assignment-7-Solutions.pdf.pdf" },
          { "name": "AWT Assignment 7 Output", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies-Lab/External/AWT-Assignment-7-Output.pdf.pdf" },
          { "name": "AWT Assignment 8 Solution", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies-Lab/External/AWT-Assignment8-Solution.pdf" },
          { "name": "AWT Assignment 8 Output", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies-Lab/External/AWT-Assignment8-output.pdf" }
        ]
      },
      {
        "subject": "Advanced Web Technologies",
        "files": [
          { "name": "Unit I", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies/UNIT%20I.pptx" },
          { "name": "PHP and Advanced PHP", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies/PHP%20and%20Advanced%20PHP.pptx" },
          { "name": "Unit 3 (Part A)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies/UNIT%20-%203.pptx" },
          { "name": "Unit III (Part B)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies/UNIT%20III.pptx" },
          { "name": "Unit 4", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies/UNIT%20-%2041.pptx" },
          { "name": "jQuery and Introduction to AngularJS", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies/JQUERY%20and%20Introduction%20to%20Angular%20JS.pptx" }
        ],
        "externalfiles": [
          { "name": "AWT Important QA", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies/Unofficial/AWT-IMP-QA.pdf" },
          { "name": "AWT Important Section B", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies/Unofficial/AWT-IMP-secB.pdf" },
          { "name": "AWT U3-U4 MSE2 Important QA", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Advanced-Web-Technologies/External/AWT-U3-U4-MSE2-important-qa%20(1).pdf" }
        ]
      },
      {
        "subject": "Data Warehousing and Data Mining",
        "files": [
          { "name": "DWDM Syllabus", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Data-Warehousing-and-Data-Mining/25MCA204_DWDM_Syllabus.pdf" },
          { "name": "Task 1", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Data-Warehousing-and-Data-Mining/Task%201.docx" },
          { "name": "Unit 1 Data Warehousing Introduction", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Data-Warehousing-and-Data-Mining/Unit1_01_DataWarehousing-Introduction.pdf" },
          { "name": "Unit 1 Data Warehouse Modelling", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Data-Warehousing-and-Data-Mining/Unit1_Datawarehouse_Modelling.pdf" },
          { "name": "DMDW Module 1 Notes", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Data-Warehousing-and-Data-Mining/DMDW_MODULE_1_NOTES.pdf" },
          { "name": "Unit 2 DW Implementation", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Data-Warehousing-and-Data-Mining/Unit2_DW_Implementation.pdf" },
          { "name": "Unit 2 Chapter 2 DM Introduction", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Data-Warehousing-and-Data-Mining/Unit2_chapter2_DM_Introduction.pdf" },
          { "name": "Unit 2 Chapter 3 Data", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Data-Warehousing-and-Data-Mining/Unit2_chapter3_Data.pdf" },
          { "name": "Unit 2 Chapter 4 Data Quality", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Data-Warehousing-and-Data-Mining/Unit2_chapter4_Dataquality.pdf" },
          { "name": "Unit 2 Chapter 5 Data Preprocessing", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Data-Warehousing-and-Data-Mining/Unit2_Chapter5_DataPreprocessing.pdf" },
          { "name": "Unit 2 Chapter 6 Similarity and Dissimilarity Measures", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Data-Warehousing-and-Data-Mining/Unit2_Chapter6_Similarity_Dissimilarity_Measures.pdf" },
          { "name": "DMDW Module 2 Notes", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Data-Warehousing-and-Data-Mining/DMDW_MODULE_2_NOTES.pdf" },
          { "name": "DM Module 3 (2026)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Data-Warehousing-and-Data-Mining/2026_DM_MODULE_3.pdf" },
          { "name": "Unit 3 Association Analysis", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Data-Warehousing-and-Data-Mining/Unit3_Association_Analysis.pdf" },
          { "name": "Unit 3 Problems", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Data-Warehousing-and-Data-Mining/Unit3_Problems.pdf" },
          { "name": "DMDW Module 4 PPT", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Data-Warehousing-and-Data-Mining/DMDW_MODULE%204%20PPT.pptx" },
          { "name": "DMDW Task 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Data-Warehousing-and-Data-Mining/DMDW%20Task_2.pdf" }
        ],
        "externalfiles": [
          { "name": "DWMD MSE1 Important", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Data-Warehousing-and-Data-Mining/Unofficial/DWMD-MSE1-IMP.pdf" },
          { "name": "DWMD Important for MSE2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Data-Warehousing-and-Data-Mining/External/DWMD-Imp-for-MSE2.pdf" }
        ]
      },
      {
        "subject": "Enterprise Java",
        "files": [
          { "name": "Format Report (Java)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java/Format-report%5BJava%5D.pdf" },
          { "name": "Unit 1 (Java)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java/Unit-1%5BJava%5D.pdf" },
          { "name": "Enterprise Java Unit 1", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java/Enterprise%20Java_Unit%201.pdf" },
          { "name": "Unit 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java/Unit-2.pdf" },
          { "name": "Enterprise Java Unit 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java/Enterprise%20Java_Unit%202.pdf" },
          { "name": "Enterprise Java Unit 3 Collections", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java/Enterprise%20Java_Unit%203_Collections.pdf" },
          { "name": "Enterprise Java Unit 3 Event Handling", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java/Enterprise%20Java_Unit%203_Event%20Handling.pdf" },
          { "name": "Enterprise Java Unit 3 Multi-threaded Programming", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java/Enterprise%20Java_Unit%203_Multi-threaded%20Programming.pdf" },
          { "name": "Unit 3 (3 Chapters)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java/Unit%203%5B3%20Chapters%5D.pdf" },
          { "name": "Unit 4", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java/Unit%204.pptx" },
          { "name": "EJava Notes Unit 5", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java/EJava%20Notes-Unit5.docx" },
          { "name": "Assignment Questions Unit 5", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java/Assignment%20%20Questions_Unit%205.docx" },
          { "name": "Enterprise Java Unit 5", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java/Enterprise%20Java_Unit%205.pdf" }
        ],
        "externalfiles": [
          { "name": "EJava Unit 1 (Shashidhar K)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java/External/EJAVA-UNIT1-SHASHIDHARAK.pdf" },
          { "name": "EJava Important Questions", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java/Unofficial/EJAVA-IMP-QSNs.pdf" },
          { "name": "Java Viva Questions", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java/Unofficial/JAVA-Viva-Questions.pdf" },
          { "name": "EJava U3-U4 MSE2 Important QA", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java/External/EJAVA-U3-U4-MSE2-Important-qa.pdf" }
        ]
      },
      {
        "subject": "Enterprise Java Lab",
        "files": [
          { "name": "Java Lab Task", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java-Lab/Java_lab_task.pdf" },
          { "name": "Format Report (Java)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java-Lab/Format-report%5BJava%5D.pdf" },
          { "name": "EJava Project Titles - D Section", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java-Lab/EJava%20Project%20titles%20-%20D%20Section.xlsx" },
          { "name": "Assignment 1 (Java) A", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java-Lab/Assignment-1_Java.docx" },
          { "name": "Assignment 1 (Java) B", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java-Lab/Assignment1.docx" },
          { "name": "Assignment 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java-Lab/Assignment2.docx" },
          { "name": "Assignment 3", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java-Lab/Assignment3.docx" },
          { "name": "Assignment 4", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java-Lab/Assignment4.docx" },
          { "name": "Assignment 5", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java-Lab/Assignment5.docx" },
          { "name": "Sample Lab Question Paper", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java-Lab/Sample%20Lab%20Question%20Paper.docx" }
        ],
        "externalfiles": [
          { "name": "EJava Lab Assignment 1", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java-Lab/External/Assignment1-EJAVA-lab.pdf" },
          { "name": "EJava Lab Assignment 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java-Lab/External/Assignment2-EJAVA-lab.pdf" },
          { "name": "EJava Lab Assignment 3 Solution", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java-Lab/External/EJava-Assignment3-lab-Sol.pdf" },
          { "name": "EJava Lab Assignment 4 Solution", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java-Lab/External/EJAVA-LAB-Assignment4-Solution.pdf" },
          { "name": "EJava Assignment 5 Solution", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java-Lab/External/EJAVA-Assignment5-Solution.pdf.pdf" },
          { "name": "EJava Assignment 5 Output", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Enterprise-Java-Lab/External/EJAVA-Assignment5-Output.pdf.pdf" }
        ]
      },
      {
        "subject": "Web Development Using Ruby on Rails and PostgreSQL",
        "files": [
          { "name": "Ruby Rails PostgreSQL Installation Guide", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Web-Development-Using-Ruby-on-Rails-%26-PostgreSQL/Ruby_Rails_PostgreSQL_Installation_Guide.pptx" },
          { "name": "9780136702658 Sample", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Web-Development-Using-Ruby-on-Rails-%26-PostgreSQL/9780136702658_Sample.pdf" },
          { "name": "Learning PostgreSQL 11 (3rd Edition)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Web-Development-Using-Ruby-on-Rails-%26-PostgreSQL/Learning%20PostgreSQL%2011%20A%20beginner's%20guide%20to%20building%20high-performance%20PostgreSQL%20database%20solutions%2C%203rd%20Edition%20-%20%20Packt%20Mapt.pdf" },
          { "name": "Agile Web Development with Rails 5.1", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Web-Development-Using-Ruby-on-Rails-%26-PostgreSQL/agile-web-development-with-rails-51-9781680502510-1680502514_compress.pdf" },
          { "name": "Agile Web Development with Rails 7", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Web-Development-Using-Ruby-on-Rails-%26-PostgreSQL/agile-web-development-with-rails-7-1nbsped-1680509292-9781680509298.pdf" },
          { "name": "MVC Rails", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Web-Development-Using-Ruby-on-Rails-%26-PostgreSQL/mvcRail.odp" },
          { "name": "PostgreSQL Up and Running (3rd Edition)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Web-Development-Using-Ruby-on-Rails-%26-PostgreSQL/postgresql-up-and-running-a-practical-guide-to-the-advanced-open-source-database-3nbsped-9781491963418.pdf" },
          { "name": "Unit 1", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Web-Development-Using-Ruby-on-Rails-%26-PostgreSQL/unit%201.odp" },
          { "name": "Task 1 RoR", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Web-Development-Using-Ruby-on-Rails-%26-PostgreSQL/Task%201_RoR.docx" },
          { "name": "Unit 3", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Web-Development-Using-Ruby-on-Rails-%26-PostgreSQL/Unit%203.pdf" },
          { "name": "Unit 4", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Web-Development-Using-Ruby-on-Rails-%26-PostgreSQL/unit%204.pdf" },
          { "name": "Mastering Ruby on Rails", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Web-Development-Using-Ruby-on-Rails-%26-PostgreSQL/Mastering%20Ruby%20on%20Rails.pdf" },
          { "name": "PostgreSQL Basics and SQL Queries Masterclass", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Web-Development-Using-Ruby-on-Rails-%26-PostgreSQL/PostgreSQL%20Basics%20and%20SQL%20Queries%20Masterclass%20(1).pdf" },
          { "name": "Ruby on Rails Comprehensive Guide with Real-world Examples", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Web-Development-Using-Ruby-on-Rails-%26-PostgreSQL/Ruby%20on%20Rails_%20Comprehensive%20Guide%20with%20Real-world%20Examples%20(1)%20(1).pdf" },
          { "name": "Ruby on Rails Full Stack Mastery", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Web-Development-Using-Ruby-on-Rails-%26-PostgreSQL/Ruby%20on%20Rails_%20Full%20Stack%20Mastery%20(1).pdf" }
        ],
        "externalfiles": [
          { "name": "Ruby MSE2 (U3-U4)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Web-Development-Using-Ruby-on-Rails-%26-PostgreSQL/External/Ruby-MSE2-(U3-U4).pdf" },
          { "name": "Ruby Rails Revision Notes", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Web-Development-Using-Ruby-on-Rails-%26-PostgreSQL/External/Ruby_Rails_Revision_Notes.pdf" }
        ]
      },
      {
        "subject": "Full Stack Development Using Django",
        "files": [
          { "name": "Module 1", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Full-Stack-development-using-Django/Module-1.pdf" },
          { "name": "Module 1 Django", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Full-Stack-development-using-Django/module1django.pdf" },
          { "name": "Module 2 Django", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Full-Stack-development-using-Django/module2django.pdf" },
          { "name": "Module 3", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Full-Stack-development-using-Django/module-3.pptm" },
          { "name": "Unit 4", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Full-Stack-development-using-Django/unit_4.pptx" }
        ],
        "externalfiles": [
          { "name": "Django U3-U4 Important MSE2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Full-Stack-development-using-Django/External/Django-U3-U4-IMP-MSE2.pdf" }
        ]
      },
      {
        "subject": "Software Engineering and Testing",
        "files": [
          { "name": "Sommerville Software Engineering 10th Edition", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Software-Engineering-and-Testing/Sommerville%20-Software-Engineering%20-10th%20edition.pdf" },
          { "name": "Software Engineering Unit 1 Chapter 1", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Software-Engineering-and-Testing/Software%20Engineering%20Unit%201%20Chapter%201_compressed.pdf" },
          { "name": "Unit 1 Chapter 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Software-Engineering-and-Testing/Unit%201%20Chapter%202-compressed.pdf" },
          { "name": "System Models", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Software-Engineering-and-Testing/System%20Models_compressed.pdf" },
          { "name": "Software Requirements Unit 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Software-Engineering-and-Testing/Software%20requirements-unit2.ppt" },
          { "name": "Agile Unit 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Software-Engineering-and-Testing/agile-unit2.ppt" },
          { "name": "Unit 3 Class Slides", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Software-Engineering-and-Testing/UNIT-3%20Class%20Slides.pptx" },
          { "name": "Unit 3 Updated", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Software-Engineering-and-Testing/UNIT-3-updated.pdf" },
          { "name": "Performance, Security and Scalability Testing", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Software-Engineering-and-Testing/Performance%2C%20Security%20%26%20Scalability%20Testing%20(2)_compressed.pdf" }
        ],
        "externalfiles": [
          { "name": "SET Important MSE1 U1-U2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Software-Engineering-and-Testing/Unofficial/SET-IMP-MSE1-U1U2.pdf" },
          { "name": "SET Short Notes MSE1", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Software-Engineering-and-Testing/Unofficial/SET-short%20Notes%20MSE1.pdf" }
        ]
      },
      {
        "subject": "Professional Communication Skills",
        "files": [],
        "externalfiles": [
          { "name": "PCS MSE1 PTC", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/2nd-Sem-2025-26/Professional-Communication-Skills/Unofficial/PCS-MSE1-PTC.pdf" }
        ]
      }
    ]
  },
  {
    "semester": "3rd Sem - MCA 2024-26",
    "subjects": [
      {
        "subject": "Syllabus",
        "files": [
          { "name": "3rd Semester MCA Syllabus with Regulations (2024-2026 Batch)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Syllabus/2024-2026%20Batch%20-%20III%20Semester%20MCA%20Syllabus%20with%20Regulations.pdf" }
        ]
      },
      {
        "subject": "Advanced Web Technologies Lab",
        "files": [
          { "name": "Assignment 1", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Advanced-web-technologies-lab/ASSIGNMENT%201%20(3).docx" },
          { "name": "Assignment 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Advanced-web-technologies-lab/Assignment2%20(1).docx" },
          { "name": "Assignment 3", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Advanced-web-technologies-lab/Assignment%203..docx" },
          { "name": "Assignment 5", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Advanced-web-technologies-lab/Assignment%205..docx" },
          { "name": "Assignment HTML5", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Advanced-web-technologies-lab/Assignment%20html5.docx" },
          { "name": "Assignment 6", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Advanced-web-technologies-lab/ASSIGNMENT6..docx" },
          { "name": "Assignment 7", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Advanced-web-technologies-lab/Assignment7.docx" },
          { "name": "Assignment 8", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Advanced-web-technologies-lab/Assignment%208.docx" }
        ]
      },
      {
        "subject": "Advanced Web Technologies",
        "files": [
          { "name": "Unit I", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Advanced-web-technologies/UNIT%20I.pptx" },
          { "name": "JavaScript Introduction", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Advanced-web-technologies/JavaScript%20Introduction.pdf" },
          { "name": "Task 1 AWT", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Advanced-web-technologies/Task%201_AWT..docx" }
        ]
      },
      {
        "subject": "Artificial Intelligence and Machine Learning",
        "files": [
          { "name": "Assignment 1", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Artificial-Intelligence-and-Machine-Learning/ASSIGNMENT-1.pdf" },
          { "name": "Assignment 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Artificial-Intelligence-and-Machine-Learning/ASSIGNMENT.odt" },
          { "name": "Assignment 4 (A)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Artificial-Intelligence-and-Machine-Learning/ASSIGNMENT-4.odt" },
          { "name": "Assignment 4 (B)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Artificial-Intelligence-and-Machine-Learning/Assignment-4.odt" },
          { "name": "Assignment 5", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Artificial-Intelligence-and-Machine-Learning/Assignment5.pdf" },
          { "name": "Assignment 6", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Artificial-Intelligence-and-Machine-Learning/Assignment-6.odt" },
          { "name": "Assignment 7 (PCA, SVM, NB)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Artificial-Intelligence-and-Machine-Learning/ASSIGNMENT-7(pca%2Csvm%2Cnb).odt" },
          { "name": "Customers Dataset (CSV)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Artificial-Intelligence-and-Machine-Learning/Customers.csv" },
          { "name": "Data1 (CSV)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Artificial-Intelligence-and-Machine-Learning/Data1.csv" },
          { "name": "Unit 1 AI and ML 2025", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Artificial-Intelligence-and-Machine-Learning/Unit-1-AI%20%20ML-2025.odp" },
          { "name": "Heart Data (CSV)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Artificial-Intelligence-and-Machine-Learning/heart.data.csv" }
        ]
      },
      {
        "subject": "Block Chain Technology",
        "files": [
          { "name": "BCT Syllabus", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Block-Chain-Technology/BCT%20Syllabus.pdf" },
          { "name": "Blockchain Unit 1 PPT 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Block-Chain-Technology/Blockchain%20Unit-1_PPT_2.pptx" },
          { "name": "Block Chain Unit 1 PPT 1", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Block-Chain-Technology/block%20chain_unit-1_ppt_1.pptx" },
          { "name": "Block Chain Unit 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Block-Chain-Technology/block%20chain_unit-2.pptx" },
          { "name": "Block Chain Unit 3", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Block-Chain-Technology/Block%20chain_Unit-3%20(3).pptx" },
          { "name": "Block Chain Unit 4", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Block-Chain-Technology/Block%20chain%20Unit-4.pptx" },
          { "name": "Block Chain Unit 1 PPT (New)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Block-chain-technology/block%20chain_unit-1_ppt_new%20(1).pptx" },
          { "name": "Block Chain Unit 2 (Updated)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Block-chain-technology/block%20chain_unit-2%20(2).pptx" }
        ]
      },
      {
        "subject": "Cloud Computing and Big Data",
        "files": [
          { "name": "Unit 1 PPT", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Cloud-computing-and-big-data/Unit%201%20ppt.pdf" },
          { "name": "Unit 1 Big Data Modified", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Cloud-computing-and-big-data/unit%201%20-%20Big%20Data%20Modified.pdf" },
          { "name": "Unit 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Cloud-computing-and-big-data/unit%202.pdf" },
          { "name": "Unit 3", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Cloud-computing-and-big-data/unit%203.pdf" },
          { "name": "Unit 4", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Cloud-computing-and-big-data/unit%204.pdf" },
          { "name": "Cloud Computing and Big Data Task", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Cloud-computing-and-big-data/Cloud%20Computing%20and%20Big%20Data%20Task.pdf" },
          { "name": "Big Data Assignment 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Cloud-computing-and-big-data/bigdata%20assignment%202.pdf" },
          { "name": "BDA Assignment 4", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Cloud-computing-and-big-data/BDA4.pdf" },
          { "name": "BDA Assignment 5", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Cloud-computing-and-big-data/BDA5.pdf" },
          { "name": "BDA Assignment 6", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Cloud-computing-and-big-data/BDA6.pdf" }
        ]
      },
      {
        "subject": "Mobile Computing and Application Development",
        "files": [
          { "name": "MC AD Assignment 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Mobile-computing-and-application-development/MC%20%20AD%20assignment%202.docx" },
          { "name": "MC AD Task", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/MCA-NMAMIT/3rd-sem-2025-26/Mobile-computing-and-application-development/MC%20%20AD%20task.pdf" }
        ]
      }
    ]
  },
  {
    "semester": "6th Sem - BCA [Mangalore University] 2022-2025",
    "subjects": [
      {
        "subject": "Syllabus",
        "files": [
          { "name": "J2EE Question Bank", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Syllabus/J2EE%20QBANK.pdf" },
          { "name": "VI BCA Advanced VAVA and J2EE Question Bank", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Syllabus/VI%20BCA-ADVANCED%20VAVA%20AND%20J2EE%20QBANK.pdf" },
          { "name": "VI Sem BCA Question Bank WCMS FDS (A)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Syllabus/VI%20SEM%20BCA%20QBANK_WCMS_FDS%20(1).pdf" },
          { "name": "VI Sem BCA Question Bank WCMS FDS (B)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Syllabus/VI%20SEM%20BCA%20QBANK_WCMS_FDS.pdf" },
          { "name": "VI Sem BCA PHP and MySQL Question Bank", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Syllabus/VISEMBCA-PHPANDMYSQLQBANK.pdf" },
          { "name": "Data Science", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Syllabus/data%20science.pdf" }
        ]
      },
      {
        "subject": "Advanced Java and J2EE",
        "files": [
          { "name": "J2EE Question Bank", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Syllabus/J2EE%20QBANK.pdf" },
          { "name": "Advanced Java QB Unit 1", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Advanced-Java-and-J2EE/Advance%20Java%20QB%20unit-1.pdf" },
          { "name": "Advanced Java QB Unit 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Advanced-Java-and-J2EE/Advance%20java%20QB%20Unit-2.pdf" },
          { "name": "Advanced Java Unit 3", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Advanced-Java-and-J2EE/Advance%20Java%20Unit-3.pdf" },
          { "name": "Java Unit 4", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Advanced-Java-and-J2EE/java%20unit%204.pdf" },
          { "name": "Unit 3 ChatGPT Methods", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Advanced-Java-and-J2EE/unit%203%20chatgpt%20methods.pdf" },
          { "name": "Unit 3 Deepseek Methods", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Advanced-Java-and-J2EE/Unit%203%20Deepseek%20Methds.pdf" },
          { "name": "J2EE Unit 4 ChatGPT 4 Marks", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Advanced-Java-and-J2EE/J2EE%20Unit-4%20Chatgpt%204%20marks.pdf" }
        ]
      },
      {
        "subject": "Artificial Intelligence",
        "files": [
          { "name": "Unit 1", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Artificial-Intelligence/Unit_1.pdf" },
          { "name": "Unit 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Artificial-Intelligence/Unit_2.pdf" },
          { "name": "Unit 3", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Artificial-Intelligence/Unit_3-1.pdf" },
          { "name": "Unit 4", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Artificial-Intelligence/AIUNIT4.pdf" },
          { "name": "All Important AI", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Artificial-Intelligence/All_imp_Ai.pdf" },
          { "name": "AI ChatGPT Unit 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Artificial-Intelligence/AI%20Chatgpt%20UNIT%202.pdf" }
        ]
      },
      {
        "subject": "Fundamentals of Data Science",
        "files": [
          { "name": "VI Sem BCA Question Bank WCMS FDS", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Syllabus/VI%20SEM%20BCA%20QBANK_WCMS_FDS.pdf" },
          { "name": "FDS QB Solved (DOCX)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Fundamentals-of-Data-Science/FDS_QB_SOLVED.docx" },
          { "name": "FDS QB Solved (PDF)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Fundamentals-of-Data-Science/FDS_QB_SOLVED.pdf" },
          { "name": "DocScanner 14 Jun 2025 6:05 AM", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Fundamentals-of-Data-Science/DocScanner%2014%20Jun%202025%206-05%20am.pdf" },
          { "name": "DocScanner 14 Jun 2025 7:52 AM", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Fundamentals-of-Data-Science/DocScanner%2014%20Jun%202025%207-52%20am.pdf" },
          { "name": "Unit 1 (ChatGPT)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Fundamentals-of-Data-Science/Unit-1%20Chatgpt.pdf" },
          { "name": "Unit 2 DS 2 Marks (ChatGPT)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Fundamentals-of-Data-Science/Unit-2%20DS%20%202%20marks%20%5BChatgpt%5D.pdf" },
          { "name": "Unit 3 DS 2 Marks (ChatGPT)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Fundamentals-of-Data-Science/Unit%203%20DS%202%20marks%20%5BChatgpt%5D.pdf" },
          { "name": "Unit 3 and 4 QP Answer 2024", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Fundamentals-of-Data-Science/Unit-3%20and%204%20QP%20Answ%202024.pdf" },
          { "name": "Question Paper Answer 2024 Unit 1 and 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Fundamentals-of-Data-Science/Question%20paper%20answer%202024%20unit-1%20and%20unit-2.pdf" }
        ]
      },
      {
        "subject": "PHP and MySQL",
        "files": [
          { "name": "PHP and MySQL Question Bank", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Syllabus/VISEMBCA-PHPANDMYSQLQBANK.pdf" },
          { "name": "PHP Unit 1 Solved", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/PHP-and-MYSQL/PHP%20UNIT%201%20SOLVED%5B1%5D.pdf" },
          { "name": "PHP Unit 2 (2 Marks) [ChatGPT]", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/PHP-and-MYSQL/PHP%20UNIT-2%20(2%20Marks)%20%5BChatGpt%5D.pdf" },
          { "name": "PHP Unit 3 (2 Marks) [ChatGPT]", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/PHP-and-MYSQL/UNIT%203%20PHP%20(2%20marks)%20%5BChatGpt%5D.pdf" },
          { "name": "PHP Unit 4 (ChatGPT)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/PHP-and-MYSQL/unit%204%20php%20GPT.pdf" }
        ]
      },
      {
        "subject": "Web Content Management System",
        "files": [
          { "name": "WCMS Question Bank", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Syllabus/VI%20SEM%20BCA%20QBANK_WCMS_FDS.pdf" },
          { "name": "WCMS Unit 1", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Web-Content-Management-System/WCMS%20UNIT-1.pdf" },
          { "name": "WCMS Unit 2", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Web-Content-Management-System/WCMS%20UNIT-2.pdf" },
          { "name": "WCMS Unit 3", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Web-Content-Management-System/WCMS%20UNIT-3.pdf" },
          { "name": "WCMS Unit 4", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Web-Content-Management-System/WCMS%20UNIT-4.pdf" }
        ]
      },
      {
        "subject": "Previous Year Question Papers",
        "files": [
          { "name": "6th Semester BCA May 2024", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Previous-Year-QP/6th%20Semester%20B.C.A.%20May%202024.pdf" },
          { "name": "Document from Shashi Kulal", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Previous-Year-QP/Document%20from%20Shashi_kulal.pdf" },
          { "name": "NEP BCA VI Sem Fundamentals of Data Science", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Previous-Year-QP/NEP%20BCA%20VI%20Sem%20Fundamentals%20of%20Data%20Science.pdf" },
          { "name": "NEP BCA VI Sem Web Content Management System", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/BCA-MANGALORE-U-NEP/6th-Semester/Previous-Year-QP/NEP%20BCA%20VI%20Sem%20Web%20Content%20Management%20System.pdf" }
        ]
      }
    ]
  },
  {
    "semester": "Other Resources",
    "subjects": [
      {
        "subject": "Advanced Operating System with Unix",
        "files": [
          { "name": "Operating System (DOCX)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/OTHER_RESOURCES/Operating_System/OPERATING-SYSTEM.docx" },
          { "name": "Operating System (PDF)", "url": "https://raw.githubusercontent.com/Shashidharak89/Study_Materials_Collection/main/OTHER_RESOURCES/Operating_System/OPERATING-SYSTEM.pdf" }
        ]
      }
    ]
  }
]