Question:

How do you program a computer?

by  |  earlier

0 LIKES UnLike

like from the bits and stuff

 Tags:

   Report

5 ANSWERS


  1. GOOD LUCK!!!  It takes alot to brains and know how.


  2. go to download.com and search up your driver..

  3. There are many different programming languages that one can use to program a computer. If you are talking about how do you program in the computer's own computer language than you are referring to ASM.

    ASM is a computer programming language that sends different addresses from one point in the computer's system to another with commands such as JMP (Jump from one byte (computer array) to another) TO (go to a different byte) MODF (modify a certain byte to match another to make the computer follow your commands.

    There are many other programming languages that are used including the most common ones such as C++ (which is used for game programming as well as everyday common tasks) C# (both C, C++ and C# were all developed by Microsoft)

    And then some other basic ones such as Visual Basic and Delphi.

    There are different kinds of programming languages.

    RAD - Rapid Application Development

    The user uses a series of forms and GUI (Graphical user interface) to create a program

    High Level System Programming

    This is where you get face to face with the computer and get to know it's language. Also some of the hardest programming languages to learn.

    Scripting languages

    Scripting languages include PHP, HTML and Flash/Actionscript where the user can script a file in one of the above programming languages. Usually you do not compile any programs or applications using a scripting language, but you still can.

    OOP Languages (Object - Oriented Programming)

    OOP languages include above mentioned C++ which is the most common OOP language along with Java, OOP gives you the ability to be able to program an application without first having to declare your own variables to make that program run. Instead the compiled OOP Language gives you a list of arrays to fully understand and compile the application at a quicker speed and more powerful program than scripting or high level programming languages.

  4. Programmers don't get down to the bits and bytes unless they are engineers troubleshooting.  Take classes at your community college or university.  Your question is too complex to answer here.

    -MM

  5. Well, don't program from 1's and 0's. It's extremely hard that way. Instead, learn a language like C++ or Javascript. Then, compile the program you have made using a compiler. The compiler will translate the program into the necessary bits, and also make the program executable, meaning you can run it.

Question Stats

Latest activity: earlier.
This question has 5 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.