Certainly!
The University of Calcutta offers structured courses in C programming, HTML,
and CSS across various undergraduate programs. Here's a consolidated overview tailored
to these subjects:
---
C Programming
Course Title: Problem Solving Using C
Programs: [Link]. (Honours) in Computer Science, [Link]. in Computer Application
Semester: Typically offered in Semester II
Course Objectives:
Develop efficient algorithms for problem-solving.
Understand and implement programming constructs such as loops, conditionals, and
recursion.
Utilize data structures like arrays, stacks, and linked lists.
Handle file operations in C.
Topics Covered:
Introduction to Programming and C Language
Algorithms and Flowcharts
Control Structures: Conditional Statements and Loops
Functions and Storage Classes
Arrays, Structures, Unions, and Pointers
Reference Books:
Programming with ANSI-C by E. Balagurusamy
Let Us C by Yashavant Kanetkar
The C Programming Language by Brian W. Kernighan & Dennis M. Ritchie
---
🌐 HTML & CSS
Course Title: Web Development
Programs: [Link]. (Honours) in Computer Science, [Link]. in Computer Application
Semester: Typically offered in Semester II
Course Objectives:
Understand the structure and semantics of HTML.
Apply CSS for styling and layout of web pages.
Design responsive and interactive web interfaces.
Topics Covered:
HTML Elements: Headings, Paragraphs, Lists, Links, Images, Tables, Forms
CSS Styling: Selectors, Properties, Box Model, Flexbox, Grid
Responsive Design Principles
Form Design and Validation
Reference Books:
HTML & CSS: The Complete Reference by Thomas Powell
Mastering HTML, CSS & JavaScript Web Publishing by Laura Lemay, Rafe Colburn, Jennifer
Kyrnin
Web Designing and Development by Satish Jain
---