6programming and User Environments PDF
6programming and User Environments PDF
PROGRAMMING
AND USER
ENVIRONMENT
BIT CT II-A
Lesson Outline
UNDERSTANDING
UNDERSTANDING
UNDERSTANDING
PROGRAMMING
PROGRAMMING
USER
AND USER
ENVIRONMENTS ENVIRONMENTS
ENVIRONMENTS
Understanding Programming and User Environments
Environments
A flowchart can be made with paper and pencil when planning the logic for a
computer program, or you can use software that lets you manipulate flowchart
shapes. You have the option of writing pseudocode by hand or with a word
processing program. You typically use a keyboard to type program statements
into an editor so that you can translate and execute the program on a
computer. You can type a program into one of the following:
Figure 1 shows a C# program in Notepad that accepts a number and doubles it.
You can enter your program using the editor of an integrated development
environment (IDE). A software package known as an IDE offers an editor, a compiler,
as well as other programming tools. Figure 2, for instance, displays a C# program in
the Microsoft Visual Studio IDE, an environment with tools for developing Visual
Basic, C++, and C# programs.
Environments
A user could run a program you've written in a variety of environments. For
instance, a user could run the program for doubling numbers from the command
Environments
Many programs are run using a graphical user interface, which enables users to
Figure 4- GUI
The same programming language may be used to create both
GUI and command-line programs. However, the logical
process is the same regardless of the environment used to
write or run a program.
Thank You!