• Kemps Corner (H.O) - +91 9820134058

  • Bandra (W) - +91 9322755916

  • Andheri (Lokhandwala) - +91 9820494017

  • Thane (Ghodbunder Rd.) : +91 9808777778

LIVE ONLINE INTERACTIVE TRAINING

Advance Diploma Course in Computer Application

Compufield's Advance Diploma course in Computer Application in Mumbai aims at providing individuals advanced training in the field of Web designing & Digital Marketing.This course can be taken up by students after 12th, HSC or any such equivalent.Compufield's Advance Diploma course in Computer Application is a professional course and has numerous career options in the It industry.

 

Compufield provides individual based training at our centers, No batches , students can schedule their training as per their time schedule and then mantain the same. This course could take approx one year for completition , however a fast-track option is also avaliable. We also assist with placement options after completion of this Advance Diploma Course in Computer Application.

COURSE
MODULE

HTML5 & CSS

HTML5 is a core technology markup language of the Internet used for structuring and presenting content for the World Wide Web. HTML5 adds many new syntactic features. These include the new video, audio and canvas elements, as well as the integration of scalable vector graphics (SVG) content (replacing generic tags), and MathML for mathematical formulas. These features are designed to make it easy to include and handle multimedia and graphical content on the web without having to resort to proprietary plugins and APIs.

  • HTML5 & CSS Course Duration - 20 sessions
  • HTML5 & CSS Course Syllabus - Click here

PHP

PHP is a widely-used general-purpose scripting language that is especially suited for web development and can be embedded into HTML. PHP is a powerful cross platform server side script language. It is a full featured programming language capable of managing huge database driven online environments. Using PHP you can query databases, create images, read & write files, talk to remote servers - the possibilities are endless.

PHP's language syntax is similar to C's and Perl's. It generally runs on a web server like Apache which is configured to take PHP code as input and create web page content as output. It can be deployed on most web servers and on almost every operating system and platform free of charge. PHP is installed on more than 20 million websites and 1 million web servers.

  • PHP Course Duration - 40 sessions
  • PHP Course Syllabus - Click here

MySQL

MySQL is one of the most popular open source database management system recognized for its speed and reliability. It is commonly used with web pages. More than 11 million Websites are built around MySQL.

Current MySQL customers such as eBay, Google, Twitter, Yahoo, Facebook, and YouTube, SlashDot, LiveJournal are perfect examples of how MySQL is used to organize and store multiple databases that can be quickly accessed by millions of people at once.

  • MySQL Course Duration - 20 sessions
  • MySQL Course Syllabus - Click here

C

C is a general purpose Programming Language. C has proven to be a pleasant, powerful, and versatile language for a wide variety of programs. Many of the modern languages like C++, Visual C++, Java, JavaScript, etc. are based on C Language. Therefore, not knowing this Language is considered to be a handicap. The fundamental types are characters, and integers and floating-point numbers of several sizes. Pointers provide for machine independent address arithmetic.

Salient Features

C is a general purpose Structured Language that is powerful, efficient and compact.
C is a combination of High level language and Assembly language that's why its good for man & assembler.
C is a robust language whose rich set of built-in functions and operators can be used to write any complex program.
C is a portable language.
C provides a variety of data types.
In addition, there is a hierarchy of derived data types created with pointers, arrays, structures, and unions.
Programming in C is efficient & fast because of its data types and various operators.
 

Application

90% of UNIX Operating System is written in C Language.

C++

C++ is an Object Oriented Programming Language that is powerful, efficient and compact. It includes concepts like Polymorphism, Dynamic Binding, Data hiding, Operator encapsulation and inheritance, which are to be observed in C. User defined objects (instances) can be reused with and without modifications to generate new application. This reduces coding to greater extents.

Salient Features

For file accessing, you can use file objects to open or manipulate a file.
C++ is a Robust language whose rich set of built-in functions and operators can be used to reduce complexity of programs.
C++ is also a Portable language.
 

Application

Complex real-time System. Simulation and Modeling. Object-oriented database. Hypertext, hypermedia and expert text. Neural networks and parallel programming. Communication System.

Java Development Kit (Core JAVA)

Java is platform independent, reliable Programming language introduced by sun systems, used mainly to Develop Internet applications and applets. Java is used to create web-based applications and allows user interaction on the Internet. Java allows us to have animation, audio and video clippings in our web page. Java Programming helps in writing Programs using which one can connect to any computer on the Internet.

  • Java Development Kit (Core JAVA) Course Duration - 40 sessions
  • Java Development Kit (Core JAVA) Course Syllabus - Click here
 
Salient Features:
Java is two stage system having both compiler & interpreter.
High Availability : Maximize the availability of your business applications with log shipping, online backups.
Java is Platform Independent & Portable language. Thus Java Program can be moved from one computer to another computer, irrespective of the hardware or operating systems.
Java supports object oriented concepts. Java comes with an extensive set of classes which can be used by inheritance.
Java allows us to have animation, audio and video clippings in our web page.
Java provides many safeguards for security. It has strict, compile & run time checking for data types. Java also has concept of error handling which captures errors & eliminate any serious risk to the system.
Java is a distributed language i.e. it can be used across various networks.
Java is a simple language as compared to other object oriented languages.
Java supports multithreading i.e. one can perform multiple task in system independent of each other
Java is capable of dynamic linking.
Java is extensible language.
 
Application:
Java is used to create web-based applications and allows user interaction on the Internet.
Java Programs can be used to connect to any computer on the Internet and have financial transactions.

Java-Servlet

Servlets are used for Server-Side Programming. Servlets are generic extensions to Java-enabled servers. Their most common use is to extend Webservers, providing a very secure, portable and easy-to-use replacement for CGI. A Servlet is a dynamically loaded module that services requests from a Webserver. It runs entirely inside the Java Virtual Machine.

  • Java-Servlet Course Duration - 30 sessions
  • Java-Servlet Course Syllabus - Click here

Salient Features

Processing data posted over https using an HTML form, including purchase order or credit card data. A servlet like this could be part of an order-entry and processing system, working with product and inventory databases, and perhaps an on-line payment system.
Allowing collaboration between people. A servlet can handle multiple requests concurrently; they can synchronize requests to support systems such as on-line conferencing.
Forwarding requests. Servlets can forward requests to other servers and servlets. This allows them to be used to balance load among several servers that mirror the same content. It also allows them to be used to partition a single logical service over several servers, according to task type or organizational boundaries.
Being a community of active agents. A servlet writer could define active agents that share work among each other. Each agent would be a servlet, and the agents could pass data among themselves
 

Application

Create JDBC connection pool.
Create an Online Catalog System.
Developing E-Commerce "store fronts" will become one of the most common uses for Java servlets.
Servlets can be used to deploy Websites that open up large legacy systems on the Internet.
 

TOPICS COVERED

Servlet Overview & Architecture.
Servlet Basics.
Servlet & Html.
SSI (Server - Side Include).
Servlet chaining.
Servlet & the JDBC.
Servlet Beans.
Javaserver Pages.
Servelets as Distributed Object Clients.
Servlet Session.

JDBC (JAVA DATABASE CONNECTIVITY)

JDBC technology is an API that lets you access virtually any tabular data source from the JavaTM programming language. It provides cross-DBMS connectivity to a wide range of SQL databases, and now, with the new JDBC API, it also provides access to other tabular data sources, such as spreadsheets or flat files.

  • JDBC (JAVA DATABASE CONNECTIVITY) Course Duration - 30 sessions

Salient Features

JDBC programs are platform and Vendor independent.
JDBC components inter-operate with Database and connects via JDBC - ODBC bridges.
 

Application

You can use JDBC in both applications and applets.
Database vendors and database tool vendors can supply the low level drivers. Thus, they can optimize their drivers for their specific products.
With JDBC you can write useful programs to handle realistic database chores.

JSP

JavaServer Pages involves generating HTML pages from hybrid HTML/Java source files. These source files are typically named using the .jsp extension (though this isn't a requirement). Java source code is embedded in .jsp pages using JSP tags that are described in the JSP 1.1 specification.

  • JSP Course Duration - 25 sessions

Salient Features

JSP allow you to combine the HTML of a Web page with pieces of Java code in the same document. The Java code is surrounded by special tags that tell the JSP container that it should use the code to generate a servlet, or part of one. The benefit of JSPs is that you can maintain a single document that represents both the page and the Java code that enables it.
 

Application

Open source has brought a lot more than Linux to the computing world. It has also given us PHP and MySQL. PHP and MySQL are the world's best combination for creating data-driven sites.
 

TOPICS COVERED

Working with forms.
Working with files.
Working with Dates, Strings, Regular Expressions.
Working with Dynamic images.
Database integration.
Saving state with cookies, query.
Strings, Session Functions.
Debugging.

J2EE

J2EE is a multitiered application architecture. The J2EE specification defines roles based on certain functionality in the normal course of development and deployment of a J2EE application.

  • J2EE Course Duration - 25 sessions
  • J2EE Course Syllabus - Click here

ASP.NET

The Internet has revolutionized the way organizations think about application development and deployment. The leap from traditional client-server development to web base development takes more than accessing data through a browser.

  • ASP.NET Course Duration - 40 sessions
  • ASP.NET Course Syllabus - Click here
 
Salient Features:
ASP.NET helps to develop web-based applications with high performance and scalability.
Develop web-based applications using ASP.NET
Apply client-side and server-side programming, DHTML, scripting.
Analyze the performance issues involved in developing applications on the net.
Evaluate the use of client-side scripting vs. server-side scripting.
Develop applications using ASP.NET, XML and databases.
Keeping track of client interactions.
Develop and deploy applications using Microsoft InterDev and Studio.

VB.NET

JThe VB.Net certification course helps developers build effective layered application architecture by implementing a Visual Basic solution and by strong naming assemblies with Visual Studio. In this, .net certification course you will learn the basics of object-oriented programming languages using Visual Basic, as the programming language.

  • VB.NET Course Duration - 60 sessions
  • VB.NET Course Syllabus - Click here
 
Salient Features:
A brief history of .Net
Backbone of .Net framework.
The ingredients of .NET br /> The .NET & web classes
Web Services and the next-generation Internet
Integration which more than 20 languages
Compatibility with commerce server & Biztak Server
 
Application:
Web solution.
Net security
ERP solution
 
PREREQUISITES (Should have knowledge of):
Basic programming
Experience in Visual Basic is a plus

Advanced Excel

This program is designed for executives who are already familiar with the basics of Microsoft Excel, and who would like to work with more advanced features of Microsoft Excel that help in improving their efficiency of working with worksheets, analyzing data, creating MIS reports, and automating various tasks.

 
Advance Excel Course Syllabus - Click here
Program Objectives:

This Advanced Excel training program will empower the participants to be able to do the following:

Performing complex calculations more efficiently, using various Excel functions.
Organizing and analyzing large volumes of data.
Creating MIS reports.
Designing and using templates.
Consolidating and managing data from multiple workbooks.
 
Audience:

Executives and managers who have already been using Microsoft Excel, but now feel the need for learning more powerful features and options of Excel, to manage their worksheet-related tasks more efficiently.

 
Prerequisites:

Participants attending this training should be familiar with the basic operations in Microsoft Excel, such as simple calculations, formatting and printing.

Course Fee

Course Duration Course Fees Fees (US $)
400 sessions of 1 hr. each 1,00,000/- $ 2570
Enquire About The Course