...

                                                        EXPERT SYSTEMS AND SOLUTIONS

          eee project                                               Email: projects.neyveli@gmail.com

                    Cell: +91-9952749533, +91-8608603634

                               Chennai , Tamil Nadu, India

 

          

HOME

 

 POWER SYSTEMS

 

 IEEE Project

 ABSTRACTS

 

 PROJECT AREAS

 

 VIDEOS

 

 KITS AND SPARES  

 

 PROJECTS LIST

 

 IN-PLANT TRAINING

 

JOB OPENINGS

 

 ELECTRICAL

 WORKS

 

ONLINE TUTORING

 

 ELECTRONICS 

SERVICING

 

 CONTACTS

 

  FAQ

 

  Downloads

 

  IGBT Driver

 

  About us

  

  Notice

Web Development

 

 

                       Website Development and Software training in Neyveli, Cuddalore

                  Online Classes - 25USD to 30USD Per hour

A web refers to websites, web pages or anything that works over the internet. The provide information's to users about  business. We provide development i.e Building the application from scratch. We provide the following services in web site design.
     

                      Basic Website  hosting and index testing - Rs 15000


  This is a Backend server side of a website.  It is the part of the website that users cannot see and Interact. It is the portion of software that does not come in direct contact with the users. 
It is used to store and arrange data

Web page development - 5 pages in Html  -  RS 5000
Web page content development at Rs 2000 to 3000 per page
Web page development in DOTNet ASP -  Rs 50000 per Web site 
Web site SEO and error checking         -  Rs 50000 per site

    Digital Marketing                     -  Rs 60,000 - Basic

    Digital Marketing                     -  Rs 1,10,000 - Advanced 
  

     Domain Registration               -   Rs 10,000

   Value Added Web Design and Software Courses For B.E, B.Sc and Diploma Students

       Successful students of Our Institution are hired in positions such as Energy Manager, Electrical Engineer, Test Engineer, Power System Engineer, Manufacturing Engineer, R&D Engineer, Researcher and Educator may also opt for PhD in Electrical Engineering etc. Our major courses includes C, C++, MATLAB and Phyton

         Course 1  - Web Design course

   WEB AND SCRIPTING ESSENTIALS  Internet Basics – Browser Fundamentals – Authoring Tools – Introduction to HTML5 – HTML5 Tags – HTML5 Forms – Cascading Style Sheets (CSS3) Fundamentals – Need for Scripting Languages – Introduction to JavaScript/ Angular JS.
LABORATORY EXERCISES:
1. Design of static webpage primarily with text and CSS.
2. Apply the inline and block level elements to identify the difference in the layout.
3. Design the HTML forms (text boxes, text areas, radio buttons, check boxes and other elements by understanding the input types and specified needs).
4. Include image/audio and video elements in the web pages.
5. Format and position the text using CSS borders, background and color by understanding the box model.
6. Validate the HTML form elements by creating small client-side validation scripts using JavaScript/Angular JS.
                

          Course 2 - Software courses 

  C and C++ online training with GOOGLE meet / Zoom classes

PROGRAMMING IN C
UNIT I BASICS OF C PROGRAMMING :
Introduction to programming paradigms - Structure of C program - C programming: Data Types – Storage classes - Constants – Enumeration Constants - Keywords – Operators: Precedence and Associativity - Expressions - Input/Output statements, Assignment statements – Decision making statements - Switch statement - Looping statements – Pre-processor directives - Compilation process
UNIT II ARRAYS AND STRINGS
Introduction to Arrays: Declaration, Initialization – One dimensional array – Example Program: Computing Mean, Median and Mode - Two dimensional arrays – Example Program: Matrix Operations (Addition, Scaling, Determinant and Transpose) - String operations: length, compare, concatenate, copy – Selection sort, linear and binary search
UNIT III FUNCTIONS AND POINTERS
Introduction to functions: Function prototype, function definition, function call, Built-in functions (string functions, math functions) – Recursion – Example Program: Computation of Sine series, Scientific calculator using built-in functions, Binary Search using recursive functions – Pointers – Pointer operators – Pointer arithmetic – Arrays and pointers – Array of pointers – Example Program: Sorting of names – Parameter passing: Pass by value, Pass by reference – Example Program: Swapping of two numbers and changing the value of a variable using pass by reference
UNIT IV STRUCTURES
Structure - Nested structures – Pointer and Structures – Array of structures – Example Program using structures and pointers – Self referential structures – Dynamic memory allocation - Singly linked list - typedef
UNIT V FILE PROCESSING
Files – Types of file processing: Sequential access, Random access – Sequential access file - Example Program: Finding average of numbers stored in sequential access file - Random access file - Example Program: Transaction processing using random access files – Command line arguments

C PROGRAMMING LABORATORY
LIST OF EXPERIMENTS:
1. Programs using I/O statements and expressions.
2. Programs using decision-making constructs.
3. Write a program to find whether the given year is leap year or Not? (Hint: not every centurion year is a leap. For example 1700, 1800 and 1900 is not a leap year)
4. Design a calculator to perform the operations, namely, addition, subtraction, multiplication, division and square of a number.
5. Check whether a given number is Armstrong number or not?
6. Given a set of numbers like <10,36,54,89,12,27 > , find sum of weights based on the following conditions.
5 if it is a perfect cube.
• 4 if it is a multiple of 4 and divisible by 6.
• 3 if it is a prime number.
• Sort the numbers based on the weight in the increasing order as shown below ,
<10,its weights><36,its weights><89,its weights>
7. Populate an array with height of persons and find how many persons are above the average height.
8. Populate a two dimensional array with height and weight of persons and compute the Body Mass Index of the individuals.
9. Given a string ―a$bcd./fg‖ find its reverse without changing the position of special characters.
10. Convert the given decimal number into binary, octal and hexadecimal numbers using user defined functions.
11. From a given paragraph perform the following using built-in functions: a. Find the total number of words. b. Capitalize the first word of each sentence. c. Replace a given word with another word.
12. Solve towers of Hanoi using recursion.
13. Sort the list of numbers using pass by reference.
14. Generate salary slip of employees using structures and pointers.
15. Compute internal marks of students for five different subjects using structures and functions.
16. Insert, update, delete and append telephone details of an individual or a company into a telephone directory using random access file.
 

DATA MANAGMENT.

UNIT 1 Introduction - Abstract Data Types (ADT) – Arrays and its representation –Structures – Fundamentals of algorithmic problem solving – Important problem types – Fundamentals of the analysis of algorithm – analysis frame work – Asymptotic notations, Properties, Recurrence Relation.
UNIT II LINEAR DATA STRUCTURES – LIST : List ADT - Array-based Implementation - Linked list implementation - Singly Linked Lists – Circularly linked lists – Doubly Linked Lists - Applications of linked list – Polynomial Addition.
UNIT III LINEAR DATA STRUCTURES - STACK, QUEUE : Stack ADT – Operations on Stack - Applications of stack – Infix to postfix conversion – evaluation of expression - Queue ADT – Operations on Queue - Circular Queue - Applications of Queue.
UNIT IV NON LINEAR DATA STRUCTURES - TREES AND GRAPHS : Trees and its representation – left child right sibling data structures for general trees- Binary Tree – Binary tree traversals –- Binary Search Tree - Graphs and its representation - Graph Traversals - Depth-first traversal – breadth-first traversal-Application of graphs.
UNIT V SORTING, SEARCHING AND HASH TECHNIQUES : Sorting algorithms

Practical Class includes

1. Array- Insertion and Deletion
2. Application using array of structures
3. Array Implementation of Stack
4. Array Implementation of Queue
5. Infix to postfix conversion
6. Singly Linked List operations
7. Polynomial manipulation- addition, subtraction
8. Binary Tree Traversal
9. Quick Sort
10. Binary Search   

  

For Information's on M.E/M.Tech, Ph.D and M.S projects please visit www.researchprojects.in
 

R. SENTHIL KUMAR, B.E, M.E, ( PhD).
Technical Adviser ESS,
Senior Assistant Professor,
Cell: +91 - 9952749533, +91 - 8608603634
whatsapp: +919952749533
Email: expertsyssol@gmail.com,
          expertsyssol@yahoo.com,
Profile:- https://sites.google.com/site/senthilapeee/
 

    Second Quality China Kits ______( Only For B.E / B.Tech Students) Low cost project (Price Range Rs 6,000 to 10,000) Kits with working warranty . These kit are normally sold as pay to buy products.

 Project Support

        Codings, IEEE reference papers, Presentations, Study materials for your project,

     Project Hardware, Training classes, E-Book, Theory Classes, Lab Working Programs,

     Project Design & Implementation, 24/7 lab session,

     National and International Journal Publication

Project Training

   Students can assemble their hardware in our Research labs.   Experts will be guiding the projects.   Expert Systems conducts  Mini Project works for Pre-Final year students of  EEE, ECE, EIE, First year M.E (Power Systems), M.E (Applied Electronics), M.E (Power Electronics)