-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCourses.html
More file actions
106 lines (86 loc) · 5.36 KB
/
Courses.html
File metadata and controls
106 lines (86 loc) · 5.36 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
<html>
<head>
<title>Courses Details</title>
<style>
h1.first{
font-family: arial,sans-serif;
text-align: center;
color: blue;
background: black;
padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
margin: 10px 100px 10px 100px;
}
h1.second{
color: white;
background: black;
}
h2
{
color: red;
background:black;
padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
margin: 10px 100x 10px 10px;
}
</style>
</head>
<body>
<h1 class="first">Course Details</h1>
<fieldset>
<legend><h1 class="second">Courses Information</h1></legend>
<p>There are various opportunities and courses provided by this VIT</p>
<ul>
<li><h2>Computer Science and Engineering</h2></li>
<p><p>Computer Science & Engineering in Vellore Institute of Technology is among the most sought after engineering branch in India with most of the VIT Advance toppers opting for the same across all different university located across India.hat IT sector has emerged as one of the highest growing sectors is not the only reason for students looking for Computer Science & Engineering (CSE). There are plentiful job opportunities for a Computer Science graduate, and that too in the world’s top companies like Microsoft, Amazon, Deloitte, and a lot more. Additionally, Computer Science Engineers are paid fairly in the industry and they also have high growth opportunity given the evolving dynamics of the IT sector across the world.With the coveted Computer Science & Engineering (CSE) branch in VITs comprising just about 10 per cent of the total seats available with all VITs, getting a CSE seat at prestigious VITs has always been a tough proposition for engineering aspirants.<br><br>
The various core courses offerred by VIT in Computer Science and Technology
<ol class="courses1">
<li>Digital Logic and Design</li>
<li>Data Structures and Algorithm</li>
<li>Operting System</li>
<li>Database and Management and system</li>
<li>Computer Architectur and Organisation</li>
<li>Theory of Computation and Compiler and Design</li>
<li>Software Engineering</li>
<li>Internet and Web Programming</li>
<li>Parallel and Distributed Design</li>
</ol>
</p></p>
<li><h2>Electrical and Electronics Engineering</h2></li>
<p><p>
The B.Tech.(Electrical and Electronics Engineering) program was started in the School of Electrical Engineering,VIT Chennai campus in the year 2010.The Electrical and Electronics Engineering program at VIT Chennai is accredited by ABET for a period of five year from 2015. The objective of the B.Tech(EEE) program is to train and develop skilled engineers in the power engineering domain comprising of generation, transmission and distribution of electrical energy, to serve as electronics engineers in the design and development of circuits for different types of electronics systems, to design and develop special purpose integrated circuits, to develop software solutions for Electrical /Electronics engineering applications. The scope of employment of Electrical and Electronics Engineering program includes the following domains.<br><br>
The various core courses offerred by VIT in Electrical Electronics and Engineering.
<ol>
<li>Electric Circuits</li>
<li>Electrical Workshops</li>
<li>Engineering Electromagnetics</li>
<li>Signals and Systems</li>
<li>Network Theory </li>
<li>Control Systems </li>
<li>Power System Engineering</li>
</ol>
</p></p>
<li><h2>Mechanical Engineering</h2></li>
<p><p>
The School of Mechanical and Building Sciences (SMBS) offering the 4 year B.Tech (Mechanical Engineering) degree programme. All courses are made student-centric instead of teacher-centric. Learning becomes more ‘experiential’ by carrying out a project as part of most of the courses. ‘Learning by doing’ enhances understanding the concepts discussed in the class and make multi- and cross- disciplinary applications possible. Students will be able to take up real world problems as their course projects and apply their key learning in identifying better solutions. All courses under CAL are designed to bring out the importance of application to engineering/technological problems, creativity and innovation, developing entrepreneurial skills, rather than route learning. Students get industrial exposure by doing four weeks of industrial internship at the end of second year. Industrial visits and guest lectures are arranged for each course to enhance the knowledge. Students can design their own car and participate in the international/ national events like Baja Student India Competition, Formula Green Championship, etc. Also students can do their final year project in foreign universities under Semester Abroad Program (SAP). In the campus placement, B.Tech Mechanical students are placed in many core companies such as Tech Mahindra, Honda, Ford, Hyundai, Escorts, TVS, Yamaha and Asian Paints.<br><br>
The various core courses offerred by VIT in Mechanical Engineering.
<ol>
<li>Fluid Mechanics</li>
<li>Fluid Mechanics</li>
<li>Dynamics of Machinery </li>
<li>Thermal Engineering Systems</li>
<li>Heat and Mass Transfer</li>
<li>Turbomachines </li>
<li>Dynamics of Machinery</li>
<li>Engineering Thermodynamics</li>
<li>Kinematics of Machinery </li>
</ol>
</p></p>
</ul>
</fieldset>
</body>
</html>