Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

PPL: Programming Environments

PROGRAMMING ENVIRONMENTS


A programming environments is the collection of tools used in the development of software.
This collection may consist:-
  • A file system,
  • A text editor,
  • A linker,
  • A compiler,
  • Integrated tools
These tools may be access through a uniform interface (GUI).
Some of the examples of programming environments are-
1) Microsoft Visual Studio .NET, which is a large collection of software development tools, used through a windows interface.
It is used to develop software in following languages-
  • C#, 
  • Visual Basic .NET, 
  • JScript(MS JavaScript version), 
  • J# (MS Java version), 
  • managed C++.
2) NetBeans
3) Turbo C, C++
4) Dreamweaver
5) Arduino, etc.

Principles of Programming Languages:


EasyExamNotes.com covered following topics in these notes.

Practicals:
Previous years solved papers:

A list of Video lectures

References:

  1. Sebesta,”Concept of programming Language”, Pearson Edu 
  2. Louden, “Programming Languages: Principles & Practices” , Cengage Learning 
  3. Tucker, “Programming Languages: Principles and paradigms “, Tata McGraw –Hill. 
  4. E Horowitz, “Programming Languages”, 2nd Edition, Addison Wesley 

Leave a Comment