Thursday 7 June 2018

Java Training Institute

Java

About Course

JAVA is a fundamental course for candidates willing to make their careers in software field. This course covers concept of object oriented programming. After completing this course candidates are able to make program using class and methods and CUI application.

Syllabus

The Java Syllabus will be as follows…..
Basics of Java
  • Java - What, Where and Why?
  • About JDK,JRE and JVM
  • Internal Details of JVM
  • Variable and Data Type
  • Naming Convention
OOPS Concepts
  • Advantage of OOPs
  • Object and Class
  • Methods
  • Method Overloading
  • Constructor
  • static variable, method and block
  • this keyword
  • Inheritance (IS-A)
  • Aggregation and Composition(HAS-A)
  • Method Overriding
  • super keyword
  • Instance Initializer block
  • final keyword
  • Runtime Polymorphism
  • static and Dynamic binding
  • Abstract class and Interface
  • Package and Access Modifiers
  • Encapsulation
  • Object class
  • Java Array
  • Call By Value and Call By Reference
String Handling
  • String Operations
  • Character extraction
  • Methods of String class
  • StringBuffer class
  • String conversion
  • StringTokenizer class
Exception Handling
  • Exception fundamentals
  • try and catch block
  • Multiple catch block
  • Nested try
  • finally block
  • throw keyword
  • throws keyword
  • Exception Handling with Method Overriding
  • Custom Exception
Multithreading
  • Multithreading basics
  • Life Cycle of a Thread
  • Creating Thread
  • Sleeping a thread
  • Joining a thread
  • Thread Priority
  • Daemon Thread
File Handling
  • File Basics
  • File Operation (create, delete , copy,read,write)
  • FILE Class
  • FileOutpuStream (Byte stream)
  • FileInputSream (Byte stream)
  • FileReader (Character Stream)
  • FileWritter (Character Stream)
  • RandamAccessFile Class
AWT and EventHandling
  • AWT Controls
  • Event Handling by 3 ways
  • Event classes and Listener Interfaces
  • Adapter classes
  • Creating Games and Applications
Swing
  • Basics of Swing
  • JButton class
  • JRadioButton class
  • JTextArea class
  • JComboBox class
  • JTable class
  • JColorChooser class
  • JProgressBar class
  • JSlider class
  • Digital Watch
  • Graphics in swing
  • Displaying Image
LayoutManagers
  • BorderLayout
  • GridLayout
  • FlowLayout
  • BoxLayout
  • CardLayout
Applet
  • Life Cycle of Applet
  • Graphics in Applet
  • Displaying image in Applet
  • Animation in Applet
  • EventHandling in Applet
  • JApplet class
  • Painting in Applet
  • Digital Clock in Applet
  • Parameter in Applet
  • Applet Communication
Collection
  • Collection Framework
  • ArrayList class
  • LinkedList class
  • ListIterator interface
  • LinkedHashSet class
  • PriorityQueue class
  • ArrayDeque class
  • LinkedHashMap class

JDBC
  • JDBC Drivers
  • Steps to connect to the database
  • Connectivity with Access without DSN
  • DriverManager
  • Connection interface
  • Statement interface
  • ResultSet interface
  • PreparedStatement
  • ResultSetMetaData
  • DatabaseMetaData

Course Duration

3 Months
One month in fast track or 3 months in normal track.

Fees

Course fee is Rs. 6000-/

Eligibility

Java is a high-level programming language. There is no Eligibility for the Java language Course. Any Student or a graduate student can get the certification in Java Programming and can join the coaching institutes for Java language Course.

Job Opportunities

  • Java developer
  • Java programmer
  • Computer programmer
  • Software engineer
  • Entry level java programmer
  • Web developer
  • software developer
  • Game Programmer
  • Java/JEE Programmer
Calling - 928974745
www.scpinfotech.com

C++ Language

C++ Language

About Course

C++ is a GENERAL-PURPOSE PROGRAMMING LANGUAGE. There is no Eligibility for the C++ language Course. Any Student or a graduate student can get the certification for the Program in the C++ language Course.

Syllabus

The C++ Syllabus will be as follows…..

C++ Overview

  • C++ Characteristics
  • Object-Oriented Terminology
  • Polymorphism
  • Object-Oriented Paradigm
  • Abstract Data Types
  • I/O Operations

Functions and Variables

  • Functions: Declaration and Definition
  • Variables: Definition, Declaration, and Scope
  • Variables: Dynamic Creation and Derived Data
  • Arrays and Strings in C++
  • Qualifiers

Classes in C++

  • Defining Classes in C++
  • Classes and Encapsulation
  • Member Functions
  • Instantiating and Using Classes
  • Using Constructors
  • Multiple Constructors and Initialization Lists
  • Using Destructor to Destroy Instances

Operator Overloading

  • Operator Overloading
  • Working with Overloaded Operator Methods

Initialization and Assignment

  • Initialization vs. Assignment
  • The Copy Constructor
  • Specialized Constructors and Methods
  • Constant and Static Class Members

Inheritance

  • Overview of Inheritance
  • Defining Base and Derived Classes
  • Constructor and Destructor Calls

Polymorphism

  • Overview of Polymorphism
  • Function Overloading
  • Operator Overloading

Exception Handling

  • Exceptions
  • Inheritance and Exceptions
  • Exception Hierarchies
  • User Define Exception

File Handling

  • Basic of File
  • Read/Write on File
  • Working on Binary File

Course Duration

60 days
30 days in fast track or 2 months in normal track.

Fees

The Fee would be 3500 for this course.

Eligibility

Student having basic knowledge of computer fundamental.

Job Opportunities

  • Programmer
  • C++ programmer
Calling- 9289714745
www.scpinfotech.com

C Programming

C Programming

About Course

C is a building block for many other currently known languages. C has features that allow the
 programmer to organize programs in a clear, easy, logical way. After learning this language
 candidates are able to start with their others oops related language like C++, .net or java etc.

Syllabus

C Language Syllabus will be as follows…..

Basics of C

  • History and Features of C
  • Importance of C
  • About Procedural Language
  • The Structure of a C Program
  • Writing C Programs
  • Debugging a C Program
  • Examining and Running a C Application Program

An Overview Of C And Buzzwords

  • Data Type, Variable
  • Operators
  • Control Statement
  • Preprocessor Directives Input and Output Operators
  • Reading/Writing Characters
  • Formatted input/output Function

Control Statement

  • The IF.....ELSE Statement
  • IF......ELSE ladder
  • Nesting of IF.....ELSE Statements
  • The Switching Statements
  • The do-while Statement
  • The while statement
  • FOR Statements

Array in C

  • Array : What and Why?
  • One Dementions Arrays
  • Two Dementions Arrays
  • Operations On Array

String Handling

  • Input /Output Sting
  • Basic Operations On String
  • 2D String Array

Function in C

  • Function Basics
  • Call By Value
  • Call by Reference
  • Nested Function

Pointers in C

  • Understanding Pointers
  • Pointer expressions
  • Pointer and Arrays
  • Pointers and Character String
  • Pointers to Functions
  • Pointers and Structures

Structures and Unions

  • Defining a Structure
  • Advantage of Structure
  • Arrays of Structures
  • Structures and Functions
  • Defining Unions

File Handling

  • Create / Open File
  • Read/ Write File
  • Text File & Binary File
  • Operations on File

Course Fees

This Course Fees : Rs. 3500/-
Data Structure with C Course fees is : 5000/-

Eligibility

Best suited for Candidates who have basic computer fundamental Knowledge. 

Course Duration

60 days
20 days in fast track or 2 months in normal track.

Job Opportunities

  • System Programmer
  • Junior Programmer
  • Junior Software Tester
  • Project Scientist
  • System Operator
Calling - 9289714745
www.scpinfotch.com

Tally ERP9 with GST

Tally ERP9 with GST

About Course

If you belong to an Accounting or non accounting arts or science and looking for job in accounting 
taxation or payroll, if you in search of a course which shines your career bright? IPA is introducing
 an Accounting package Tally ERP. It is very popularly accounting software which indeed helps a 
small and medium business. It has all functions of accounting taxation and payroll that a particularly
 midsized business needs. Most people think that Tally may only function for a small or business , 
but it has much more capabilities than that. Tally is not just accounting software, after becoming ERP
 it has much more widened and in great extent.

Syllabus

The main core features of tally are explained hereby.…..

ACCOUNTING:

Accounting is the most important feature of Tally ERP The main thought that comes in mind of a person when hearing about tally is accounting.

BILLING:

Billing is important part of business, this feature is included Tally. Actually billing is included in accounting feature when ever you pass an accounting entry simultaneously a bill is generated which can be used for raising or sending invoice.

PAYROLL

This feature is of use when you are having a good number of employees. For maintaining payroll in tally, there are functions like employee categories, employee groups, attendance, pay heads and course employees.

INVENTORY:

Maintenance of stock is very important part of business as it gives better control on business sales hence movement of stock is integral part which can be kept under control .

BANKING

In this era of digitalization, without banking no business can survive. Banking functionality is very well covered by Tally. Though it was not direct and indirect tax can be calculsated automatically and its returns are also filed online with the help of Tally ERP present in earlier versions of Tally but it can be usage in ERP-9 TAXATION: TDS VAT Service Tax, central excise, both .


Course Duration

The course Duration :8 Weeks
3 Weeks in fast track or 2 months in normal track

Course Fees

Total Course Fee: INR 3500/-

Eligibility

ICA has designed the course in such a manner that a 12th pass student (commerce/ arts/ science) can join this course, after completion of this course certificate will be provided, ICA gives students notes books and software also, an graduate or post graduate are also eligible for this course.

Web Application Development using PHP & MySQL

Web Application Development using PHP & MySQL


About Course

PHP is a fundamental course for candidates willing to make their careers in field of Dynamic
 website designing and web application development. PHP covers from basics level to advanced 
level of website designing and development. After completing PHP course, candidates can apply

Syllabus

The Digital Marketing Syllabus will be as follows…..

Hypertext Preprocessor - PHP

Handling Html Form With PHP
Decisions and loop
Function
String
Array
Working with file and Directories
State management
String matching with regular expression
Database Connectivity with MySql
AJAX
Webhosting
Mini Project
Live Project
Call- 928974745
www.scpinfotech.com