edited by
343 views
0 votes
0 votes

Indicate which of the following terms:

  1. imperative 
  2. declarative 
  3. von Neumann
  4. object-oriented 
  5. functional 
  6. third-generation
  7. fourth-generation 
  8.  scripting

apply to which of the following languages:

  1. C
  2. C++
  3. Cobol
  4. Fortran
  5. Java
  6. Lisp
  7.  ML
  8. Perl
  9.  Python
  10. VB.
edited by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
admin asked Sep 7, 2019
1,292 views
Determine the types and relative addresses for the identifiers in the following sequence of declarations:float x; record { float x; float y; } p; record { int tag; float ...
2 votes
2 votes
0 answers
3
admin asked Sep 6, 2019
2,065 views
For the SDD(SYNTAX-DIRECTED DEFINITIONS ) of Fig. $5.4$, give annotated parse trees for the following expressions:$(3+4)\ast(5+6)n.$$1\ast2\ast3\ast(4+5)n.$$(9+8\ast(7+6)...