In: Computer Science
QWhich of the following are considered to be one of the top nine
characteristics of a programming language (choose all that
apply):
o Simplicity
o Recursive adaptation
o Restricted aliasing
o Semantic evaluation
Q list six features of programming functionality provided by the
plankalkül programming language.
QWhat language(s) are direct predecessors to the PHP programming
language? (choose any that apply):
o Fortran I
o Perl
o Awk
o ICON
Q Based on the Von Neumann Architecture which of the following are
the central features of imperative languages? (choose any that
apply):
o Constants
o Assignment statements
o Iteration / Memory branching
o Recursion
Q Who created the Short Code programming language for the BINAC
computer?
o John Mauchly
o John Backus
o John McCarthy
o John Kemeny
Q In terms of translating source code to machine code, which
translation mechanism is the most suitable for languages which
implement Dynamic Type Binding?
o Compilers
o Hybrid Systems
o Pure Interpreters
o It doesn't really matter
Solution
Explanation
Dynamic type bindings implemented using pure interpreter not compilers
--
all the best