You are on page 1of 1

6/13/2012

Exercise 3

Exercise 4

Draw a flowchart to accept five numbers and display the sum of the numbers.

Draw a flowchart to input any number, multiply it by 2, and display the result.

Summary

Objectives

In this session, you learned that:


The cycle of activities performed by a computer follows the Input-Process-Output cycle. A set of instructions to perform a particular job is called a program. A flowchart is a graphical representation of the steps to be followed for solving a problem. A flowchart consists of a set of symbols, where each symbol represents a specific activity.

In this session, you will learn to:


Identify variables and constants Use data types Use operators Represent decisions in a flowchart

You might also like