Programming
Home

 

Home
Dirt Bike Pics
Dirt Bike Tips
Programming
Computer Tips
Dragom Ball Z Pics
MP3 Players
links
Downloads

Simple Computer Programming

My knowledge of computer programming is very basic, I know a bit of Q basic, quite a bit of Visual Basic, and a very small bit of HTML. On this page I will tell you about them and later on at a different Time I will Give tutorials. But first I will explain what programming is.

Programming is what you would do to make a program, all programs have code in them that tell them what to do and when to do it. There is different skill levels for programming, in my opinion Q basic being easy, Visual Basic being medium and C++ and Pascal being the hardest. But for each there is different code that is what makes programming such a hard task.

Q Basic

Q Basic is simple computer language made for dos almost anybody can learn it. All that I know about it is how to make simple word games, but there is a way to do very simple graphics. The main coding that you will need to know for beginning Q basic Goto, if, a$, and =. Like I said it is very simple.

Visual Basic

Visual Basic is also a simple programming language. It is more complex and has more things that you can do with it. You can make a program like note pad in Visual Basic. There is really no starting or beginning code for this because it is all about the same difficulty to remember. There is many different versions of Visual Basic the one I work with is called Visual Basic 3.0. I find it to be a great program.

HTML

HTML is used for making web pages, that is what I am using to make this sight. From what I know HTML is not that hard, I know how to make the layout of the page and the main coding for that is stuff like <HTML>, <HEAD>, <TITLE>, <BODY>, and a few mare things like that but that will be included in the tutorials later.