Page 1 of 3 123 LastLast
Results 1 to 10 of 25

Thread: programmin project.. need help

  1. #1
    Join Date
    May 2008
    Posts
    602
    Rep Power
    0

    Default programmin project.. need to kno if i am not the rite track

    need some help never yet do programmin in ma life & mi get a project & dont kno wht to + mi did miss the first week out of sch cause mi never kno say the sch start now the first day of class for me i run in to a project an dont kno ntn.
    Last edited by jason_200; Mar 22, 2009 at 11:50 AM.

  2. #2
    Join Date
    Apr 2008
    Posts
    43
    Rep Power
    0

    Default

    pseudocode is basically the process the code go through, but you will write out the process.

    I would suggest you do some search in google on pseudocode to get a better understanding of what is require and this will become straight forward for you. It basiacally similar to the flow chart as well. Just stating the process really.

  3. #3
    Join Date
    May 2008
    Posts
    602
    Rep Power
    0

    Default

    can any 1 do # 1 for me plz

  4. #4
    Join Date
    Sep 2004
    Posts
    2,460
    Rep Power
    0

  5. #5
    Join Date
    Oct 2004
    Posts
    3,198
    Rep Power
    0

    Default

    Do the research, make an attempt at completing the task and then ask for help if you encounter a problem. Someone doing it for you won't help you develop your basic programming skills.

  6. #6
    Join Date
    Jul 2004
    Posts
    269
    Rep Power
    0

    Default

    $10,000 and mi do this assignment
    Phenom X4 9550, MSI K9N2 SLI Platinum, Kingston HyperX SLI 4GB DDR2 1066MHz, Evga 9600GT Supaclack'd, Corsair 750W PSU,80gb 2.5 5400rpm X 2- Raid 0
    kevin@4046263 Kevin1386@gmail.com
    Kingston/Portmore/Mandeville

  7. #7
    Join Date
    Jun 2003
    Posts
    3,621
    Rep Power
    24

    Default

    Quote Originally Posted by jason_200 View Post
    can any 1 do # 1 for me plz
    Why should anyone do any of it for you? It's your assignment, not theirs.

  8. #8
    Join Date
    Jan 2009
    Posts
    2,404
    Rep Power
    0

    Default

    @ kevin1386. Times really hard.

    Pseudocode and flowcharts are basically two ways to show the possible paths a job/instruction can take to be completed. Just think about a day in your life: wake, bathe, eat, get transport, go to work/school, etc. as an example.

    Think of how you'd solve the problem (#1). Break the problem down into several smaller ones as you go on. Solve each small problem. Write the steps you use to solve the problem. There, you got pseudocode! Flowcharts are essentially a graphical pcode...
    Rooted OnePlus 2 64GB Ed, Android 5.1.1 OxygenOS ; on teifin' AT&T's network; Rooted ASUS Transformer TF101 w/ dock, Android 5.1 KatKiss; Laptop: ASUS X550C, 2.0GHzx2, 8GB, 512GB SSD, Kubuntu 15.10;
    Facebook page: Skeleville Technology Solutions

  9. #9
    Join Date
    May 2008
    Posts
    602
    Rep Power
    0

    Exclamation

    i really need a start for the pcode.. how would i start it

    tell me if i am on the rite track people


    Begin
    character cName, cSex, cIdentificationNumber cPhoneNumber, cAddress
    Numeric nEntryLevelForm, nAvailableEntryLevelForm
    Display "Enter Member Name"
    Accept cName
    Display "Enter the age of member"
    Accept nAge
    Display "Enter the sex of member"
    Accept cSex
    Display "Enter Identification Number"
    Accept cIdentificationNumber
    Display "Enter Phone Number"
    Accept cPhoneNumber
    Display "Enter Address"
    Accept cAddress
    Read members from the database
    Last edited by BlackCryptoKnight; Mar 22, 2009 at 05:22 AM.

  10. #10
    Join Date
    Jan 2009
    Posts
    2,404
    Rep Power
    0

    Default

    Logic looks ok so far. Don't think you really need the declarations or "Displays" now though. You're just describing the process to take, not writing program code. From collecting the info to verifying and writing to the database.

    Ask some classmates to help you out so you get the methodology guidelines.
    Rooted OnePlus 2 64GB Ed, Android 5.1.1 OxygenOS ; on teifin' AT&T's network; Rooted ASUS Transformer TF101 w/ dock, Android 5.1 KatKiss; Laptop: ASUS X550C, 2.0GHzx2, 8GB, 512GB SSD, Kubuntu 15.10;
    Facebook page: Skeleville Technology Solutions

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •