7) Design a page to display the B.Sc. Computer Science syllabus by using List tag.
(Purpose: - Introduce list tag to display data in ordered or unordered format as main, sub main,
sub-sub main, etc by using nos. or special types of bullets.)
<!DOCTYPE html>
<html>
<head>
<title>BCA</title>
</head>
<body>
<h1 align="center"><font color = "green">DEPT. OF COMPUTER APPLICATION</font></h1>
<h2 align="center"><font color = "green">MAR DIONYSIUS COLLEGE</font></h2>
<h2 align="center"><font color = "green">PAZHANJI</font></h2>
<center><img src="COMPUTER.jpg" alt="description" width="30%"></center>
<p align="center"><strong>DEGREE OF BACHELOR OF COMPUTER APPLICATION (B. C. A) (CHOICE BASED CREDIT AND SEMESTER SYSTEM)
UNDER THE FACULTY OF SCIENCE</strong></p>
<h2><p align="center">B.C.A SYLLABUS FOR THE STUDENTS ADMITTED FROM THE ACADEMIC YEAR 2019 ONWARDS</p></h2>
<h3><b><i>Semester I</b></h3>
<ol>
<li>Common course
<ul>
<li>English Course</li>
<ul>
<li>Course I</li>
<li>Course II</li>
</ul>
<li>Additional Language Course I</li>
</ul>
</li>
<li>Computer Fundamentals & HTML</li>
<li>Mathematical Foundation of Computer Applications</li>
<li>Discrete Mathematics</li>
</ol>
<h3><b><i>Semester II</b></h3>
<ol>
<li>Common course
<ul>
<li>English Course</li>
<ul>
<li>Course III</li>
<li>Course IV</li>
</ul>
<li>Additional Language Course II</li>
</ul>
<li>Problem Solving using C</li>
<li>Programming Laboratory I:
<ul>
<li>Lab Exam of 1st& 2nd Sem.HTML & Programming in C</li>
</ul>
</li>
<li>Financial & Management Accounting</li>
<li>Operations Research</li>
</ol>
<h3><b><i>Semester III</b></h3>
<ol>
<li>Python Programming</li>
<li>Data Communication and Optical Fibres</li>
<li>Data Structures using C</li>
<li>Computer Oriented Numerical and Statistical Methods</li>
<li>Theory of Computation</li>
</ol>
<h3><b><i>Semester IV</b></h3>
<ol>
<li>Microprocessors Architecture and Programming</li>
<li>Sensors and Transducers</li>
<li>Database Management System and RDBMS</li>
<li>Programming Laboratory II:
<ul>
<li>Data Structures and RDBMS</li>
</ul>
</li>
<li>E-Commerce</li>
<li>Computer Graphics</li>
</ol>
<h3><b><i>Semester V</b></h3>
<ol>
<li>Computer Organization and Architecture</li>
<li>Java Programming</li>
<li>Web Programming Using PHP</li>
<li>Principles of Software Engineering</li>
<li>Open Course</li>
<li>Industrial Visit Project Work</li>
</ol>
<h3><b><i>Semester VI</b></h3>
<ol>
<li>Android Programming</li>
<li>Operating Systems</li>
<li>Computer Networks</li>
<li>Programming Laboratory III:
<ul>
<li>Java and PHP Programming</li>
</ul>
</li>
<li>Programming Laboratory IV:
<ul>
<li>Android and Linux shell Programming</li>
</ul>
</li>
<li>Elective Course</li>
<li>Industrial Visit & Project Work (Industrial Visit- 1 Credit, Project Work- 2 Credit)</li>
</ol>
</body>
</html>
Output Screenshot
No comments:
Post a Comment