Anyone willing to help HS student? 
Author Message
 Anyone willing to help HS student?

For the final exam of my Computer Science class i will have to
write a basic program (not a problem)...

        I would like some ideas, maybe some Subs that you have

        I would also know how I can write a program that will save
the results.

Thanks for your help,

Matt Martone
Sophmore
Kearny High School
New Jersey



Fri, 10 Apr 1998 03:00:00 GMT  
 Anyone willing to help HS student?

Quote:

>For the final exam of my Computer Science class i will have to
>write a basic program (not a problem)...

>I would like some ideas, maybe some Subs that you have

>I would also know how I can write a program that will save the results.

>Thanks for your help,

Matt:

Here's a program that would both be a challenge, and if you can surmount
all the challenges of writing it, will be useful to the teachers at your
school

Try writing a program that will calculate the reading level of material
that you input into it. I did this with the FORCAST method, which is
really meant for technical, military and industrial materials and manuals,
but here's a synopsis

1. Count off exactly 150 words
2. In that passage of 150 words, count all of the one-syllable words
3. Divide the answer for step 2 by ten
4. Subtract the answer for step 3 from 20
5. That is the grade level.

You cannot possibly write a formula that will identify single-syllable
words flawlessly, so I'd guess that you'll have to write a routine that
will check to see if it already knows whether a word is one-syllable or
not, then if not, ask, and store that answer off to disk for later use.

After you have finished your project, whether you attempt to use my idea
or not, ask me for a compiled copy of my program.

NOTICE TO ALL:
    My program is now ready for shareware. I demonstrated this program at
an {*filter*} ed conference in Arkansas and it got rave reviews.
    Let me know where you think I should upload it to, and I'll be glad
to. Or ask me to e-mail you a zip file (IBM compatible computers only, so
far).

John Knoderer
Maze Man Computer Services
101 Main Street SE
P O Box 744
Gravette, AR(kansas) 72736-0744
1-501-298-3403 or 1-500-GIFTED-1

Quote:

>Matt Martone
>Sophmore
>Kearny High School
>New Jersey



Sat, 11 Apr 1998 03:00:00 GMT  
 Anyone willing to help HS student?
|>
|> >For the final exam of my Computer Science class i will have to
|> >write a basic program (not a problem)...
|> >
|> >I would like some ideas, maybe some Subs that you have
|> >      
|> >I would also know how I can write a program that will save the results.
|> >
|> >Thanks for your help,
|>
|> Matt:
|>
|> Here's a program that would both be a challenge, and if you can surmount
|> all the challenges of writing it, will be useful to the teachers at your
|> school
|>
|> Try writing a program that will calculate the reading level of material
|> that you input into it. I did this with the FORCAST method, which is
|> really meant for technical, military and industrial materials and manuals,
|> but here's a synopsis
|>
|> 1. Count off exactly 150 words
|> 2. In that passage of 150 words, count all of the one-syllable words
|> 3. Divide the answer for step 2 by ten
|> 4. Subtract the answer for step 3 from 20
|> 5. That is the grade level.
|>
|> You cannot possibly write a formula that will identify single-syllable
|> words flawlessly, so I'd guess that you'll have to write a routine that
|> will check to see if it already knows whether a word is one-syllable or
|> not, then if not, ask, and store that answer off to disk for later use.

The secret to syllables is vowels.  Count the unconnected vowels and you
can count the syllables.  To be more precise you can look for special
dual vowels.  I wrote a basic program on a commodre many years ago that
computed the fog index.  This worked well

|>
|> After you have finished your project, whether you attempt to use my idea
|> or not, ask me for a compiled copy of my program.
|>
|> NOTICE TO ALL:
|>     My program is now ready for shareware. I demonstrated this program at
|> an {*filter*} ed conference in Arkansas and it got rave reviews.
|>     Let me know where you think I should upload it to, and I'll be glad
|> to. Or ask me to e-mail you a zip file (IBM compatible computers only, so
|> far).
|>
|> John Knoderer
|> Maze Man Computer Services
|> 101 Main Street SE
|> P O Box 744
|> Gravette, AR(kansas) 72736-0744
|> 1-501-298-3403 or 1-500-GIFTED-1
|> >
|> >Matt Martone
|> >Sophmore
|> >Kearny High School
|> >New Jersey

--
    _      _     Dale DePriest                  San Jose, California

 o/_/ (_(_X_(`                                  fax: (408) 943-0402



Tue, 14 Apr 1998 03:00:00 GMT  
 Anyone willing to help HS student?
When is it due?

I have some libraries you may want.

Are you doing VB 4.0 stuff?

Stephan



Wed, 15 Apr 1998 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Anyone willing to help HS student?

2. HS student survey on programming in VB

3. VB programmers for HS student projects

4. Anyone willing to be a mentor?

5. If anyone would be willing...

6. Is anyone willing to...?

7. Is anyone willing to...?

8. HELP!! Student needs help with module/form error

9. Help wanted - willing to pay fair hourly rate

10. Help Please Help me !!!!Hong Kong Student

11. anyono willing to give help

12. printing and graphics help needed- willing to pay

 

 
Powered by phpBB® Forum Software