Python Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesPython Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old December 12th, 2012, 10:09 PM
leykon121 leykon121 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2012
Posts: 6 leykon121 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 49 m 26 sec
Reputation Power: 0
Cant undestand flowchart !!!

I have a quiz tomorow ebout flowchart.
But i cant undestand how to make them.
I have this qustion:
Write a program to count in-between 79 and 463 by 2s

Please help me !!!
how do i make flowshart

Thank for helpers

imageshack.us/photo/my-images/404/flowchart1.png/

is it corect ?

Reply With Quote
  #2  
Old December 13th, 2012, 12:02 PM
b49P23TIvg's Avatar
b49P23TIvg b49P23TIvg is offline
Contributing User
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Aug 2011
Posts: 3,384 b49P23TIvg User rank is Major (30000 - 40000 Reputation Level)b49P23TIvg User rank is Major (30000 - 40000 Reputation Level)b49P23TIvg User rank is Major (30000 - 40000 Reputation Level)b49P23TIvg User rank is Major (30000 - 40000 Reputation Level)b49P23TIvg User rank is Major (30000 - 40000 Reputation Level)b49P23TIvg User rank is Major (30000 - 40000 Reputation Level)b49P23TIvg User rank is Major (30000 - 40000 Reputation Level)b49P23TIvg User rank is Major (30000 - 40000 Reputation Level)b49P23TIvg User rank is Major (30000 - 40000 Reputation Level)b49P23TIvg User rank is Major (30000 - 40000 Reputation Level) 
Time spent in forums: 1 Month 2 Weeks 3 Days 13 h 48 m 49 sec
Reputation Power: 383
I think your flowchart is wrong. If the circles are correct please mark them more carefully, one should be LABEL and the other GOTO . Flowcharts seem outdated since the goto lost favor, except at the assembly level, a lot of years ago. I'd do it like this, without testing there might be an "off-by-1" error. If there's a prefered direction orientation of branch diamonds I ignored it. I deleberately arranged the vertical alignment of START and STOP.

According to
http://www.google.com/imgres?imgurl=http://www.wiley.com/college/busin/icmis/oakman/outline/chap05/images/f5_02.gif&imgrefurl=http://www.wiley.com/college/busin/icmis/oakman/outline/chap05/slides/symbols.htm&h=388&w=450&sz=54&tbnid=ZGbPYpBizsz0qM:&tbnh=86&tbnw=100&zoom=1&usg=__w3QBXCPKRDA6SdvE1fJVguY-Zqo=&docid=-rLfUVMfOA1P8M&hl=en&sa=X&ei=PQ7KUMn0LIra0QHx04GoBg&ved=0CEcQ9QEwBA&dur=1985


Code:
     ---I'm oval------|
   --|                ----|
  -|    Start count in-   --|
 -|     between 79 and 463  \
  |-    by 2.               |-
   |                      |--
   |-                    --
     \------------------/
            |
            |
            V
┌──────────────────────────────┐
│                              │
│     n = 79                   │
│                              │
└──────────────────────────────┘
            |
            |<---------------------------------------\
            V	              			      ------
            /\             				   |----
           /  \       						\-------
          /    \      						       |-------
         /      \     							       \--
        /        \        							 |
       / n<(463-2)\-------YES-------------+					 |-
       \    ?     /                       |					  |
        \        /                        |					  |--
         \      /                         V					    |
          \    /               ┌──────────────────────────────┐			   -|
           \  /       	       │                              │			   |
            \/        	       │        n += 2                │			   |
       	     |		       │                              │			   |
	     |		       └──────────────────────────────┘			   |
	     N		                  |					  -|
	     O				  |					  |
	     |				  V					 /
	     |	     	           /─────────────────────────────/		 |
	     |	     	          /                             /		/
	     |	     	         /                             /		|
	     |	     	        /   display n                 /		       -|
	     \	     	       /                             /		       |
	      |	     	      /                             /		      -|
	      |	     	     /─────────────────────────────/		     -|
              --                          |				   -/
		\|			  -|				 --|
	       	 |			   |			     ---/
	       	 |			   ----\	      ------/
	       	 |				--------------|
	       	 |
	       	 |
	       	 |
	       	 |
	       	 |
	       	  \
	       	  |
                  V
     ---I'm oval------|
   --|                ----|
  -|    DONE!             --|
 -|                         \
  |-                        |-
   |                      |--
   |-                    --
     \------------------/
__________________
[code]Code tags[/code] are essential for python code!

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPython Programming > Cant undestand flowchart !!!

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap