SKE SOCIETY

COMPUTER SCIENCE DEPARTMENT

DEPARTMENT PROFILE
FACULTY
SYLLABUS
CERTIFICATE COURSE
STUDENTS PROJECTS
MOU
DEPARTMENT ACTIVITIES
DEPARTMENT GALLERY

CERTIFICATE COURSE LIST

Sr.No

Class

Subject

Content

1

B.Sc.1

HTML and CSS

History of HTML, What are HTML Tags and Attributes?, HTML Tag vs. Element, HTML Attributes, HTML Basic Tags, HTML Formatting Tags, HTML Colour Coding , Div and Span Tags for Grouping , Unordered Lists, Ordered Lists, Definition list, Image and Image Mapping , URL,URL Encoding, tables and forms

Benefits of CSS,CSS Versions History, CSS Syntax, External Style Sheet using Multiple Style Sheets, Value Lengths and Percentages, ID Selectors, Class Selectors, Grouping Selectors, Universal Selector , Descendant / Child Selectors, Attribute Selectors,

CSS – Pseudo Classes, background-image, CSS Tables, CSS Dimensions, CSS Visibility ,CSS Display ,CSS Scrollbars ,CSS Positioning , Static Positioning , Fixed Positioning, Relative Positioning, Absolute Positioning ,CSS Layers with Z-Index, The float Property , The clear Property, The clear fix Hack

2

B.Sc. 2

Python

 Introduction to Features and Applications of Python;

Python Versions; Installation of Python;Python CommandLine mode and PythonIDEs; SimplePythonProgram.Identifiers;Keywords; Statements and Expressions; Variables; Operators; Precedence and Association; Data Types; Indentation; Comments; Built-in Functions- Console Input and Console Output, Type Conversions;PythonLibraries;ImportingLibrarieswithExamples;Illustrativeprograms.

Types of Control Flow; Control Flow Statements- if, else, elif, while loop, break, continue statements, for loop Statement; range() and exit () functions; Illustrative programs.

Createing and Storing Strings; Accessing Sting Characters; thestr() function; Operationson Strings- Concatenation, Comparison, Slicing and Joining, Traversing; Format Specifiers; Escape Sequences; Raw and Unicode Strings; Python String Methods; Illustrative programs.