Recent questions tagged programming-paradigms

5.8k
views
2 answers
12 votes
Match the programming paradigms and languages given in the following table. Paradigms Languages(I)Imperative(a)Prolog(II)Object Oriented(b)Lisp(III)Functional(c)C, Fortran 77, Pascal(IV)Logic(d ... d, II-c, III-b, IV-aI-c, II-d, III-a, IV-b
12.6k
views
3 answers
13 votes
A common property of logic programming languages and functional languages is:both are procedural languages both are based on $\lambda$-calculusboth are declarativeboth use Horn-clauses
7.2k
views
5 answers
26 votes
Choose the best matching between the programming styles in Group 1 and their characteristics in Group 2. ... 4 \quad R-1\quad S-2$P-3\quad Q-4\quad R-2\quad S-1$
9.3k
views
2 answers
24 votes
The goal of structured programming is to:have well indented programsbe able to infer the flow of control from the compiled codebe able to infer the flow of control from the program textavoid the use of GOTO statements
To see more, click for the full list of questions or popular tags.