Font size
WorksheetsEvolution of Computer Programming
Total questions: 10
Worksheet time: 3mins
A programming language that uses code which consist of strings of 0's and 1's
(a)
A program that translates assembly language program into machine code
(a)
A programming paradigm based on explicit commands to be executed.
(a)
A programming paradigm in which computation is specified through mathematical functions.
(a)
The computation of this programming paradigm is basically searching for proof.
(a)
The data structures of this programming paradigm are viewed as objects and programmers create relationships between these objects.
(a)
This programming paradigm allows the execution of two or more operations at the same time.
(a)
What are example programs under the Imperative Paradigm?
Algol
C++
Pascal
Modula
What are example programs of the Logical paradigm?
Java
Prolog
Pascal
CLP
What are example programs under OOP?
C++
Smalltalk
Simula
Modula
