-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbca.html
273 lines (262 loc) · 15.8 KB
/
bca.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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BCA</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;1,100;1,300&display=swap"rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Assistant&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-header">
<div class="top-left-mail">
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="mailto:[email protected]" target="_blank" style="text-decoration: none; color: white;">[email protected]</a>
</div>
<div class="top-left-map">
<i class="fa fa-map-marker" aria-hidden="true">
<a href="https://goo.gl/maps/Rg5nnckM8oMmReJMA" target="_blank" style="text-decoration: none; color: white;">Gaindakot-4, Kaligandaki Chowk</a></i>
</div>
<div class="top-left-phone">
<i class="fa fa-phone" aria-hidden="true"></i>
<a href="tel:078502188" target="_blank" style="text-decoration: none; color: white;">078 502188, 078 503206</a>
</div>
<div class="top-left-social">
<a href="https://facebook.com/groups/379534882190584" target="_blank" style="color: white;"> <i class="fa fa-facebook" aria-hidden="true"></i></a>
</div>
</div>
<div class="top-menu-bg">
<div class="top-menu-logo">
<img width="70" height="58" src="https://lict.edu.np/wp-content/uploads/2021/01/final.png" class="top-menu-logo" alt="Lumbini ICT Campus">
</div>
<div class="top-menu-list">
<ul class="a">
<li class="x"><a style=text-decoration:none; href="index.html">Home</a></li>
<li class="x"><a style=text-decoration:none; href="aboutus.html">About US</a></li>
<div class="dropdown">
<button class="dropbtn">Courses</button>
<div class="dropdown-content">
<a href="#">BSc.CSIT</a>
<a href="bca.html">BCA</a>
<a href="bim.html">BIM</a>
<a href="bhm.html">BHM</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Our Team</button>
<div class="dropdown-content">
<a href="#">BOD</a>
<a href="#">Teaching Faculty</a>
<a href="#">Visiting Faculty</a>
<a href="#">Non Teaching Faculty</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Downloads</button>
<div class="dropdown-content">
<a href="#">CSIT</a>
<a href="#">BIM</a>
<a href="#">BCA</a>
<a href="#">BHM</a>
</div>
</div>
<li class="x"><a style=text-decoration:none; href="#gallery">Gallery</a></li>
<li class="x"><a style=text-decoration:none; href="#notice">Info Notice</a></li>
<li class="x"><a style=text-decoration:none; href="#events">Events</a></li>
</ul>
</div>
</div>
<div class="cont">
<div class="cont1">
<h1 class="head2">BCA</h1><br><br>
<div class="slider">
<div class="slides">
<!--radio buttons start-->
<input type="radio" name="radio-btn" id="radio1">
<input type="radio" name="radio-btn" id="radio2">
<!--radio buttons end-->
<!--slide images start-->
<div class="slide first">
<img src="image/BCA1.png" style="width: 100%;">
</div>
<div class="slide">
<img src="image/BCA2.png" style="width: 100%;">
</div>
<!--slide images end-->
<!--automatic navigation start-->
<div class="navigation-auto">
<div class="auto-btn1"></div>
<div class="auto-btn2"></div>
</div>
<!--automatic navigation end-->
</div>
<!--manual navigation start-->
<div class="navigation-manual">
<label for="radio1" class="manual-btn"></label>
<label for="radio2" class="manual-btn"></label>
</div>
<!--manual navigation end-->
</div>
<!--image slider end-->
<p>4 Years / 8 Semester Programme<br>Bachelors of Computer Application <strong>(BCA)</strong></p>
<p><strong>Affiliation: </strong>Tribhuvan University<br><strong>Faculty: </strong>Faculty of Social Science and Humanities<br><strong>Duration: </strong>4 years<br><strong>Academic System: </strong>Semester Based</p>
<h3>Course Introduction</h3>
<p class="has-black-color has-text-color">Bachelor of Computer Application (BCA) is a program launched by Tribhuvan University from the academic year 2074/75. Initially, this program was launched in six different constituent campuses of Tribhuvan University with 35 seats each.</p>
<p class="has-black-color has-text-color">Currently <strong>120</strong> colleges are running BCA program with the affiliation from Tribhuvan University. The BCA program of TU is of 4 years. The program runs on semester-system. It will be run under the faculties of Humanities and Social Sciences. </p>
<p>The objective of the BCA program of Tribhuvan University is to produce high quality computer application users and developers. The program of study for Bachelor of Arts in Computer Application (BCA) is over a period of eight semesters (four academic years). The academic year begins in the September and February of each year. The medium of instruction and examination in the Bachelor of Arts in Computer Application (BCA) program is English.</p>
<hr><hr>
<h3 class="has-text-align-left">Eligibility for Admission </h3>
<p>The candidate applying for BCA program:</p>
<ul><li>Should have successfully completed a twelve year of schooling in the any stream or equivalent from any university, board or institution recognized by TU.</li>
<li>Should have secured a minimum of ‘D+’ grade with CGPA 2.0 or more in the 10+2 or equivalent on each subjects.</li>
<li>Should have the minimum score of second division marks in 10+2, PCL or equivalent in any discipline</li>
<li>Students who have passed grade 11 and are waiting for supplementary exam (PURAK PARIKSHA) of grade 12 can also apply. However, they have to submit all the required documents at the time of admission.</li>
<li>Candidate must pass the entrance examination conducted by TU. </li>
</ul>
<h3>Curriculum Structure</h3>
<p>All students are required to complete a minimum of <strong>126 credit hours</strong> of computer science and allied courses.</p>
<figure class="wp-block-table is-style-regular">
<table>
<tbody>
<tr>
<td><strong>Courses</strong></td>
<td><strong>Credit Hours</strong></td>
</tr>
<tr>
<td>Computer Application (Core Courses)</td>
<td>71 (4*2+ 3*21)</td>
</tr>
<tr>
<td>Elective Courses</td>
<td>12 (3+3+3+3)</td>
</tr>
<tr>
<td>Mathematics and Statistics Courses</td>
<td>9 ( 3+3+3)</td>
</tr>
<tr>
<td>Language Courses</td>
<td>6 (3+3)</td>
</tr>
<tr>
<td>Social Sciences and Management Courses</td>
<td>15 (3+3+3+3+3)</td>
</tr>
<tr>
<td>Project & Internships</td>
<td>13 (2+2+6+3)</td>
</tr>
</tbody>
</table>
</figure>
<h3>Grading System</h3>
<figure class="wp-block-table is-style-regular">
<table class="has-subtle-light-gray-background-color has-fixed-layout has-background">
<thead>
<tr>
<th class="has-text-align-center" data-align="center">Letter</th>
<th class="has-text-align-center" data-align="center">Grade</th>
<th class="has-text-align-center" data-align="center">Grade Point Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="has-text-align-center" data-align="center">A</td>
<td class="has-text-align-center" data-align="center">4.0</td>
<td class="has-text-align-center" data-align="center">Excellent</td>
</tr>
<tr>
<td class="has-text-align-center" data-align="center">A-</td>
<td class="has-text-align-center" data-align="center">3.7</td>
<td class="has-text-align-center" data-align="center"></td>
</tr>
<tr>
<td class="has-text-align-center" data-align="center">B+</td>
<td class="has-text-align-center" data-align="center">3.3</td>
<td class="has-text-align-center" data-align="center"></td>
</tr>
<tr>
<td class="has-text-align-center" data-align="center">B</td>
<td class="has-text-align-center" data-align="center">3.0</td>
<td class="has-text-align-center" data-align="center">Good</td>
</tr>
<tr>
<td class="has-text-align-center" data-align="center">B-</td>
<td class="has-text-align-center" data-align="center">2.7</td>
<td class="has-text-align-center" data-align="center"></td>
</tr>
<tr>
<td class="has-text-align-center" data-align="center">C+</td>
<td class="has-text-align-center" data-align="center">2.3</td>
<td class="has-text-align-center" data-align="center"></td>
</tr>
<tr>
<td class="has-text-align-center" data-align="center">C</td>
<td class="has-text-align-center" data-align="center">2.0</td>
<td class="has-text-align-center" data-align="center">Satisfactory</td>
</tr>
<tr>
<td class="has-text-align-center" data-align="center">C-</td>
<td class="has-text-align-center" data-align="center">1.7</td>
<td class="has-text-align-center" data-align="center"></td>
</tr>
<tr>
<td class="has-text-align-center" data-align="center">D+</td>
<td class="has-text-align-center" data-align="center">1.3</td>
<td class="has-text-align-center" data-align="center"></td>
</tr>
<tr>
<td class="has-text-align-center" data-align="center">D</td>
<td class="has-text-align-center" data-align="center">1.0</td>
<td class="has-text-align-center" data-align="center">Work satisfying minimum requirement for Credit</td>
</tr>
<tr>
<td class="has-text-align-center" data-align="center">F</td>
<td class="has-text-align-center" data-align="center">0</td>
<td class="has-text-align-center" data-align="center">Failing</td>
</tr>
</tbody>
</table>
</figure>
<h3 id="job_prospects">Job prospects</h3>
<p><span class="has-inline-color has-black-color">BCA graduates can apply for a post of system analysts, system managers, project managers, database administrators, system designers and programmers in IT Companies. Information industries and manufacture industries are always seeking for BCA graduates.</span></p>
<p><span class="has-inline-color has-black-color">Students completing their Bachelor’s degree in Computer Application are further eligible to study in any faculties which come under the Management and Information Technology such as MCA, MIT, MBA and many more. </span></p>
<ul><li><span class="has-inline-color has-black-color">System Analysis</span></li><li><span class="has-inline-color has-black-color">Database Administrator</span></li><li><span class="has-inline-color has-black-color">System developing and designing</span></li><li><span class="has-inline-color has-black-color">Application designing</span></li><li><span class="has-inline-color has-black-color">Web developing</span></li><li><span class="has-inline-color has-black-color">Software testing</span></li></ul>
<p></p>
</div>
<div class="cont2">
<form role="search" method="get" class="search-form" action="https://lict.edu.np/">
<label>
<input type="search" class="search-field" placeholder="Search..." value="" name="s">
</label>
<input type="submit" class="search-submit" value="Search">
</form>
<h2>Recent Posts</h2><hr>
<ul>
<li><a href="#">BSc. CSIT Mock Test Result</a></li>
<li><a href="#">CMAT Mock Test Result</a></li>
<li> <a href="#">BCA Entrance Exam Form</a></li>
<li> <a href="#">CSIT Entrance Form</a></li>
<li> <a href="#">CMAT Form Revised</a></li>
</ul>
</div>
</div>
<script type="text/javascript">
var counter = 1;
setInterval(function(){
document.getElementById('radio' + counter).checked = true;
counter++;
if(counter > 3){
counter = 1;
}
}, 3000);
</script>
</body>
<footer>
<div class="footer">
<a href="https://techybug.com" target="_blank" style="color:white; text-decoration: none";>Lumbini ICT Campus © Lumbini ICT Campus 2021. Powered by TECHYBUG</a>
</div>
</footer>
</html>