-
Notifications
You must be signed in to change notification settings - Fork 0
/
semester7.html
105 lines (101 loc) · 4.99 KB
/
semester7.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
<!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>Document</title>
<link rel="stylesheet" href="styles3.css">
<!-- =====Fontawesome CDN Link===== -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<link rel="icon" href="pyqhub.jpeg">
<title>7th Semester</title>
</head>
<body>
<div class="accordion">
<div class="main-heading">
<h1>7th Semester</h1>
</div>
<hr>
<div class="course-details">
<span>Semester-7 | Total Credits: 20 | Number of Courses: 6</span>
</div>
<hr>
<div class="accordion-content">
<header>
<span class="title">Physics I (Gr A) | Subject Code: BSPH101 | <a
href="https://drive.google.com/drive/folders/1lxc-315IqO9ShiTWMvOOJiKcAiiLmjnb?usp=sharing">Click
here</a></span>
<i class="fa-solid fa-plus"></i>
</header>
<p class="description">
Upon successful completion of Physics-I course; the main objective of the students will be to: Develop
basic concepts of mechanics, optics and its application od electricity and magnetism. 2. Demonstrate
qualitative understanding of concepts of quantum physics and statistical mechanics. <br>
3. Express their ability to identify and apply the appropriate analytic, numerical, computational and
other mathematical tools necessary to solve physics problems. <br>
4. Exhibit competence in the physics laboratory, including knowledge of advanced level physics and the
ability to work independently.
</p>
</div>
<div class="accordion-content">
<header>
<span class="title">Mathematics I A | BSM101 | <a
href="https://drive.google.com/drive/folders/1DCGwqVZWGl9yxklcYzhXQ3GnzdUPHQS0?usp=sharing">Click
here</a></span>
<i class="fa-solid fa-plus"></i>
</header>
<p class="description">
To provide the knowledge of calculus and algebra so that the students can utilize these concepts in
their relevant course of study.
</p>
</div>
<div class="accordion-content">
<header>
<span class="title">Basic Electrical Engineering | ESEE101 | <a
href="https://drive.google.com/drive/folders/1yXKf9t2jfS6BMutm2rnkpfaGMlTstM7V?usp=sharing">Click
here</a></span>
<i class="fa-solid fa-plus"></i>
</header>
<p class="description">
This basic electrical engineering course is common to first year branches of studying. At the end of the
course the student is expected to know the fundamental of electrical engineering as well as the
practical implementation of fundamental theory concepts.
</p>
</div>
<div class="accordion-content">
<header>
<span class="title">Physics I Laboratory (Gr A) | BSPH191</span>
<i class="fa-solid fa-plus"></i>
</header>
<p class="description">
This undergraduate course in Physics Would provide the opportunity to the students: To understand the
basic laws and explore the fundamental concepts of physics To understand the concepts and significance
of the various physical phenomena. To carry out experiments to understand the laws and concepts of
Physics.
</p>
</div>
<div class="accordion-content">
<header>
<span class="title">Basic Electrical Engineering Laboratory | ESEE191</span>
<i class="fa-solid fa-plus"></i>
</header>
<p class="description">
This undergraduate course in Physics Would provide the opportunity to the students: To understand the
basic laws and explore the fundamental concepts of physics To understand the concepts and significance
of the various
physical phenomena. To carry out experiments to understand the laws and concepts of Physics.
</p>
</div>
<div class="accordion-content">
<header>
<span class="title">Workshop/Manufacturing Practices(Gr A) | ESME192</span>
<i class="fa-solid fa-plus"></i>
</header>
<p class="description">
Workship is an important course for B.Tech students, where they not just learn to be good engineers, but
also engineers with good morality.
</div>
<script src="script.js"></script>
</body>
</html>