INTERRUPT PROGRAMMING
ARCHITECTURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Pascal
|
|
C
|
|
Basic
|
|
Fortrang
|
Detailed explanation-1: -The oldest programming language is Fortran, which was first commercially released in 1957. A group of programmers at IBM, under the direction of John Backus, first created the programming language.
Detailed explanation-2: -Fortran is a language that is specialized for high-performance computing. Good reasons for its continued use today include its performance-centric culture, an easy-to-use array syntax, the guarantee of long code longevity, and intrinsic distributed-memory parallelism via coarrays.
Detailed explanation-3: -Performance – Fortran is fast, in cases faster than C, and climate modelling, like so much scientific computing is about speed. (Check out [2] for language benchmarks). Parallelism – Performance necessitates parallelism, and Fortran was doing that before other languages even knew what it was.