Post By: Hanan Mannan
Contact Number: Pak (+92)-321-59-95-634
-------------------------------------------------------
Computer Programming Environment
Contact Number: Pak (+92)-321-59-95-634
-------------------------------------------------------
Computer Programming Environment
Though Environment Setup is not an element of any Programming Language, it is the first thing we need to start programming with any Programming Language.When we are saying Environment Setup, it simply means we need to have a base on top of which we can do our programming. Thus, we need to have required software setup, i.e., installation on our PC which will be used to write our Computer Program, Compile and Execute it. For example, if you need to browse Internet, then you need the following setup on your machine:- A working Internet Connection to connect to the Internet.
- Web Browser like Internet Explorer, Chrome, or Safari, etc.
If you are a PC user, then you will recognize following screen shot, which I have taken from Internet Explorer while browsing tutorialspoint.com.
Similar way, you will need following setup to start with programming using any programming language.- A text editor to create computer program.
- A compiler to compile program into binary format.
- An interpreter to execute program directly.
If you are new to the computer, you yourself will not be able to set up either of these Softwares. So, I suggest you take help from any technical person around you to set up programming environment on your machine from where you can start. But for you, this is important to understand what are these items.
A working Internet Connection to connect to the Internet.
Web Browser like Internet Explorer, Chrome, or Safari, etc.
If you are a PC user, then you will recognize following screen shot, which I have taken from Internet Explorer while browsing tutorialspoint.com.
If you are a PC user, then you will recognize following screen shot, which I have taken from Internet Explorer while browsing tutorialspoint.com.
A text editor to create computer program.
A compiler to compile program into binary format.
An interpreter to execute program directly.
0 comments:
Post a Comment