-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcse_dept.php
More file actions
70 lines (61 loc) · 3.33 KB
/
cse_dept.php
File metadata and controls
70 lines (61 loc) · 3.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>cse</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
<link href="fontawesome-free-6.4.0-web/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="css/department.css">
</head>
<body>
<?php
include("header.php");
include("header2.php");
?>
<div id="deptcss">
<h2 align="center">Computer Science And Engineering </h2> <br>
<img src="image/cse.jpg" width="100%" height="250"><br><br>
<p align="justify">
Computer science and engineering (CSE) is an academic program at some universities that integrates the fields of computer engineering and computer science. It is a sub-field of electronics engineering , focusing the digital electronics domain with added courses in computer architecture,processor design, operating systems, high-performance computing,parallel processing , computer networks and embedded systems. CSE programs also include core subjects of computer science such as theory of computation,design and analysis of algorithms, data structures and database systems. The program aims at designing, developing and troubleshooting computing devices and systems (such as personal computers, supercomputers, robots, smartphones, networking devices, embedded devices), focusing the underlying fundamental issues (like processor architecture design, operating system design, memory management, digital system design, communication protocol design, system software development, application software development and database management) in the most efficient and effective way. Emerging technologies like artificial intelligence , machine learning and data science are also covered under these programs.
</p>
</div>
<div id="dept">
<h3 class="hlo">HOD: Mr Naresh Kumar Luthra M. No. 7888738170</h3>
<table border="2" class="table-bordered" width="100%">
<tr>
<th>Name of Lab</th>
<th>Lab Incharge</th>
</tr>
<tr>
<td>Programming Lab</td>
<td>Amanpreet Singh</td>
</tr>
<tr>
<td>RDBMS Lab</td>
<td>Amanpreet Singh</td>
</tr>
<tr>
<td>Operating Systems Lab</td>
<td>Amanpreet Singh</td>
</tr>
<tr>
<td>EduSat Lab</td>
<td>Navdeep Kaur</td>
</tr>
</table>
<br>
<h3 class="dept-photo-head"> Lab Photos :</h3>
<div class="dept-photos">
<img src="image/cse1.png">
<img src="image/cse3.png">
<img src="image/cse2.png">
<img src="image/ece2.jpeg">
</div>
</div>
<?php
include("footer.php");
?>
</body>
</html>