answersLogoWhite

0

PROGRAMMER

The person who both designs/writes the program code is called: The programmer.

PROGRAMMING LANGUAGE

The program code itself is called: The programming language.

INTERPRETER/COMPILER

Most programming languages use 'high level' english based commands...but computers only know how to read 'low level' machine code numbers, instead.

This means that in order for such programming languages to work; then, there needs to be some form of intermediary translation program; which can translate from 'high level' english down to 'low level' machine code numbers.

Programming languages are either:

  • interpreted(translates just 'one' single line of code at a time into machine code language/such programming languages tend to run more slowly...as every single line needs to be 'interpreted', first)
  • compiled(translates 'all' of the program code lines into machine code language/complied code runs extremely fast because it doesn't need any further translating)

QBASIC, is an interpreted programming language.

C/C++, are both compiled programming languages

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Why you are use to c language?

I do use am a programmer, because C-language.


How there is security in c language?

The c language is as secure or as insecure as the programmer makes it. Security is not in the language; it is in the design of the program.


What are the components of c language?

Compiler and Programmer these are the two components of the C language


What is the meaning of copy constructor?

The meaning of copy constructor is a special programmer of the C++ language that copys existing coding projects and enhances or makes them better projects.


What is an example of a programming language that does not require the programmer to know machine language?

C++ and Visual Basic are computer languages that do not require the programmer to know machine language.


What are the disadvantages of using c?

There is basically no disadvantage of using a language like C. It depends on the programmer how he uses his skills.


What is programmer c?

programmer c is no more do not question or...nighty night


Where is programmer c?

programmer c is no more do not question or...nighty hight


Where can you find programmer c?

programmer c is no more do not question or...nighty night


Can i find programmer c?

programmer c is no more do not question or...nighty night


What is a Java programmer?

A computer programmer who uses the Java language.


Does c language support network programming?

The C language supports whatever functionality is provided by the applicable library, by the programmer, and by the input/output capabilities of the platform. Since a network programming library is available to the c compiler, then yes, the c language supports network programming.