Lesson 1 - EDP
Lesson 1 - EDP
• During this stage, the problem is defined so that a clear understanding can
be gained of what the system should do, i.e. what the inputs to the system
are, what the output should be, and the operational parameters within
which the system is expected to work. If the new system is to replace an
existing system, the problem may be defined in terms of the additional or
enhanced functionality that is required.
An example flowchart
else
end if
else
end if
end while
repeat
sequence
until condition
condition 1 : sequence 1
condition 2 : sequence 2
...
condition n : sequence n
otherwise:
default sequence
end case
A: points = 4
B: points = 3
C: points = 2
D: points = 1
E: points = 0
end case
sequence
end for
repeat
read temperature
increment total
end if
print total
SIT 221 - Event Driven Programming 26
• Invoking sub-procedures - Use the call keyword, e.g.
• Let’s get something straight right now – Visual Basic .NET is not a new
version of Visual Basic.
• Visual Basic .NET is an entirely new product. If you are familiar with Visual
Basic, Visual Basic .NET will look familiar, but there are many differences.
• And, for the most part, the differences are vast improvements over Visual
Basic.
• When you realize that the BASIC language has not undergone substantial
changes in 20 years, you should agree it was time for a clean-up and
improvement.
• A few of the features of Visual Basic .NET, compared to Visual Basic:
• If you forget what a toolbar button does, hover your mouse cursor over the
button until a descriptive tooltip appears. We will discuss most of these
toolbar functions in the remainder of the IDE information.