Skip to main content

Pseudo code



  • Pseudo-code is a tool that can be used to express algorithms more precisely
  • Pseudo-code is a combination of programming code and ordinary English
  • Pseudo-code allows algorithms to be specified precisely without having to worry about programming language syntax
  • There is currently no firmly established standard for Pseudo Code
  • Pseudo-code is not actually executed on a computer, it simply provides a means for programmers to "Think out" their programs before they implement them
  • A carefully prepared pseudo code program can be easily converted to a programming language such as C++ or Java.
  • HOW TO WRITE PSEUDO CODE?
    • Any algorithm will eventually need to have its instructions performed by a computer
    • For this reason the keywords used in Pseudo code are based on the main functions fo a computer.
  • Rules for Pseudo-code
    • INPUT
      • READ get input from a file
      • GET    get input from the keyboard
    • ARITHMETIC / CALCULATIONS
      • +_ * / ( ) =
    • OUTPUT
      • PRINT output to a printer
      • WRITE output to a file
      • DISPLAY output to a monitor
    • STORE
      • SET total_price to 0
      • total_price = cost_price + tax
    • COMPARE
      • IF student is part time THEN ADD 1 to part time ELSE ADD 1 to full time ENDIF
    • REPETITION
      • DOWHILE student_total < 50 READ student_record ADD 1 to student_total ENDDO
      • WHILE student_total < 50 READ student_record ADD 1 to student_total ENDWHILE
  • Examples


Comments

Popular posts from this blog

A basic Arduino Solar PV Monitor

I have just recently had solar pv installed, mainly to future proof my energy costs, I do not expect it to be like drilling for oil in my back garden, however the return looks to be encouraging. The install gives you another single unit meter, from this you will see the total amount the panels produce, but that is about it. I wanted to know how much the production was as it was happening, I discovered the light blinks on the front of the meter will flash 1000 times for each kWh of electricity which passes through. The rate of the flashing of the LED tells you how much power is currently passing through the meter. [ ]

Build a Key Operated Gate Locking System Circuit

This simple key-operated gate locking system allows only those persons who know the preset code to open the gate. The code is to be entered from the keypad within the preset time to operate the motor fitted in the gate. If anyone trying to open the gate presses a wrong key in the keypad, the system is disabled and, at the same time, sounds an alarm to alert you of an unauthorized entry. Figs 1 and 2 show the block and circuit diagrams of the key-operated code locking system, respectively. Connect points A, B, C, D, E, F and ground of the circuit to the respective points of the keypad. Keys S7, S16, S14 and S3 are used here for code entry, and the remaining keys are used for disabling the system. It is very important to press the keys in that order to form the code. To start the motor of the gate, press switches S7, S16, S14 and S3 sequentially. If the keys are pressed in a different order from the preset order, the system will lock automatically and the motor will not start. Fig. 1: Bl...

Apple releases TV spot for new iPods

Apple has just released a fun commercial to showcase its new line of iPod players and the various colours they come in. The TV spot titled ‘Bounce’, has a bunch of colourful iPod touch, iPod nano and iPod shuffles er…bouncing to music. With all that colour and dancing and bouncing, you may forget that Apple’s latest gen line of iPods has some other awesome features. For instance, the fifth gen iPod touch comes with Siri, 4-inch retina display and an A5 chipset. Maybe the next ad will showcase some of these features with less bouncing.link