Lost Password?


Go Back   CodeCall Programming Forum > Software Development > Tutorials

Tutorials Programming Tutorials - Post your tutorials here!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-23-2006, 08:58 AM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Exclamation Pseudocode Tutorial: The Basics

Introduction:-

Well a user here asked me to make a pseudocode Tutorial so to help some newbies, and well here it is! I made a very brief tutorial for you to understand!

What is Pseudocode?
Pseudocode is a short hand way of describing a computer program. Rather than use the specific syntax of a computer language, more general wording is used. Using pseudocode, it is easier for a non-programmer to understand the general workings of the program.

Why use it?
Well, This is usually made before a programmer starts making the actual program with Syntax, So as just to have the idea of the program. This should be written to the extend than every person, even without knowing any programming should still understand because it should be like reading some bullets points in simple and understandable language ( like English )

Example:-

Ok, so as I am confident in VB 6.0 I will show you a piece of code in VB and then make it in pseudocode! The VB code will not be understood by everyone, but the pseudocode Yes! it SHOULD be understood!

VB Code:-

Code:
Dim Num1 As Integer
Dim Num2 As Integer
Num1 = Text1.Text
Num2 = Text2.Text
If Num1 > Num2 Then MsgBox "Num1 is Greater than Num2"
If Num1 < Num2 Then MsgBox "Num2 is Greater than Num1"
If Num1 = Num2 Then MsgBox "Num1 and Num2 are equal"
Pseudocode:-

Code:
Make Num1 as the text in Text1
Make Num2 as the text in Text2
if Num1 is greater than Num2 then "Num1 is greater than Num2"
else if Num1 is smaller than Num2 then "Num2 is Greater then Num1"
else if Num1 is equal to Num2 then "Num1 and Num2 are equal"
As you can see the pseudocode is very close to the Actual VB Code thats because nowadays we are trying to make the programming languages as close as possible to our natural language! well as you can see at first there was the Machine Code that you had to program with Binary ( 1s and 0s ) then the Assembly was created and it had the Mnemonics like ADD and such, you see it had words that we could read then the programming languages were always updated and made more close to our natural langauge ( a language that we can speak ) And its said that in a while we will be able to program in pseudocode but for now its a little far, but by time we'll see!

Ending:-
Well I hope that you understood a little more what pseudocode is!!
If you have any questions/problems/feedback pls post here and I will sureley Help you!
So I'm waiting for your feedback
Ow and if you want me to make you some tutorials request what you want and I will see what I can do! I will be happy making some tuts here!

Tcm9669!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 10-13-2006, 01:05 PM
Shakmun Shakmun is offline
Newbie
 
Join Date: Oct 2006
Posts: 8
Rep Power: 0
Shakmun is on a distinguished road
Default

helpm me out with my project,I will be really grateful
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 10-13-2006, 03:28 PM
Void's Avatar   
Void Void is offline
Programming Expert
 
Join Date: Jun 2006
Posts: 411
Rep Power: 12
Void is on a distinguished road
Default

Is your project just Pseudocode?
__________________
Void
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 10-14-2006, 01:56 PM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Default

Yeah give me some details and I will try to help you!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-21-2008, 10:23 AM
wng wng is offline
Newbie
 
Join Date: Feb 2008
Posts: 2
Rep Power: 0
wng is on a distinguished road
Default

hey, this tutorial is excellent help with my assignment, thnx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 06-06-2008, 02:44 PM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Default Re: Pseudocode Tutorial: The Basics

Welcome. Did you pass the assignment?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 10-25-2008, 08:40 PM
jason007thomas's Avatar   
jason007thomas jason007thomas is offline
Newbie
 
Join Date: Oct 2008
Location: everywhere but nowhere
Posts: 3
Rep Power: 0
jason007thomas is on a distinguished road
Default Re: Pseudocode Tutorial: The Basics

Whats up TcM I just joined this site and I need to find help with my pseudocode
Ironicly my next class next semester is VB but im just trying to be as good as i can be as far as program design and logic right now!!!

my class only meets one time a week so its hard to get my practice in
it seems like we focus more on the vocabulary then actualy designing the program itself.

if you can help i would really apreciate it

hit me up
thank you!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 10-25-2008, 11:01 PM
Brandon W's Avatar   
Brandon W Brandon W is offline
Guru
 
Join Date: Sep 2008
Location: Australia
Age: 15
Posts: 1,602
Rep Power: 15
Brandon W is just really niceBrandon W is just really niceBrandon W is just really niceBrandon W is just really niceBrandon W is just really nice
Send a message via MSN to Brandon W
Default Re: Pseudocode Tutorial: The Basics

Wow! I never knew that there was code like that I still couldn't program in it, too confusing for me. I like the original
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tutorial: C# Hello World Jordan CSharp Tutorials 15 10-16-2008 11:44 PM
VB 6.0: Tutorial, Explaining the VB 6.0 GUI TcM VB Tutorials 1 05-18-2007 11:25 AM
John's Java Tutorial Index John Java Tutorials 0 01-11-2007 04:05 PM
JSP Tutorial encoder JavaScript and CSS 0 05-26-2006 06:31 AM


All times are GMT -5. The time now is 10:56 PM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 100%


Complete - Celebrate!

Ads