Showing posts with label flowchart. Show all posts
Showing posts with label flowchart. Show all posts

Monday, November 2, 2009

Sample flowcharts

The blue flowchart will design, code and test and if there is an error, you will be able to go to the beginning and strat all over again.

The green flowchart will turn LED on, start timer, turn LED off and reset timer.

The red flowchart will read template and print the below or above freezing.


Below I have converted an algorithm into a flowchart. Don't know what an algorithm is? There are some definitions in another post below, where algorithm has been defined;-)


Flowchart: Opening a door

Friday, October 23, 2009

Definitions

  1. Algorithms - A step-by-step problem-solving procedure.
  2. Pseudo code - A high-level abstraction of code used to outline the steps in an algorithm.
  3. Machine language - A programming language designed for use on a specific class of computers.
  4. High Level Computer Language - Programming language with strong abstraction from the details of the computer.
  5. Flowchart - A diagram of the sequence of operations in a computer program.