answersLogoWhite

0


Best Answer

There are so many programming languages that it is impossible to tell without actually seeing the source program in question.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which language is used to write a source program in computer?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What do you mean programming language?

A programming language is a symbolic language that a computer programmer uses to write computer program source code. Source code is non-executable code and must be translated into machine code. A computer can be programmed to perform this conversion and thus produce the required machine code.


What do you mean by programming language?

A programming language is a symbolic language that a computer programmer uses to write computer program source code. Source code is non-executable code and must be translated into machine code. A computer can be programmed to perform this conversion and thus produce the required machine code.


In c language what is source program?

Source program or source code in any language is the code you write to make the program do what you want. Things like: #include <stdio.h> void main (); and so on are all pieces of source-code or source program


How do you change source code into machine code?

A program called a compiler, or sometimes an assembler (depending on the programming language) does this for you. You write the source code, then invoke the program that will convert this into machine language.


Programming process of c language?

Write the source program. Compile. Link executable. Run it.


A program written in a high-level programming language is called?

the program written in high level language is called "source program"


What programming language uses a set of grammar and rules that specifies how to write instructions?

Every programming language has rules that specify how to write instructions. Many programming languages are similar, but mostly they all have different styles and ways of writing the same instructions. This is called the syntax.


What are the purpose of compilers?

When writing a program, you write it in a certain language (java, C++, VB.NET etc.). For the computer to understand that, you need to convert it to computer language. That is what the compiler does.


What is nature language?

A program that understand what a human would write and be able to transform that into instructions that a computer could understand.


How do you write a program to input radius of a circle and calculate the area or circumferences of the cirlce?

In which computer language?


What are the differences between computer program language and human language?

MOTHER TONGUE OF A COMPUTER:Everyone of us knows at least one or two human languages such as English ,Urdu ,Chinese .One of there is our tongue , the language which we learned from childhood . Similarly , computer have their own "mother tongue ". The mother tongue of a computer is machine language.Machine language instructions are in binary form.computer language(1) A programming language or machine language.(2) Everyday computer language, which includes computer technologies and concepts as well as hardware and software products .MACHINE LANGUAGE ADVANTAGES :Machine language program is written is machine code.This is the only language that the computer can understand directly . The main advantages of machine languages are:Machine code is carried out faster as it is the "native language" of the computer.It occupies less momory space.DISADVANTAGES :However , it has the following disadvantages:Each type of computer has its own set of instruction codes so each machine work ononly one type of computer.Its very laborious to write programs in machine codes. Programs in machine codeare also difficult to decode and modify.There was a time when programmers had to write programs in machine language.Now programmers can use programmiong language.We will look into programming languages next.TYPES OF PROGRAMMING LANGUAGE:We can write a program in a programing language and then translate it into a machine language look at the simple program written in a programming language called BASIC .This program tells the computer to find the area of a square and display the answer on the screen10 Rem Calculate The area of square20 Let side = 1230 AREA =Side * Side40 Print AREAAs you can see .the program statemnet are easier to read , unlike the machine code .A program written in any one of the programming languages is called the source code,The source code has to be translate to machine code before it can be executed. We need a computer translator for this purpose.The machine code is save as an executable file.The executable program file is called the object code.A COMPUTER TRANSLATOR:A computer translator is yet another program. Its function is like that of a human tanslator.Ahuman translator orinterpreter who knows both English and Urdu can help a Pakistani and an Englishman to converse.TYPES OF COMPUTER TRANSLATORS:There are two types of computer translators :InterpretersCompilersINTERPRETERS:An interpreter is a program that translates and executes each source code statment before translating and executing the next statment.COMPILERSCompiler is a program that translate all the source code statment before it executes the program.


Write short note on assembler?

A computer program that takes non-machine language instructions prepare by a computer user and converts them intto a for that may be used by the computer(: