forked from Nana-king-netizen/Dummy_LMS_Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mphill.html
155 lines (132 loc) · 6.01 KB
/
mphill.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>UG || Computer Science</title>
</head>
<body>
<header class="header">
<div class="dept-logo">
<img src="img/CS_logo.png" class="logo" alt="Computer Science Department">
</div>
<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="gallery.html" target="_blank">Gallery</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</header>
<section class="intro-hm intro-about" id="intro-udergrad">
<div class="intro-txt" >
<h1>MPhil / MSc Programmes</h1>
</div>
</section>
<div class="intro-txt about-content" id="intro-txt-undergrad">
<h2>MPhil / MSc Programmes</h2>
<p> The Department offers two undergraduate degree programmes, Bachelor of Science in Computer Science Single-Major (3:2:1:1) and Major-Minor (3:2:2:1) as well as Bachelor of Science in Information Technology.
To qualify for admission into Computer Science programmes at Level 200, candidates must have taken the following courses at Level 100:
MATH 121: Algebra and Trigonometry
MATH 122: Calculus I CSCD 101: Introduction to Computer Science I
CSCD 102: Introduction to Computer Science II
Every student in the Department of Computer Science must own his or her laptop with minimum specification of:
i3 64-bit Processor
8GB RAM
500GB HD or 256 SSD</p>
</div>
<div class="benefits about-content" id="mphill-container">
<h3>MPhil / MSc Programmes </h3>
<div class="benefits-container">
<div class="benefits-experts about-content">
<h4>MPhil. Computer Science</h4>
<p>First Semester</p>
<p>CSCD 601 Research Methods</p>
<p>CSCD 603 Advanced Data Structures and Algorithms</p>
<p>CSCD 609 Principles of Wireless and Mobile Systems</p>
<p>ELECTIVES:</p>
<p>CSCD 607 Advanced Computer Networks</p>
<p>CSCD 611 Advanced Database Systems</p>
<p>CPEN 641 Advanced Operating Systems</p>
<p>CPEN 637 Human Computer Interaction</p>
<p>Second Semester</p>
<p>CSCD 606 Advanced Software Engineering</p>
<p>CSCD 604 Distributed Systems</p>
<p>CSCD 610 Seminar I</p>
<p>CSCD 612 Intelligent Systems</p>
<p>ELECTIVES:</p>
<p>CSCD 616 Bioinformatics</p>
<p>CSCD 608 Advanced Computer Vision</p>
<p>CSCD 614 Wireless Systems Design</p>
<p>CPEN 656 Networks Security</p>
<p>MATH 652 Computational Mathematics</p>
<p>CSCD 630 MPhil Thesis</p>
</div>
<div class="benefits-certificate about-content">
<h4>MSc. Computer Science</h4>
<p>First Semester</p>
<p>CSCD 601 Research Methods</p>
<p>CSCD 603 Advanced Data Structures and Algorithms</p>
<p>CSCD 609 Principles of Wireless and Mobile Systems</p>
<p>ELECTIVES:</p>
<p>CSCD 607 Advanced Computer Networks</p>
<p>CSCD 611 Advanced Database Systems</p>
<p>CPEN 641 Advanced Operating Systems</p>
<p>CPEN 637 Human Computer Interaction</p>
<p>Second Semester</p>
<p>CSCD 606 Advanced Software Engineering</p>
<p>CSCD 604 Distributed Systems</p>
<p>CSCD 610 Seminar I</p>
<p>CSCD 612 Intelligent Systems</p>
<p>ELECTIVES:</p>
<p>CSCD 616 Bioinformatics</p>
<p>CSCD 608 Advanced Computer Vision</p>
<p>CSCD 614 Wireless Systems Design</p>
<p>CPEN 656 Networks Security</p>
<p>MATH 652 Computational Mathematics</p>
<p>CSCD 630 MPhil Thesis</p>
</div>
</div>
</div>
<div class="register-now">
<a href="contact.html" class="learn-more register" target="_blank">Contact Us</a>
</div>
<footer class="site-footer">
<div class="footer-links">
<div class="footer-section">
<h3>Academics</h3>
<ul>
<li><a href="#">Undergraduate Courses</a></li>
<li><a href="#">Graduate Courses (MPhil Computer Science)</a></li>
<li><a href="#">Graduate Courses (MSc Computer Science)</a></li>
<li><a href="#">Graduate Courses (PhD)</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Admissions</h3>
<ul>
<li><a href="#">Undergraduate</a></li>
<li><a href="#">Graduate</a></li>
<li><a href="#">International Students</a></li>
<li><a href="#">Entry Requirements</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Contact Us</h3>
<p>+233 501 382 035</p>
<p>+233 559 145 698</p>
<p>[email protected]</p>
<div class="social-media">
<!-- <div class="social-icons">
<a href="#" class="fa-brands fa-instagram"></a>
<a href="#" class="fa-brands fa-twitter"></a>
<a href="#" class="fa-brands fa-facebook"></a>
</div> -->
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>