Programming Logic and Design M2
REVIEWER Complete Solutions
Interpreter - ANSWER-each statement is translated individually and executed
immediately after translation
Compiler - ANSWER-all statements are translated and stored as an executable
program, or object program; execution occurs later
Linker - ANSWER-combines all of the compiled code required for the program
Procedural - ANSWER-available instructions are used to create self-contained units
called procedures
Object-oriented - ANSWER-reusable objects, containing code and data, are
manipulated
ALGOL 60 - ANSWER-was developed as an alternative to FORTRAN taking from it
some concepts of structured programming which would later inspire most procedural
languages.
ALGOL 68 - ANSWER-also directly influenced the development of data types in C.
Nevertheless ALGOL was an non-specific language and its abstraction made it
impractical to solve most commercial tasks.
the CPL (Combined Programming language) - ANSWER-In 1963, it appeared with
the idea of being more specific for concrete programming tasks of that time than
ALGOL or FORTRAN.
Martin Richards - ANSWER-In 1967, He developed the Basic Combined
Programming Language (BCPL)
Ken Thompson - ANSWER-In 1970, he immersed in the development of UNIX at
Bell Labs, created the B language.
Dennis Ritchie - ANSWER-In 1971, ___ from the Bell Labs team, began the
development of a B compiler which, among other things, was able to generate
executable code directly.
Bjarne Stroustrup - ANSWER-In 1980, ___ from Bell labs, began the development of
the C++ language,
X3J16 - ANSWER-In 1990, ANSI committee ___ began the development of a
specific standard for C++.
Analyze - ANSWER-Define the problem
REVIEWER Complete Solutions
Interpreter - ANSWER-each statement is translated individually and executed
immediately after translation
Compiler - ANSWER-all statements are translated and stored as an executable
program, or object program; execution occurs later
Linker - ANSWER-combines all of the compiled code required for the program
Procedural - ANSWER-available instructions are used to create self-contained units
called procedures
Object-oriented - ANSWER-reusable objects, containing code and data, are
manipulated
ALGOL 60 - ANSWER-was developed as an alternative to FORTRAN taking from it
some concepts of structured programming which would later inspire most procedural
languages.
ALGOL 68 - ANSWER-also directly influenced the development of data types in C.
Nevertheless ALGOL was an non-specific language and its abstraction made it
impractical to solve most commercial tasks.
the CPL (Combined Programming language) - ANSWER-In 1963, it appeared with
the idea of being more specific for concrete programming tasks of that time than
ALGOL or FORTRAN.
Martin Richards - ANSWER-In 1967, He developed the Basic Combined
Programming Language (BCPL)
Ken Thompson - ANSWER-In 1970, he immersed in the development of UNIX at
Bell Labs, created the B language.
Dennis Ritchie - ANSWER-In 1971, ___ from the Bell Labs team, began the
development of a B compiler which, among other things, was able to generate
executable code directly.
Bjarne Stroustrup - ANSWER-In 1980, ___ from Bell labs, began the development of
the C++ language,
X3J16 - ANSWER-In 1990, ANSI committee ___ began the development of a
specific standard for C++.
Analyze - ANSWER-Define the problem