PROOFED - Programming Language for Business

4
Programming Language for Business Introduction There are many programming languages for Business; some are: C++, C#. C, Chtml. Visual C++, Visual Basic, AspectC++ , SQL and UML. I will be talking about the following Programming Languages: Python Java Visual Basic SQL UML I will also be talking about Object-orientated Programming Python Python is a programming language; it is used to build web application, it is also used for testing microchips at Intel, powering Instagram and building video games with the PyGames library. Python can also be use in Excel and many applications use python as an embedded scripting language. In term of Business, Python is often used for automating smaller tasks and doing more complex task integration like talking to databases and asset management systems. There are many IDE (Integrated Development Environment) for python; some of these are: Pycharm Python GUI IDLE

Transcript of PROOFED - Programming Language for Business

Page 1: PROOFED - Programming Language for Business

Programming Language for Business

IntroductionThere are many programming languages for Business; some are: C++, C#. C, Chtml. Visual C++, Visual Basic, AspectC++ , SQL and UML.

I will be talking about the following Programming Languages:

Python Java Visual Basic SQL UML

I will also be talking about Object-orientated Programming

PythonPython is a programming language; it is used to build web application, it is also used for testing microchips at Intel, powering Instagram and building video games with the PyGames library. Python can also be use in Excel and many applications use python as an embedded scripting language. In term of Business, Python is often used for automating smaller tasks and doing more complex task integration like talking to databases and asset management systems.There are many IDE (Integrated Development Environment) for python; some of these are:

Pycharm Python GUI IDLE

Java Java is another programming language designed for use in the distributed environment of the internet and it has the look and feel of the C++ language while being simpler to use than C++ and enforcing an Object-oriented programming model. It is possible to create complete applications that may run on a single computer, or distributed across the servers and clients in a network. What is more, Java is used to build small

Page 2: PROOFED - Programming Language for Business

application modules or applets for use as part of a Web page. An Applet makes it possible for a web page user to interact with the page.There are many IDE Java uses these are:

NetBeans Intellij IDE Eclipse IDE

Visual BasicVisual Basic (VB) is a programming language environment from Microsoft which a programmer uses for a graphical user interface (GUI) to choose also modify a

preselected section of the code written in BASIC programming language

Object-orientated ProgrammingObject-oriented programming also know known as OOP is a programming language model organized around the object rather than an action and data rather than logic it has been viewed as a logical procedure that takes input data, processes it and produces output data

UML UML stands for Unified Modelling Language the purpose of UML is the following:

Development Modelling Language

Page 3: PROOFED - Programming Language for Business

In the field of Software engineering, UML provides a standard way to visualize the design of the system. Furthermore, UML is a way of designing a Software application before coding. UML is an essential part of a large software project and can be helpful to medium and small projects. UML plays the role in software development that blueprints and other plans (site maps, elevations and physical models) play in physical engineering.The UML model helps in the success of a software development project and can determine that the business functionality is complete and correct, and that end-user needs are met. UML standard diagrams are designed to support the requirement for scalability, robustness, security, extendibility and other characteristics before implementation.

SQLSQL stands for Structured Query Language. SQL is a standardized programming language used for managing relational database and for performing different operations on the data. SQL is a regularly used by database administrators as well as developers writing data integration scripts and data analysts.

SQL includes command to modify database tables and index structures by adding, updating and deleting rows of data and for retrieving subsets of the information from within a database for transaction processing and analytics applications. Queries and other SQL operation can take form of commands written as a statements and commonly used

SQL statement includes select, add, insert, update, delete, create, alter and truncate.