You are on page 1of 1

ALGORITHM

Exercises #3 (FLOWCHARTING) FLOWCHARTS


PROBLEM: To logTIPS
in to Facebook account 1. Enter www.facebook.com in your START
 This problem can be solved in many ways so, browser.
we will encourage you to think and draw a 2. (I/O)
3. Facebook Home page loads (PROCESS) ENTER
flowchart for this problem using your
www.facebook.com
imagination. 4. Enter your email ID and Password
 To log in to Facebook account, we first enter (I/O)
the Facebook URL www.facebook.com in 5. Is email ID and Password Valid?
our browser like Google, Firefox, Safari, (DECISION) Facebook Home Page

Internet Explorer, etc. This request is sent to 6. if NO then Log in error Go to Step 3
the Facebook server and its responds by (PROCESS) else display Facebook account
sending us the home page of Facebook. (I/O) Enter Email ID and
Log in Error
Password
 Next, we enter our registered Email ID and (STOP)
Password and click the Login button.
 Then our credential is checked. If it is
correct, the profile will show. On the other
hand, if the login credential is wrong then an
error occurs and we are prompted to re- Display
Is Email ID
and NO
Account Password
enter our Email ID and Password. Correct?
Yes

STOP

JARED C. BEMIL BSCE 1-A

You might also like