QUESTION 8
Which one of the following options is NOT a sorting algorithm?
1. Bubble sort
2. Selection sort
3. Binary sort
4. Insertion sort
QUESTION 9
Compilation __________.
1. …is used in the first approach to interpretation.
2. …translates and executes the source code one line at a time.
3. …translates the whole source program into the object module before it is executed.
4. …is a slow process in comparison to the first approach to interpretation.
QUESTION 10
Which one of the following statements regarding programming languages is TRUE?
1. Prolog is a procedural programming language.
2. Ada is a functional programming language.
3. Pascal is a procedural programming language.
4. LISP is an object-oriented programming language.
Comments
Leave a comment