Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.145.105.85
<!DOCTYPE html>
<html lang="en">
<?php
include("header.php")
?>
<body>
<div class="row_1">
<div class="column_1" style="padding-bottom: 15px;">
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-3" style="max-width: 100%; width:210px;">
<h6 style="color: black;">Quick Links</h6>
<hr><a href="dep_comps.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> About the Department </a><br>
<br><a href="cs_poff.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Programmes Offered</a><br>
<br><a href="cs_pobj.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Programme Objectives</a><br>
<br><a href="cs_pout.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Programme Outcome</a><br>
<br><a href="cs_opp.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Career Opportunities</a><br>
<br><a href="cs_facilities.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Facilities</a><br>
<br><a href="cs_eve.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i>Events /Activities /Programmes</a><br>
<br><a href="cs_res.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Research</a><br>
<br><a href="cs_proj.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Projects</a><br>
<br><a href="cs_resfac.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Research Facilities</a><br>
<br><a href="cs_resact.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Research Activities</a><br>
<br><a href="cs_coninfo.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Contact Information</a>
</div>
</div>
<!-- <br>
<br> -->
<div class="column_1">
<div class="col-xs-12 col-sm-8 col-md-9 col-lg-9" style="max-width: 100%;">
<div data-aos="fade-left">
<h3 class="display-" style=" color: black;">Programme Outcome </h3>
<hr>
<ul class="list-group">
<div data-aos="fade-right">
<li class="list-group-item" style="background: #c29a8f;">The B.Sc. (Computer Science) Programme Outcome is to develop ability to analyze a problem, identify and define the computing requirements, which may be appropriate to its solution. To prepare students to undertake careers involving problem solving using computer science and technologies.</li>
</div>
<br>
<div data-aos="fade-left">
<li class="list-group-item" style="background: #c29a8f;"><span style="font-weight: 700;">Communication Skills: </span><br>
Encouraging students to present themselves orally and in written form to present the information clearly.
</li>
</div>
<br>
<div data-aos="fade-right">
<li class="list-group-item" style="background: #c29a8f;"><span style="font-weight: 700;">Analytical skills:</span><br>
Improving the Analytical skills of students learn the logic part of algorithm and ability to develop the logic by themselves.
</li>
</div>
<br>
<div data-aos="fade-left">
<li class="list-group-item" style="background: #c29a8f;"><span style="font-weight: 700;">Programming Skills:</span><br>
Enhancing the programming skills of students to do small sized programs to huge projects. Introduction to latest programming languages to acquire knowledge of using latest technologies in industry.
</li>
</div>
<br>
</ul>
</div>
<br>
</div>
</div>
</body>
<script>
AOS.init();
</script>
<?php
include("footer.php")
?>
</html>
|