Skip to content

Commit

Permalink
Answer 1.3.1
Browse files Browse the repository at this point in the history
At least partly.
  • Loading branch information
eliasdiem committed Sep 18, 2014
1 parent 9211e28 commit 4641c11
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions ch01/1.3/1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Exercises for Section 1.3

### 1.3.1

Indicate which of the following terms:

a. imperative
b. declarative
c. von Neumann
d. object-oriented
e. functional
f. third-generation
g. fourth-generation
h. 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.

#### Answer

imperative: C, C++

object-oriented: C++, Java

functional: ML

scripting: Perl, Python

0 comments on commit 4641c11

Please sign in to comment.