-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscope.html
123 lines (95 loc) · 5.28 KB
/
scope.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" href="scope.css" >
<title>SCOPE</title>
</head>
<body>
<div class="home">
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<a class="navbar-brand" href="#">STUDIES AND SCOPES</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">
<a href="index.html">HOME</a>
</ul>
</div>
</nav>
<br>
<br>
<br><br>
<h5>B.E./B.TECH. COMPUTER SCIENCE AND ENGINEERING: BASIC COURSE DETAILS:</h5><br>
<p>It is a 4 years long Undergraduate Level Degree program. The 4 years’ duration is divided into 8 semesters, with each semester lasting a period of 6 months. During each semester, students will have to face different sets of theoretical subjects as well as practical lab sessions associated with them.
<br>
B.E./B.Tech. Computer Science and Engineering is all about Computer Sciences, programming languages, software development and testing, networking etc. It also focuses on using the above mentioned skills and knowledge for practical and Industry specific usage.
<br>
To get a better idea about the structure of the course, I’ve created a list of some of the most important subjects present in B.E./B.Tech. Computer Science and Engineering program. Come, let us take a look at it-
<br>
B.E./B.TECH. COMPUTER SCIENCE AND ENGINEERING: IMPORTANT SUBJECTS PRESENT <br>
Not all subjects present in the program has been listed. Only important subjects, with the aim of giving readers an idea about the course structure, has been listed.
In case of 1st and 2nd semester, general set of Engineering subjects are present, along with practical lab session and workshop.
<br><br>
Engineering Mathematics<br>
Engineering Physics<br>
Communication Skills<br>
Elements of Electrical Engineering<br>
Elements of Mechanical Engineering<br>
Mechanics of Solids<br>
Basics of Civil Engineering<br>
Engineering Graphics<br>
Computer Programming and Utilization<br>
Environmental Science<br><br>
From 3rd semester onwards, subjects focusing on Computer Science and its various disciplines will be introduced.
<br>
<br>
Electronics and Semiconductors<br>
Data Structure and Management<br>
Logic Design<br>
Database Management<br>
File Structure<br>
Object Oriented Programming using C++<br>
Operating System<br>
Microprocessors<br>
Computer Networks<br>
Algorithm Design and Analysis<br>
Programming using Java<br>
Software Engineering<br>
Advanced Processors<br>
Graphics and Multimedia<br>
Theory of Computation<br>
Web Technology<br>
Web Scripting<br>
Compiler Design<br>
Operating System Design and Development<br>
Soft Computing<br>
Advanced Java<br>
Web Data Management<br>
Management<br>
Software Quality Testing<br>
Artificial Intelligence <br>
</p>
<br>
<h1> SCOPES IN CSE</h1>
<p>
Job opportunities are available for Graduates in Government as well as Private sector. Graduates may take up the following job posts-
<br>
Software Engineer<br>
Software Tester<br>
Project Manager<br>
Application Developer<br><br>
After completing M.E./M.Tech. program, one may also take up a teaching job. Also, after taking up PhD program, one may also build a career in the Research and Development sector. The good thing about B.E./B.Tech. Computer Science and Engineering program is that it also allows one to remain self employed. Average starting salary is generally between 3-5 Lakh Rupees an year. One may start one’s own programming and software development venture and remain self employed!
</p>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<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.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
</body>
</html>