Question:
How did the first programming language work?
2012-11-10 13:08:34 UTC
How did the first programming language work? As they had no programming languages before it how did it work?
Three answers:
2012-11-10 13:13:51 UTC
The first real language, Assembly was invented in the 1940s and is the basis for all programming languages today. It worked by sending commands (or opcodes) directly to the processor.
Texas
2012-11-11 15:48:38 UTC
UNIVAC was the first commercial computer. You can find some info on it here...



http://univac1.0catch.com/



Original computers were programmed directly in assembler language with op codes to load registers, add, multiply, jump and such.



As programming languages came to be, with FORTRAN among the first, if arrays were used incorrectly, memory outside the intended program structures could be affected, possibly overwriting a different program. Thus the need for Virtual Memory and running each program in its own memory space was born, and the IBM System/360 and System/370 in the early to mid 60's was the leader of this trend, which Microsoft has rediscovered comparitively recently in efforts to protect Winduhs apps from stepping on each other.
Kaydell
2012-11-12 05:53:16 UTC
Even before assembly language was machine language which is purely binary numbers. Humans never really used machine language much. Humans used machine language to develop assemblers which assembled themselves to make better versions of assemblers.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...