forked from chornrithborey/Web-Design-Project-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomputerscience.html
More file actions
307 lines (298 loc) · 16.7 KB
/
computerscience.html
File metadata and controls
307 lines (298 loc) · 16.7 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bachelor of Computer Science</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap" rel="stylesheet">
</head><link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light">
<a href="file:///D:/web%20design/webdesign%20project/index.html" class="navbar-brand" href="#"><img src="images/NIPTICT-Webiste-logo-234.png" width="350px" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-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 mr-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
About Us
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">President's Message</a>
<a class="dropdown-item" href="#">Vision | Mission</a>
<a class="dropdown-item" href="#">Why study at NIPTICT ?</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Academic
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Bachelor of e-Commerce</a>
<a class="dropdown-item" href="computerscience.html">Bachelor of Computer Science</a>
<a class="dropdown-item" href="#">Bachelor of Telecom & Networking</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Admission
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Admission Requirements</a>
<a class="dropdown-item" href="#">Tuition & Fees</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Centers
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Innovation Center</a>
<a class="dropdown-item" href="#">Professional Training Center</a>
<a class="dropdown-item" href="#">Tech Center</a>
</div>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Partners<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Contact Us<span class="sr-only">(current)</span></a>
</li>
</ul>
</div>
</nav>
<section class="rdn-main-content">
<div class="container">
<div class="row">
<div class="col-md-12">
<article id="47" class="post post-47 page type-page status-publish has-post-thumbnail hentry">
<div class="rdn-featured-image">
<img width="1152" height="648" src="https://niptict.edu.kh/wp-content/uploads/2019/10/feature2-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" srcset="https://niptict.edu.kh/wp-content/uploads/2019/10/feature2-1.jpg 1152w, https://niptict.edu.kh/wp-content/uploads/2019/10/feature2-1-300x169.jpg 300w, https://niptict.edu.kh/wp-content/uploads/2019/10/feature2-1-768x432.jpg 768w, https://niptict.edu.kh/wp-content/uploads/2019/10/feature2-1-1024x576.jpg 1024w" sizes="(max-width: 1152px) 100vw, 1152px"> </div>
<div class="entry-content">
<div style="padding: 10px;">
<div id="post1">
<h2><span class="su-label su-label-type-default">1</span> Program Overview</h2>
<p>The Computer Science program emphasizes practical skills built on theoretical foundations. Every course is designed to give students hands-on practices with up-to-date tools and frameworks. The main areas include basic sciences, web and mobile applications, database management, big data analysis, cloud computing, artificial intelligence, and work-readiness skills. With the implementation of a blended learning model, effective open content, and strong faculty-industry relationships, students will be prepared to demonstrate their knowledge to the greatest potential.</p>
<p>Our courses are continually revised to stay on top of trends in programming languages, application development technologies, libraries, and hardware.</p>
</div>
<div id="post2">
<h2><span class="su-label su-label-type-default">2</span> Job Opportunities</h2>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;"> Web and mobile developer</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;"> Database designer and administrator</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;"> Project manager</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;"> Technology entrepreneur</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;"> Digital innovator</span></li>
</ul>
</div>
<div id="post3">
<h2><span class="su-label su-label-type-default">3</span> Learning Outcomes</h2>
<p><span style="font-weight: 400;">Upon completion of this program the students will be able to:</span></p>
<ul>
<li style="list-style-type: none;">
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;"> Identify, formulate, and solve software engineering problems.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;"> Apply the knowledge of mathematics and science to software development.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;"> Design and conduct experiments, as well as analyze and interpret data.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;"> Design a software system, component, or process to meet desired needs within realistic constraints.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;"> Elaborate professional and ethical responsibilities.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;"> Recognize the impact of engineering solutions in a global, economic, environmental, and societal context.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;"> Demonstrate a practical knowledge of contemporary issues.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;"> Apply the techniques, skills, and modern engineering tools necessary for engineering practice.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;"> Construct the engineering concepts and theory to build real engineering applications.</span></li>
</ul>
</li>
</ul>
</div>
<div id="post4">
<h2><span class="su-label su-label-type-default">4</span> Program Structure</h2>
<div class="table-responsive"><table style="width: 100%; height: 1201px;">
<tbody>
<tr style="height: 44px;" bgcolor="#dc2228">
<td style="height: 44px;" colspan="3"><b style="color: #ffffff;">Year 1</b></td>
</tr>
<tr style="height: 44px;">
<td style="height: 44px;"><b>Term 1</b></td>
<td style="height: 44px;"><b>Term 2</b></td>
<td style="height: 44px;"><b>Term 3</b></td>
</tr>
<tr style="height: 44px;">
<td style="height: 44px;">– Algorithms and Programming I</td>
<td style="height: 44px;">– Algorithms and Programming II</td>
<td style="height: 44px;">– Web Design</td>
</tr>
<tr style="height: 44px;">
<td style="height: 44px;">– IT Essentials</td>
<td style="height: 44px;">– Discrete Mathematics</td>
<td style="height: 44px;">– Advanced Algorithms</td>
</tr>
<tr style="height: 44px;">
<td style="height: 44px;"><span style="font-weight: 400;">– Algebra</span></td>
<td style="height: 44px;">– Introduction to Network</td>
<td style="height: 44px;">– Database Analysis &Design</td>
</tr>
<tr style="height: 44px;">
<td style="height: 44px;"><span style="font-weight: 400;">– Liberal Art</span></td>
<td style="height: 44px;">– Probability and Statistics</td>
<td style="height: 44px;">– Design Thinking</td>
</tr>
<tr style="height: 44px;">
<td style="height: 44px;"><span style="font-weight: 400;">– Life Skill</span></td>
<td style="height: 44px;">– Interpersonal Skills</td>
<td style="height: 44px;">– Problem Solving & Creativity</td>
</tr>
<tr style="height: 44px;">
<td style="height: 44px;"><span style="font-weight: 400;">– Seminar</span></td>
<td style="height: 44px;"><span style="font-weight: 400;">– Seminar</span></td>
<td style="height: 44px;"><span style="font-weight: 400;">– Seminar</span></td>
</tr>
<tr style="height: 44px;" bgcolor="#dc2228">
<td style="height: 44px;" colspan="3"><b style="color: #ffffff;">Year 2</b></td>
</tr>
<tr style="height: 44px;">
<td style="height: 44px;"><b>Term 4</b></td>
<td style="height: 44px;"><b>Term 5</b></td>
<td style="height: 44px;"><b>Term 6</b></td>
</tr>
<tr style="height: 44px;">
<td style="height: 44px;">– Web Application</td>
<td style="height: 44px;">– Software Engineering</td>
<td style="height: 267px;" rowspan="6">Internship:<br>
– Real Project at Company<br>
– Work Readiness Skills-I</td>
</tr>
<tr style="height: 44px;">
<td style="height: 44px;">– Database Administration</td>
<td style="height: 44px;">– Mobile Programming</td>
</tr>
<tr style="height: 44px;">
<td style="height: 44px;">– System Fundamentals</td>
<td style="height: 44px;">– Computer Architecture</td>
</tr>
<tr style="height: 44px;">
<td style="height: 44px;">– Object-Oriented Programming</td>
<td style="height: 44px;">– Operating Systems</td>
</tr>
<tr style="height: 44px;">
<td style="height: 44px;"><span style="font-weight: 400;">– Entrepreneurship</span></td>
<td style="height: 44px;">– Career Preparation</td>
</tr>
<tr style="height: 44px;">
<td style="height: 44px;"><span style="font-weight: 400;">– Seminar</span></td>
<td style="height: 44px;"><span style="font-weight: 400;">– Seminar</span></td>
</tr>
<tr style="height: 44px;" bgcolor="#dc2228">
<td style="height: 44px;" colspan="3"><b style="color: #ffffff;">Year 3</b></td>
</tr>
<tr style="height: 44px;">
<td style="height: 44px;"><b>Term 7</b></td>
<td style="height: 44px;"><b>Term 8</b></td>
<td style="height: 44px;"><b>Term 9</b></td>
</tr>
<tr style="height: 44px;">
<td style="height: 44px;">– Cybersecurity</td>
<td style="height: 44px;">– Research Methodology</td>
<td style="height: 44px;">– Data Science</td>
</tr>
<tr style="height: 44px;">
<td style="height: 44px;">– Distributed Systems</td>
<td style="height: 44px;">– Machine Learning</td>
<td style="height: 44px;">– Cloud Computing</td>
</tr>
<tr style="height: 44px;">
<td style="height: 44px;">– Theory of Coding</td>
<td style="height: 44px;">– Project Management</td>
<td style="height: 44px;">– Artificial Intelligence</td>
</tr>
<tr style="height: 44px;">
<td style="height: 44px;">– Automata</td>
<td style="height: 44px;">– Management Skills</td>
<td style="height: 44px;">– Project-II</td>
</tr>
<tr style="height: 44px;">
<td style="height: 44px;">– Leadership</td>
<td style="height: 44px;">– Project-I</td>
<td style="height: 44px;">– Marketing Skills</td>
</tr>
<tr style="height: 44px;">
<td style="height: 44px;"><span style="font-weight: 400;">– Seminar </span></td>
<td style="height: 44px;">– Seminar</td>
<td style="height: 44px;">– Seminar</td>
</tr>
<tr style="height: 44px;" bgcolor="#dc2228">
<td style="height: 44px;" colspan="3"><b style="color: #ffffff;">Year 4</b></td>
</tr>
<tr style="height: 44px;">
<td style="height: 44px;"><b>Term 10</b></td>
<td style="height: 44px;"></td>
<td style="height: 44px;"></td>
</tr>
<tr style="height: 44px;">
<td style="height: 44px;">Internship:<br>
– Final Project<br>
– Work Readiness Skills-II</td>
<td style="height: 44px;"></td>
<td style="height: 44px;"></td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
</article> </div>
</div>
</div>
</section>
<div class="jumbotron">
<div class="row">
<div class="col-md-3 col-sm-6">
<aside id="custom_html-3" class="widget_text widget widget_custom_html"><h3 class="widget-title">អាសយដ្ឋាន</h3><div class="textwidget custom-html-widget"><p>ផ្លូវជាតិលេខ ៦អា, ភូមិខ្ទ សង្កាត់ព្រែកលៀប, ខណ្ឌជ្រោយចង្វារ, រាជធានីភ្នំពេញ
</p></div></aside> </div>
<div class="col-md-3 col-sm-6">
<aside id="custom_html-6" class="widget_text widget widget_custom_html"><h3 class="widget-title">Address</h3><div class="textwidget custom-html-widget"><p>National Road 6A, Kthor, Prek Leap ChroyChangvar, Phnom Penh
</p></div></aside> </div>
<div class="col-md-3 col-sm-6">
<aside id="mc4wp_form_widget-4" class="widget widget_mc4wp_form_widget"><h3 class="widget-title">Free Newsletter</h3><script>(function() {
window.mc4wp = window.mc4wp || {
listeners: [],
forms: {
on: function(evt, cb) {
window.mc4wp.listeners.push(
{
event : evt,
callback: cb
}
);
}
}
}
})();
</script><!-- Mailchimp for WordPress v4.7.7 - https://wordpress.org/plugins/mailchimp-for-wp/ --><form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-1596 mc4wp-form-basic" method="post" data-id="1596" data-name="Subscribe Form"><div class="mc4wp-form-fields"><p>
<input id="subscribe-mail-text" type="email" name="EMAIL" placeholder="Your email address" required="">
</p>
<p>
<input id="subscribe-mail-submit" type="submit" value="Subscribe">
</p>
<style>
#subscribe-mail-text{
background: #ffffff;
}
#subscribe-mail-submit{
width: 55%;
padding-top: 5px;
padding-bottom: 5px;
background: #dc2228;
color: #ffffff;
}
</style></div><label style="display: none !important;">Leave this field empty if you're human: <input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off"></label><input type="hidden" name="_mc4wp_timestamp" value="1590243955"><input type="hidden" name="_mc4wp_form_id" value="1596"><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1"><div class="mc4wp-response"></div></form><!-- / Mailchimp for WordPress Plugin --></aside> </div>
<div class="col-md-3 col-sm-6">
<aside id="custom_html-7" class="widget_text widget widget_custom_html"><h3 class="widget-title">Our Location</h3><div class="textwidget custom-html-widget"><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d488.4488531546349!2d104.91198009325228!3d11.652478529583119!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3109516bdea989b3%3A0x372d2c5e0e14b706!2sNational+Institute+of+Posts%2C+Telecoms+%26+ICT!5e0!3m2!1sen!2skh!4v1566360922274!5m2!1sen!2skh" width="100%" height="auto" frameborder="0" style="border:0; border-radius: 5px" allowfullscreen=""></iframe></div></aside> </div>
</div>
</div>
</div>