Syllabus Coverage:
Fundamental of Computer:
Theoretical Work:- Introduction to Computer, Definition of Computer, Computer Characteristics, Classification of Computer, Input/output Unit- CPU, History & Generations of Computers, Bit & Bytes, Introduction to Computer Hardware-Input & Output Devices, Memory & its types, Introduction to Computer Software & its Classification.
Practical Work: English typing-Tutor (During theory of Fundamental)
Operating System:
Theoretical Work:- Operating System- Definition & Function, Introduction to Window & its current versions, Introduction & types of Window.
Practical Works:-Start up window on your CPU & Monitor, Introduction to Window Accessories- Calculator, Note Pad, Word Pad, and Paint & Clock.
Microsoft Office: Word, Excel, PowerPoint
MS WORD
Theoretical Cum Work:- Introduction to MS Word, MS Word Screen, Title bar, Menu bar, Standard tool bar, Formatting tool bar, The Ruler, Status bar.
Practical Work:- To Create, Open, Save Documents etc: New Document, Page Setup of Document, Type words in Documents, Save/Save as Document, Open Document, Print Preview of Document, and Print.
To Edit Document: Undo typing, Redo typing, Cut, Copy, Paste, Office Clipboard, Select All, Find, Replace, Go to.
To View Document: Normal View, Web layout View, Print Layout View, Outline View, Task pane. Toolbar Options, Ruler View, Document Map, Header & Footer, Full Screen View, Zoom.
To Insert Date, Time Symbol, Picture etc. in Document: Page Number, Date & Time, Symbol, Picture- Clipart/From File/Organization Chart/WordArt/AutoShapes/Chart, Comment, Hyperlink, Reference-Footnote/Caption, Diagram, Textbox, File, and object.
To Format font, paragraph etc. in documents: Font, Paragraph, Bullet & Numbering Border, Shading, Drop Cap, Change Case, Background, Theme, and Style & Formatting.
To Create Table: Draw table, Insert table, Delete table, Select Table, Table Auto format, Convert text to table. Convert table to text.
MS EXCEL
Theoretical Cum Practical Work:- Introduction to MS Excel, MS Excel Screen, Standard tool bar, Formatting tool bar, Creating work book, Entering Data, Creating Formulas, Formatting a Worksheet, Inserting Table, picture ,Charts, Sorting, Printing. Function-Statistical Function/Logical Function, Filtering Data. General Template- Loan Calculator, Invoice etc.
MS POWERPOINT
Theoretical cum Practical Work:- Introduction to MS PowerPoint, Main Elements of presentation- Slides/Handout/Speakers Note/Outlines, Creating a presentation, To format Slides, To Insert- Table/Chart & other Drawing objects. To print Slides
PYTHON PROGRAMMING
Module 1: Introduction to Python,
Overview of Python and its features, Installing Python and setting up the development environment, Python syntax and basic constructs, Variables, data types (int, float, string, boolean), Operators (Arithmetic, Comparison, Logical, Bitwise), Input and Output operations
Module 2: Control Flow
Conditional Statements: if, else, elif, Loops: for, while, break, continue, else with loops Nesting of loops and conditional Introduction to list comprehensions
Module 3: Functions and Modules
Defining and calling functions, Function parameters, return values, Variable scope (global and local), Recursion in functions, Lambda functions and higher-order functions, Introduction to Python modules and how to use them , Creating and importing custom modules
Module 4: Data Structures
Lists: creation, indexing, slicing, and basic operations, Tuples: creation, immutability, and basic operations, Sets: creation, operations, and set methods, Dictionaries: creation, key-value pairs, dictionary methods, Iterating over data structures, List, dictionary, and set comprehensions,
Module 5: Object-Oriented Programming (OOP)
Introduction to OOP concepts: Classes and Objects, Instance variables and methods, Constructors (__init__ method), Inheritance, Overriding, and Multiple Inheritance, Polymorphism and Encapsulation, Static and class methods, Understanding self and cls, Special methods (e.g., __str__, __repr__, __del__)
Module 6: Exception Handling
Introduction to errors and exceptions, try, except, else, and finally blocks, Raising exceptions with raise, Custom exception classes, Debugging with traceback and logging
Module 7: File Handling
Opening, reading, and writing files, File operations: read(), write(), close(),Working with file paths (absolute vs relative), Reading and writing CSV files, Context managers (with statement)
Module 8: Libraries and Frameworks
NumPy: Arrays, array operations, mathematical functions, Pandas: DataFrames, Series, and basic data manipulation, Matplotlib/Seaborn: Basic plotting, line charts, bar charts, histograms, Requests: Working with APIs, making GET and POST requests, Regular Expressions: Introduction to re module, pattern matching, JSON: Parsing and handling JSON data,
Module 9: Advanced Topics
Decorators: Understanding and creating decorators, Generators: yield, infinite sequences, Multi-threading and multiprocessing: Basics of concurrent programming, Testing in Python: Introduction to unit testing with unittest, Virtual environments: Using venv and pip for dependency management
Module 10: Web Development with Python (Optional)
Introduction to web frameworks: Flask or Django , Routing, templates, and static files in Flask/Django, Working with forms and user input, Database integration with SQLite or MySQL, Basic Authentication and Authorization, Introduction to RESTful APIs
Module 11: Data Science and Machine Learning (Optional)
Scikit-learn: Introduction to machine learning, basic algorithms (Linear Regression, Classification), Pandas: Advanced data manipulation and cleaning, Matplotlib/Seaborn: Data visualization for insights, Basics of statistical analysis and hypothesis testing, Project-based learning: Building a simple machine learning model in Python,
Module 12: Project and Final Assessment
Hands-on project incorporating learned concepts (e.g., a web application, data analysis, or automation script), Writing clean, maintainable Python code, Code documentation and version control with Git
Programming Language C:
Overview of C: History of C, Importance of C, Structure of a C Program.
Elements of C: C character set, identifiers and keywords, Data types, Constants and Variables, Assignment statement, Symbolic constant.
Input/output: Unformatted & formatted I/O function in C, Input functions viz. scanf(), getch(), getche(), getchar(), gets(), output functions viz. printf(), putch(), putchar(), puts().
Operators & Expression: Arithmetic, relational, logical, bitwise, unary, assignment, conditional
Operators and special operators. Arithmetic expressions, evaluation of arithmetic expression, type
Casting and conversion, operator hierarchy & associability.
Decision making & branching: Decision making with IF statement, IF-ELSE statement, Nested IF statement, ELSE-IF ladder, switch statement, goto statement.
Looping: For, while, and do-while loop, jumps in loops, break, continue statement.
Functions: Definition, prototype, passing parameters, recursion.
Storage classes in C: auto, extern, register and static storage class, their scope, storage, & lifetime.
Arrays: Definition, initialization, processing an array, passing arrays to functions, Strings & arrays.
Strings in ‘C’: Introduction, Declaration and initialization of string, String I/O, Array of strings, String manipulation functions: String length, copy, compare, concatenate, search for a substring.
Structure and Union: Introduction, Features of structures, Declaration and initialization of structures, Structure within structure, Array of structures, Structure and functions. Union: Introduction, Union of structures. Typedef, Enumerations.
Pointers: Introduction, Pointer variables, Pointer operators, Pointer assignment, Pointer conversions, Pointer arithmetic, Pointer comparison, Pointers and arrays, Pointers and functions, Pointers and strings, Pointer to pointer, dynamic allocation using pointers malloc(), calloc(), reallot().
Files: Introduction, File types, File operations, File I/O, Structure Read and write in a file, Errors in file handling, Random-access I/O in files.
Preprocessor: Introduction, #define, macros, macro versus functions, #include, Conditional Compilation directives, undefining a macro. Command line arguments: defining and using
Command line arguments.
Programming Language C++:
Introduction to C++: C++ Standard Library, Illustrative Simple C++ Programs. Header Files, Namespaces, Application of object oriented programming.
Object Oriented Concepts: Introduction to Objects and Object Oriented Programming, Encapsulation, Polymorphism, Overloading, Inheritance
Classes & Object: Abstract Classes, Accessifier (public/ protected/ private), Class Scope and Accessing Class Members, Controlling Access Function, Constant, Class Member, Structure and Class
Friend Functions: Friend Function and Friend Classes
Dynamic Memory Allocation: This Pointer, Dynamic Memory Allocation and Deallocation (New and Delete)
Static Members: Static Class Members, Static Member Functions
Constructors & Destructors: Constructors, parameter Constructors and Copy Constructors, Deconstructors,
Inheritance: Introduction of inheritance, Types of Inheritance, Overriding Base Class Members in a Derived Class, Public, Protected and Private Inheritance, Effect of Constructors and Deconstructors of Base Class in Derived Classes.
Polymorphism: Introduction to Polymorphism, Pointer to Derived class, Virtual Functions, Pure Virtual Function, Abstract Base Classes, Static and Dynamic Binding.
Operator Overloading: Fundamentals of Operator Overloading, Rules for Operators Overloading, Implementation of Operator Overloading Like <<,>> Unary Operators, Binary Operators.
Files: Text Streams and binary stream, Sequential and Random Access File, Stream Input/ Output Classes, Stream Manipulators.
Exception Handling: Basics of C++ Exception Handling, Try, Throw, Catch, multiple catch, Re-throwing an Exception, Exception specifications.
Templates: Function Templates, Overloading Template Functions, Class Template, Class Templates and Non- Type Template arguments.
HTML & DHTML:
HTML
Theoretical cum Practical Work:- Introduction to HTML, Concept, Versions of HTML, HTML editors, Elements of HTML-Tags/Attributes, To write a HTML document
Minimum Required Tags in HTML-HTML Tag,/Head Tag/Title Tag/Body Tag, A Sample of HTML Document, Headings, Paragraphs, Line Break, Lists- Number list/Unnumbered List/Definition Lists/Nested List, Type Attribute, Preformatted Text, Using Links-WebPages/Mailto/Images, Specify Size of images, Character Formatting-Bold/Underline/Italic/Suscripts/Superscripts/Alignment Attribute/Changing Font Size & Color, Setting the Color of Body Background/Text & Links. Background Graphics or Images.
DHTML
Theoretical Cum Practical Work:- Introduction to DHTML, Table-Tag/ Border/Cells/Row/ Space/Size/Alignment/Spanning Rows & Columns/Specify Background Color/Creating Table with in Table, Frames, Using Forms- Setting Up a Form/Creating a text box/Creating a Radio Button/Creating a Checkbox/Creating a Menu/Creating Buttons a Submit or Accept, Reset or Refresh
JAVA PROGRAMMING
Theoretical Cum Practical Work:- Objects Oriented Programming Concept, Introduction of Java Programming, Data Types, Variables, Laterals, Operator- (Arithmetic, unary, relational, conditional) Expression- Decision making & looping, Array, Classes, Objects, Interface, Inheritance, String Characters, packages.
JavaScript:
Theoretical Work:- Introduction to JavaScript, Overview, Difference between JavaScript & Java, Versions of JavaScript, Syntax & Conventions, Writing a Simple JavaScript Program, Variables & their Naming Rules, Variable Scopes, Expressions, Conditional Expressions, Loop Statements-for Statement/while Statements/break Statements/continue Statements, Functions, Arrays, Objects, Event handlers- onClick/onMouseOver/onSubmit/onFocus/onChange/onBlur/onLoad/onunload, Dialog boxes -Alert, Confirm & Prompt
Practical Work:- Script for Creating an Alert Dialog Box, Script for Creating an Prompt Dialog Box, Some Scripts for Practicing in Java
Programming Language VB (Visual Basic)
Theoretical Cum Practical Work:- Introduction to VB, Features of VB, VB 6 Vs other version of VB
Structure of VB Application- Control Property & Methods
Procedure of VB- event, general, function & properties
Modules in Visual Basic- form modules, standard & class modules
Data Types, Variable, Constant operators- Math operator, comparison, logical operator, Decision Control structure, Loop Control structure, Function, array.
Oracle-SQL (Structured Query language):
Theoretical Cum Practical Work:- Introduction of Oracle/RDBMS, objectives, SQL*Plus, SQL Command
DDL-Create, Alter, Drop
DML- Insert, Delete, Update, select
DCL- Grant, Revoke
Creating a table-Constant, Data Types, Operators & Functions, Alter a table, Character set, Identifier, constant, variables
Constraints- Primary key, unique key, check constraint, foreign key
Joins
Internet: Introduction to Internet, Surf World Wide Web, Creating Email, Social Websites
Computer Lab Practical
Eligibility: 12th Pass