-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnu-cse-1st-semester-notes.html
305 lines (266 loc) · 14.8 KB
/
nu-cse-1st-semester-notes.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
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
<!doctype html>
<html lang="en">
<head>
<link rel="icon" href="/nu-cse-notes.png" type="image/x-icon">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="Easily find all 1st semester notes of Computer Science and Engineering subject under National University">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<title>NU CSE 1ST SEMESTER NOTES</title>
<link rel="stylesheet" href="styles.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G1CJPL7YSL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-G1CJPL7YSL');
</script>
<!-- Bootstrap core CSS -->
<link href="bootstrap/bootstrap.min.css" rel="stylesheet">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
a {
text-decoration: none;
}
</style>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a href="/" class="navbar-brand d-flex align-items-center">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="me-2"
viewBox="0 0 16 16">
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z" />
<path d="M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z" />
</svg>
<strong>NU CSE NOTES</strong>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
</ul>
<div class="d-flex">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css" integrity="sha384-4LISF5TTJX/fLmGSxO53rV4miRxdg84mZsxmO8Rx5jGtp/LbrixFETvWa5a6sESd" crossorigin="anonymous">
<a class="btn btn-dark" href="https://github.com/Sigmakib2/Nu-CSE-Notes" style="margin-right: 18px;"><i class="bi bi-github"></i> GitHub</a>
<div class="dropdown">
<div class="input-group">
<span class="input-group-text" id="basic-addon1">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-search" viewBox="0 0 16 16">
<path
d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z">
</path>
</svg>
</span>
<input id="myInputs" class="form-control me-2 dropdown-toggle" type="search"
data-bs-toggle="dropdown" placeholder="Search" aria-label="Search">
<ul class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<li><a class="dropdown-item" href="nu-cse-1st-semester-notes.html">1st semester</a>
</li>
<li><a class="dropdown-item" href="nu-cse-2nd-semester-notes.html">2nd semester</a>
</li>
<li><a class="dropdown-item" href="nu-cse-3rd-semester-notes.html">3rd semester</a>
</li>
<li><a class="dropdown-item" href="nu-cse-4th-semester-notes.html">4th semester</a>
</li>
<li><a class="dropdown-item" href="nu-cse-5th-semester-notes.html">5th semester</a>
</li>
<li><a class="dropdown-item" href="nu-cse-6th-semester-notes.html">6th semester</a>
</li>
<li><a class="dropdown-item" href="nu-cse-7th-semester-notes.html">7th semester</a>
</li>
<li><a class="dropdown-item" href="nu-cse-8th-semester-notes.html">8th semester</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</nav>
</header>
<main>
<div class="container">
<div class="alert alert-warning alert-dismissible fade show" role="alert">
<strong>Hello There!</strong> #1 Resource for National University CSE Notes! <b>Ask questions you’re wondering about: </b> <a href="https://github.com/Sigmakib2/Nu-CSE-Notes/discussions/" class="fs-5" style="text-decoration: none;"> Join Discussion</a>
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
<section class="py-5 text-center container">
<div class="row py-lg-5">
<div class="col-lg-6 col-md-8 mx-auto">
<h1 class="fw-light">NU CSE 1ST SEMESTER NOTES</h1>
<p class="lead text-muted">Easily find all the notes of Computer Science and Engineering subject
under
National University</p>
<p>
<a href="https://discord.gg/nA29nxnSHT"
class="btn btn-primary my-2">Join Discord & Get Help</a>
<a href="https://www.pathgriho.com/2021/06/national-university-cse-all-semester-syllabus-pdf.html"
class="btn btn-success my-2">Download Syllabus</a>
</p>
</div>
</div>
</section>
<div class="container">
<div class="row">
<a href="https://www.pathgriho.com/2021/11/nu-cse-board-question-2020-pdf-download.html"
class="btn btn-warning shadow my-2">2020 সালের National University CSE 1st Semester Question এর PDF Download</a>
</div>
</div>
<div class="container">
<div class="row">
<a href="https://nu-cse-notes.netlify.app/pdf/2023-1st-semester-EEC-suggestion.pdf"
class="btn btn-warning shadow my-2">🔥 2023 1st semester EEC suggestion</a>
</div>
</div>
<div class="container" style="margin-top: 10px;">
<div class="row">
<div class="col-sm-6">
<div class="shadow card">
<h5 class="card-header">1st semester (510201)</h5>
<div class="card-body">
<h5 class="card-title">Structured Programming Language</h5>
<p class="card-text">Get all important notes. (NU CSE)</p>
<a href="https://drive.google.com/file/d/1_n6pCXdPzy3KaEGXX6Xfz4y-o-Vy4UBb/view?usp=sharing"
class="btn btn-primary">Download</a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="shadow card">
<h5 class="card-header">1st semester (510203)</h5>
<div class="card-body">
<h5 class="card-title">Electrical and Electronic Circuit</h5>
<p class="card-text">Get all important notes. (NU CSE)</p>
<a href="https://drive.google.com/file/d/1U0o-BkD_ksDse4YrSQr0JltwjjNI1IeK/view?usp=sharing"
class="btn btn-primary">Download</a>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 20px;" id="download">
<div class="col-sm-6">
<div class="shadow card">
<h5 class="card-header">1st semester (510205)</h5>
<div class="card-body">
<h5 class="card-title">Calculus</h5>
<p class="card-text">Calculus important questions. (NU CSE)</p>
<a href="https://drive.google.com/file/d/1wO5R0jGjzcFBuBBq7NoywOV0ldzS49tE/view?usp=sharing"
class="btn btn-primary">Download</a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="shadow card">
<h5 class="card-header">1st semester (510207)</h5>
<div class="card-body">
<h5 class="card-title">Physics</h5>
<p class="card-text">Get hand note. (NU CSE)</p>
<a href="https://drive.google.com/file/d/0B2jgutkYQYxKcUJkVjVJNnZ5MkE/view?usp=sharing&resourcekey=0-8bDRpOGbcCc3D2v27EyrQw"
class="btn btn-primary">Download</a>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 20px;" id="download">
<div class="col-sm-6">
<div class="shadow card">
<h5 class="card-header">1st semester (All Subject)</h5>
<div class="card-body">
<h5 class="card-title">Board Questions (2006-2018)</h5>
<p class="card-text">Get all important questions. (NU CSE)</p>
<a href="https://drive.google.com/file/d/1Lodp-nv8jOXRU7SvriRGqNYamqGUIzvM/view?usp=sharing"
class="btn btn-primary">Download</a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="shadow card">
<h5 class="card-header">1st semester (All Subject)</h5>
<div class="card-body">
<h5 class="card-title">Board Questions (2019)</h5>
<p class="card-text">Get all important questions. (NU CSE)</p>
<a href="https://drive.google.com/file/d/1QZpZoqjEJS5aYXNjSYdwW5bXy66aPi9-/view?usp=sharing"
class="btn btn-primary">Download</a>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 20px;" id="download">
<div class="col-sm-6">
<div class="shadow card">
<h5 class="card-header">1st semester (510201)</h5>
<div class="card-body">
<h5 class="card-title">Structured Programming Language</h5>
<p class="card-text">Chapter 9, 10, 11 important questions. (NU CSE)</p>
<a href="https://drive.google.com/file/d/1V1yXr4EwV0a7VE44g794eroKZu579iRw/view?usp=sharing"
class="btn btn-primary">Download</a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="shadow card">
<h5 class="card-header">1st semester (All Subject)</h5>
<div class="card-body">
<h5 class="card-title">Android App for 1st Semester</h5>
<p class="card-text">Get all important notes in one app. (NU CSE)</p>
<a href="https://drive.google.com/file/d/11kB96ID0WPRXEGvlgjCDezggbc6_EGva/view?usp=sharing"
class="btn btn-primary">Download</a>
</div>
</div>
</div>
</div>
</div>
<div class="container center">
<img src="NU-CSE-NOTES-Free-download.png" class="shadow img-thumbnail rounded mx-auto d-block"
alt="National University Computer Science and Engineering all semester note download"
style="margin-top: 30px;"
title="National University Computer Science and Engineering all semester note download">
</div>
</main>
<footer class="pt-5 text-muted text-center text-small>
<p class=" mb-1">NU CSE NOTES</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="privacy.html">Privacy</a></li>
<li class="list-inline-item"><a href="terms.html">Terms</a></li>
<li class="list-inline-item"><a href="contact.html">Contact</a></li>
<li class="list-inline-item"><a href="forum.html">Forum</a></li>
</ul>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License"
style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a>
<p style="padding: 20px 0">Developers: <a href="https://github.com/Sigmakib2 " style="color: tomato ">Sakib
Mahmud</a> and <a href="https://github.com/anikdas29 " style="color: tomato ">Anik Chandra Das</a>
</p>
</footer>
<script src="bootstrap/bootstrap.bundle.min.js"></script>
<script>
$(document).ready(function () {
$("#myInputs").on("keyup", function () {
var value = $(this).val().toLowerCase();
$(".dropdown-menu li").filter(function () {
$(this).toggle($(this).text().toLowerCase().indexOf(value) > -1)
});
});
});
</script>
</body>
</html>