Speedcoding - definizione. Che cos'è Speedcoding
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

Cosa (chi) è Speedcoding - definizione

PROGRAMMING LANGUAGE
Speed Coding; Speedcode; IBM Type 701 Speedcoding System; Speedcoding System; Speedcoding system; IBM Speedcoding system; IBM Speedcoding; IBM SpeedCo; SpeedCo I; SpeedCo

Speedcoding         
<language> A pseudocode interpreter for mathematics on IBM 701 and IBM 650 written by John Backus in 1953. [Sammet 1969, p. 130]. (2000-03-27)
Speedcoding 3      
<language> [Listed in CACM 2(5):16, May 1959]. (2000-03-27)

Wikipedia

Speedcoding

Speedcoding, Speedcode or SpeedCo was the first high-level programming language created for an IBM computer. The language was developed by John W. Backus in 1953 for the IBM 701 to support computation with floating point numbers.

The idea arose from the difficulty of programming the IBM SSEC machine when Backus was hired to calculate astronomical positions in early 1950. The speedcoding system was an interpreter and focused on ease of use at the expense of system resources. It provided pseudo-instructions for common mathematical functions: logarithms, exponentiation, and trigonometric operations. The resident software analyzed pseudo-instructions one by one and called the appropriate subroutine. Speedcoding was also the first implementation of decimal input/output operations. Although it substantially reduced the effort of writing many jobs, the running time of a program that was written with the help of Speedcoding was usually ten to twenty times that of machine code. The interpreter took 310 memory words, about 30% of the memory available on a 701.