QBASIC and probability

Ask questions about projects relating to: computer science or pure mathematics (such as probability, statistics, geometry, etc...).

Moderators: AmyCowen, kgudger, bfinio, MadelineB, Moderators

Locked
skye97
Posts: 4
Joined: Sat Apr 16, 2011 5:47 pm
Occupation: Student: 8th grade
Project Question: Unknown
Project Due Date: 11/25/2011
Project Status: I am just starting

QBASIC and probability

Post by skye97 »

.
Last edited by skye97 on Wed Dec 28, 2011 9:40 am, edited 1 time in total.
hhemken
Former Expert
Posts: 266
Joined: Mon Oct 03, 2005 3:16 pm

Re: QBASIC and probability

Post by hhemken »

Hi skye97,

Qbasic, as well as any general purpose programming language, would allow you to do more or less whatever you want. I would caution you though, that BASIC language variants in general have fallen into disuse, and they are not such a good choice to start playing around with. What almost always happens is that a person will write a few quickie programs in a language, then recycle them into newer better ones, write a few more and so on. Eventually they accumulate a few programs that are very useful as well as a certain degree of expertise in the language. Eventually they have to abandon it if nobody else is doing much in that language, and learn a more widely used one. The programs written in the previous language become orphaned, even though they are still perfectly usable. Someday you'll want to use a database like MySQL or do something with a web server, or who knows what. BASIC is not a good choice for those things.

I would suggest you learn one of the more contemporary and widely used industrial-strength languages, such as Python, PHP, Java, or even Javascript. Javascript is probably the easiest to learn. With any of these you will be able to easily reuse any of your code as the years go by. These languages are no more difficult to start working in than BASIC and are much, much more versatile and powerful. A beginner can start with any of them and grow all the way to a professional software developer. Also, these languages are all free to download and use, and they have vast amounts of programming libraries you can use in your programs, including things having to do with statistics.

Try putting this into a google search:

Code: Select all

(python OR ruby OR php OR java OR javascript) for beginners tutorial
That should get you started. Please let us know how it goes, or if you have more questions.

Good luck!

hhemken
Heinz Hemken
Mentor
Science Buddies Expert Forum
skye97
Posts: 4
Joined: Sat Apr 16, 2011 5:47 pm
Occupation: Student: 8th grade
Project Question: Unknown
Project Due Date: 11/25/2011
Project Status: I am just starting

Re: QBASIC and probability

Post by skye97 »

.
Last edited by skye97 on Wed Dec 28, 2011 9:40 am, edited 1 time in total.
hhemken
Former Expert
Posts: 266
Joined: Mon Oct 03, 2005 3:16 pm

Re: QBASIC and probability

Post by hhemken »

Yes, that would be a good idea. There's a lot more current info, tutorials, sample programs, etc. for javascript than for BASIC.

Good luck!
Heinz Hemken
Mentor
Science Buddies Expert Forum
Weertolon
Posts: 1
Joined: Mon Oct 10, 2011 1:27 am
Occupation: n/a
Project Question: n/a
Project Due Date: n/a
Project Status: Not applicable

Re: QBASIC and probability

Post by Weertolon »

hhemken wrote:Yes, that would be a good idea. There's a lot more current info, tutorials, sample programs, etc. for javascript than for BASIC.

Good luck!
And what is more, Javascript is much more popular

GSM Booster. Right solution for low signal level.
Three Key Components Of Gsm Booster
Locked

Return to “Grades 6-8: Math and Computer Science”