Monday, August 10, 2009

Pseudocode

Pseudocode is a compact and a high-level description of a computer programming algorithm that uses the structural conventions of a programming language, but is intended for human reading rather than machine reading. Pseudo-code typically omits details that are not essential for human understanding of algorithm, such as variable declarations, system-specific code and subroutines. The programming language is augmented with natural language descriptions of details, where convenient, or with compact mathematical notation.

Conditions in Flowcharting

Conditions in Flowcharting
AND - both condition should be satisfied
OR - either of the two should be satisfied

Thursday, July 9, 2009

Harry Potter

The first harry potter movie is the Harry potter and the sorcerers stone.It's the time where Harry's adventure begins.He has a scar on his face because of the killing curse performed by You-Know-Who.His parents died because of You-Know-Who and now,he lived on his Uncle and her Aunt Petunia with his cousin Dudley who are all angry and hated him.In this first movie, he met Ron Weasley which later became his bestfriend as well as Hermione Granger. He entered the School of Witchcraft and Wizardry and this is where his adventures between those wizards as well as muggles begin.

Friday, July 3, 2009

Harry Potter

well...it's obvious...I love harry potter movie...I'm not addicted to it but it catches my attention because I love fantasies...It's really fun...

Tuesday, June 30, 2009

TLE IV

To start the lessons we've discussed,let us tackle first algorithm and flowchart...

"Algorithm is any set of detailed instructions which results in a predictable end-state from a known beginning. Algorithms are only good as the instructions given, however, and the results will be incorrect if the algorithm is not properly defined."-Brendan McGuigan

source: http://www.wisegeek.com/what-is-an-algorithm.htm

"Flowchart is a common type of chart, that represents an algorithm or process, showing the steps as boxes of various kinds, and their order by connecting these with arrows. Flowcharts are used in analyzing, designing, documenting or managing a process or program in various fields."-Alan B. Sterneckert

source: http://en.wikipedia.org/wiki/Flowchart