-
Notifications
You must be signed in to change notification settings - Fork 0
/
user.php
113 lines (108 loc) · 6.57 KB
/
user.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>E-LIBRARY</title>
<link rel="stylesheet" href="css/design1.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sono:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css">
</head>
<body>
</section>
<section class="book1">
<h2>OPERATING SYSTEM</h2>
<p class="abc">An OS is the program that, after being initially loaded into the computer by a boot program, manages all of the other application programs in a computer. </p>
<div class="row1">
<div class="book1-col">
<h3>Operating System <br> Concepts</h3>
<p> <a href="https://drive.uqu.edu.sa/_/mskhayat/files/MySubjects/2017SS%20Operating%20Systems/Abraham%20Silberschatz-Operating%20System%20Concepts%20(9th,2012_12).pdf"> CLICK HERE TO OPEN PDF </a></p>
</div>
<div class="book1-col">
<h3>OS - Internal and Design Principles</h3>
<p> <a href="https://www.academia.edu/44459131/William_Stallings_Operating_SystemsInternals_and_Design_Principles_7th_Edition_"> CLICK HERE TO OPEN PDF </a></p>
</div>
<div class="book1-col">
<h3>OS - Design and Implementation</h3>
<p> <a href="https://csc-knu.github.io/sys-prog/books/Andrew%20S.%20Tanenbaum%20-%20Operating%20Systems.%20Design%20and%20Implementation.pdf">CLICK HERE TO OPEN PDF</a></p>
</div>
<div class="book1-col">
<h3>Revision notes for <br> practice</h3>
<p> <a href="https://www.studocu.com/in/document/bangalore-university/bachelor-of-computer-applications/operating-system-notes-for-3-sem-bca/14364724">CLICK HERE TO OPEN PDF</a></p>
</div>
</div>
</section>
<section class="book2">
<h2>DATA STRUCTURES USING C</h2>
<p class="abc">Data Structures are typically used to organize, process, retrieve and store data on computers for efficient use. They help in understanding the nature of a given problem at a deeper level.</p>
<div class="row2">
<div class="book2-col">
<h3>Data Structures and <br> Algorithms in C</h3>
<p> <a href="https://itlectures.ro/wp-content/uploads/2016/04/AdamDrozdek__DataStructures_and_Algorithms_in_C_4Ed.pdf">CLICK HERE TO OPEN PDF</a></p>
</div>
<div class="book2-col">
<h3>Algorithms and <br> Applications in C</h3>
<p> <a href="https://o6ucs.files.wordpress.com/2012/10/data-structures-algorithms-and-applications-in-c-by-sartraj-sahani.pdf">CLICK HERE TO OPEN PDF</a></p>
</div>
<div class="book2-col">
<h3>Research and <br> Development</h3>
<p> <a href="https://csit.ust.edu.sd/files/2019/10/Data-structure-using-C-1.pdf">CLICK HERE TO OPEN PDF</a></p>
</div>
<div class="book2-col">
<h3>Revision notes for <br> practice</h3>
<p> <a href="http://www.vijayacollege.ac.in/Content/PDF/BCA-data-structures-notes.pdf">CLICK HERE TO OPEN PDF</a></p>
</div>
</div>
</section>
</section>
<section class="book3">
<h2>DATABASE MANAGEMENT SYSTEM</h2>
<p class="abc">In computing, a database is an organized collection of data stored and accessed electronically. Small databases can be stored on a file system, while large databases are hosted on computer clusters or cloud storage.</p>
<div class="row3">
<div class="book3-col">
<h3>Fundamentals of <br> Database System</h3>
<p> <a href="https://asolanki.co.in/wp-content/uploads/2019/02/Fundamentals_of_Database_Systems_6th_Edition-1.pdf">CLICK HERE TO OPEN PDF</a></p>
</div>
<div class="book3-col">
<h3>Introduction to <br> Database System</h3>
<p> <a href="https://lc.fie.umich.mx/~rodrigo/BD/An%20Introduction%20to%20Database%20Systems%208e%20By%20C%20J%20Date.pdf">CLICK HERE TO OPEN PDF</a></p>
</div>
<div class="book3-col">
<h3>Introduction to <br> Management System</h3>
<p> <a href="https://spectrum.library.concordia.ca/988586/1/An-Introduction-to-Database-Systems-Bipin-C.DESAI.pdf">CLICK HERE TO OPEN PDF</a></p>
</div>
<div class="book3-col">
<h3>Revision notes <br> for practice</h3>
<p> <a href="https://www.studocu.com/in/document/university-of-mysore/bca/dbms-complete-notes-bca/3406810">CLICK HERE TO OPEN PDF</a></p>
</div>
</div>
</section>
</section>
<section class="book4">
<h2>COMPUTER SYSTEM ARCHITECTURE</h2>
<p class="abc">In computer engineering, computer architecture is a description of the structure of a computer system made from component parts. It can sometimes be a high-level description that ignores details of the implementation. </p>
<div class="row4">
<div class="book4-col">
<!-- <php $a=array(); $b=opendir("upload"); while(($c=readdir($b))!==FALSE) echo $c; ?> -->
<h3>Computer System Architecture</h3>
<p> <a href="https://faculty.tarleton.edu/agapie/documents/cs_343_arch/01_Ch1_Ch2.pdf">CLICK HERE TO OPEN PDF</a></p>
</div>
<div class="book4-col">
<h3>Structured Computer Organization</h3>
<p> <a href="https://csc-knu.github.io/sys-prog/books/Andrew%20S.%20Tanenbaum%20-%20Structured%20Computer%20Organization.pdf">CLICK HERE TO OPEN PDF</a></p>
</div>
<div class="book4-col">
<h3>Computer Organization Design</h3>
<p> <a href="https://ict.iitk.ac.in/wp-content/uploads/CS422-Computer-Architecture-ComputerOrganizationAndDesign5thEdition2014.pdf">CLICK HERE TO OPEN PDF</a></p>
</div>
<div class="book4-col">
<h3>Revision notes <br> for practice</h3>
<p> <a href="http://mdudde.net/books/BCA/bca%20-%20III%20Sem/bca-201-3rd-Computer%20System%20Architecture.pdf">CLICK HERE TO OPEN PDF</a></p>
</div>
</div>
</section>
</body>
</html>