Results 1 to 7 of 7

Thread: Question!!

Hybrid View

  1. #1
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Question!!

    If you can ellaborate - perhaps we can tell you.

  2. #2

    Thread Starter
    New Member
    Join Date
    Apr 2005
    Posts
    9

    Exclamation Re: Question!!

    I mean in contrast with compilers, interpreters and assemblers.

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Question!!

    I'm still not certain what you mean by "translation"? From a computer language to what?

  4. #4

    Thread Starter
    New Member
    Join Date
    Apr 2005
    Posts
    9

    Re: Question!!

    ok.. lol What I mean by the need for language translation is why do we need them as in language processors such as compilers interpreters and assemblers ?

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Question!!

    Oh, I think I know what you mean.

    Something has to translate programming code into a language that the machine understands, like...machine language...binary...ones and zeros.

  6. #6
    Frenzied Member
    Join Date
    Oct 2003
    Posts
    1,301

    Re: Question!!

    Indeed.
    A processor only understands numbers (machinecode), it can't read text like we can.
    The operations that the processor can execute are also very, very basic. (not to be confused with BASIC )
    For us humans a long list of numbers is hard to read and it is hard to see the higher functions in all those basic instructions.

    Assembly is a bit higher than machinecode.
    Numbers are substituted with short words but you are still giving very lowlevel instructions.
    You need an assembler to translate assembly code into machinecode.

    High level languages (C, BASIC)make code even more readable and does a lot of lowlevel stuff for the programmer.
    You need a compiler to translate high level code into machinecode.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width