Topic : VB
We learned,
Datatypes
Variables
How to declare variable - eg, using Dim
How to initialize variable - eg, a = 1, b = 3
Syntax - eg, Dim a As String
Programming:
We created a form to find sum of two numbers:
We created a simple calculator using VB codes,
Topic : Algorithm and Flowchart
Example : Making a cup of tea
We discussed each steps or instructions to make a cup of tea - So we studied these steps or instructions are called Algorithm.
Next we studied what is Flowchart ???
We learned how Flowchart is a graphical representation of an algorithm or a program. Explained that an algorithm is simply a sequence of steps for competing a task. Also explained that algorithms can be represented in many ways, the most commonly used is flowcharts. We will draw flowchart using below symbols.
For example,
Find sum of two numbers.
Program 2:

No comments:
Post a Comment