Presentation is loading. Please wait.

Presentation is loading. Please wait.

Programming languages and software development

Similar presentations


Presentation on theme: "Programming languages and software development"— Presentation transcript:

1 Programming languages and software development

2 Categories of Programming languages
Low level High level

3 Low level CPU level Commands and data are represented in 0,1 sequence
So, at the very beginning, programmers need to code their program directly in 0, 1

4 High Level Programming Languages
A high level programming language is the primary tool of computer programmers, providing English-like commands for writing software that is translated into the detailed step-by-step instructions executed by the processor. A Programming Statement in C++ cout << "\nPlease Enter The Password:"; Syntax: a set of rules that describe how programming statements and commands should be written.

5 Programming Languages
The evolution of programming languages can be thought of in terms of generations of languages.

6 Evolution of Programming Languages
Although programming languages have evolved beyond four generations, most software is developed using variations of third-level languages.

7 Visual Programming Visual programming uses a graphical or “visual” interface for software development combined with programming language text-based commands.

8 Integrated Development Environment
Software today is created using an integrated development environment. An IDE combines all the tools required for software engineering into one package.

9 Object-oriented Programming
Object-oriented programming languages are based on the creation and interaction of reusable programming objects.

10 Application Programming Interface API
The use of an API opens up a system or device so that others besides the manufacturer can develop software to run on the system or device.

11


Download ppt "Programming languages and software development"

Similar presentations


Ads by Google