answersLogoWhite

0

What else can I help you with?

Related Questions

First computer language?

The oldest computer language still in use is Fortran, invented in 1957. The first computer language was assembly language, but the first high level programming language was Plankalkul.


Who developed the first generation programming language?

First generation programming languages are not languages as we think of them. Modern English-like languages are third generation languages and their invention is often credited to Grace Murray Hopper who designed COBOL. First generation languages are called "Machine Language" and are defined by the designers of each CPU. They are much closer to electronic specifications than to they are to a language in any real sense. When people think of long series of ones and zeros flowing through the computer they are pretty close to first generation programming languages. John von Neumann designed the first modern programmable computer (the EDVAC). It may be fair to credit Machine Language to him as well, but Konrad Zuse might be a contender for that designation as well.


What are the the languages called?

Low level computer languages require the programmer to know the the assembler language for the computer CPU targeted. They are assembled directly into machine code for that CPU type and no other.High level computer languages are closer to human language (or mathematical notation) and the code written in them is 'generic', it will work on any CPU type. This is possible because the high level language is first compiled before specific machine code is generated. All CPU types therefore need their own high level language compiler but once this is developed any code written in the high level language can be used on that CPU type.Examples of high level languages are:FORTRANCOBOLAlgolPascalPearlPythonC, C++etc.


Is sanskrit the first language?

Sanskrit is not considered the first language. The evolution of human languages is complex and difficult to trace definitively, but Sanskrit is one of the oldest documented languages with a rich literary tradition. It is an Indo-European language that has influenced many languages in the Indian subcontinent.


Which computer language is an acronym of the name of the world's first computer programmer?

Ada is NOT an acronym of anything, it is an actual person's name, just like Pascal and Occam; all three are also names of high order computer languages.


Which ancient language was first spoken on earth?

The Adamaic Language. Known as a pure language that Adam and Eve spoke communicating with G-d.Answer:The previous answer has no scientific validity. The current linguistic theory identifies the first human language as Proto-World, or Proto-Human, and may have been spokean as far back as 200,000 years ago.


What is the worlds first language?

It is difficult to pinpoint the exact "world's first language" as languages have evolved over time. However, some of the oldest known languages include Sumerian, Egyptian, Sanskrit, and Hebrew.


Is Tamil the first language on earth?

No, Tamil is not the first language on earth. It is one of the oldest classical languages and has a rich literary tradition, but it is not the first language spoken by humans. The exact origin of languages is unclear and is a topic of ongoing linguistic research and debate.


What was the first standard industry computer language?

what was the first standard industrycomputer language\


What was the first computer language for personal computers?

Third Generation Languages are English-like languages, which have keywords the same as or similar to everyday English words. This makes them a lot easier to learn than the earlier generations of languages. Some examples areFORTRAN IVCOBOLCRPGPL/1AlgolJOVIALCMS-2BASICAPLSimulaFORMACSNOBAL


What is the first spoken language in America?

It was probably a native American language. The first European language was likely Spansih.


What level language is c?

Hi, As we know, computer languages are mainly of three types: a) Low level languages b) High Level languages c) Hybrid languages As 'C' has all powers of first two types, i.e., you can program a system's BIOS using Assembly code in 'C' and could write general programs. So, its an hybrid language, a combination of both.