Turing Project
Author |
Message |
12345678
|
Posted: Tue Jan 13, 2009 11:03 am Post subject: Turing Project |
|
|
I NEED A TEMPLATE FOR A TURING PROJECT..
WHICH INCLUDES GRAPHICS AND COOL STUFF....
You are required to create a computer program in Turing for different specific subject areas. Your program will be marked on originality, punctuality and effectiveness. This project requires you to create a menu page which lists the three or more subjects you chose to do. Each item must stand for a different subject strand and content.
I chose to do the following subjects:
French ? Conjugating regular ?er? verbs into the future tense.
Health- Calculates your BMI. By prompting the user for his/her weight and height.
Math- Listing the formulas for trigonometry |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Laplace's Demon
|
Posted: Tue Jan 13, 2009 11:21 am Post subject: Re: Turing Project |
|
|
"Your program will be marked on originality"
No one here is going to give you a "template". |
|
|
|
|
|
DemonWasp
|
Posted: Tue Jan 13, 2009 1:49 pm Post subject: RE:Turing Project |
|
|
First off, anything typed in all-caps is equivalent to yelling, and isn't going to get you anywhere fast. Second, as Laplace noted, we're not going to feed you a fill-in-the-blanks template. If you have a specific issue with an error, a design question, or similar, we'll be more than happy to answer.
As it stands, you need to tell us what, exactly, you want help with. Try to do the project yourself first; if you get stuck, we're here to help with that. |
|
|
|
|
|
12345678
|
Posted: Tue Jan 13, 2009 4:12 pm Post subject: Re: Turing Project |
|
|
ummmmm..........
i have no idea how to start.. |
|
|
|
|
|
12345678
|
Posted: Tue Jan 13, 2009 4:18 pm Post subject: Re: Turing Project |
|
|
ok well,, how bout if we start off with the title page...
basically i need help making a page that includes graphics a colored background and links to the three subject choices which are above
thanks |
|
|
|
|
|
Laplace's Demon
|
Posted: Tue Jan 13, 2009 4:49 pm Post subject: Re: Turing Project |
|
|
We're not gonna give you instructions on how to do every step of your project. Do it like the rest of us, just work away at it, mess around with it, trial and error. Use existing tutorials and help topics, and even more importantly the turing reference.
edit: And if you don't have time to just work away at it because it is due soon, you're SOL |
|
|
|
|
|
12345678
|
Posted: Tue Jan 13, 2009 5:18 pm Post subject: Re: Turing Project |
|
|
Turing: | loop
var option:int
put " Enter option "
put " To select math press 1"
put "To select french press 2"
put "To select science press 3"
get option
case option of
label 1: put " You have chosen math "
label 2: put " You have chosen french "
label 3: put " You have chosen science"
end case
end loop
|
Now i want to start on my math programs
How do i do that?
Mod Edit: Remember to use syntax tags! Thanks code: | [syntax="turing"]Code Here[/syntax] |
|
|
|
|
|
|
syntax_error
|
Posted: Tue Jan 13, 2009 5:47 pm Post subject: RE:Turing Project |
|
|
How about, a persudo-code?
Make a flow chart serly. As annoying as it may sound just draw one out, then your whole thought on what to do is unneeded. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
|
|