MCA 3 Bridge Course Syllabus - 623479
MCA 3 Bridge Course Syllabus - 623479
Part I
Learning Objectives:
Ability to write C Programs for a given problem statement with simple to moderate
complexity.
Ability to do binary arithmetic
Follow good programming practices:
◦ In-line comments
◦ Meaningful variable names
◦ Use of Functions
TOTAL ===>>> 44
Books
1. Brian W. Kernighan & Dennis M. Ritchie, “The C Programming Language”, Pearson (2015),
Rs. 209/-
Part II
Learning Objectives:
Students will learn about the opportunities, challenges and techniques for developing websites
built with the new resources provided by HTML5 and CSS
HTML5: New HTML5 input Types, input and datalist ELements and auto
complete Attributes, Page Structure Elements
Write an HTML webpage:`
i) Create an HTML file which makes use of various Heading tags.
ii) Create an HTML file which makes use of paragraph and line break.
iii) Create an HTML file which is having following Text Formatting:
a. Bold
b. Strong
c. Big
d. Italic
e. Small
f. Subscript
g. Superscript
h. Underline
iv) Create an HTML file which makes use of different types of links.
v) Create an HTML page which Apply at least 6 different string styles
to single text and display them.
vi) Create an HTML file which Creates different types of Menu.
viii) Lists: Create a web page which makes use of Numbered, Letters,
Lowercase Letters, Roman Numbers, Lowercase Roman numbers List
ix) Link: Create a web page showing an ordered list of names of the
subjects, with nested list if any subject has been selected it should
display the content of each subject
xi) List and Tables : Write HTML code to display Restaurant Menu
using different types of lists and tables
xii) Create Student Registration form with all form elements.
Case Study: Write HTML code to display your bio-data.
2 Cascading Style Sheets (CSS) 6 Lab
1. Books:
i. Paul Deital Harvey Deitel, Abbey Deitel, Internet & World Wide Web: How to
Program, 5th Edition, Pearson