Answer:
1. A
2. B
3. C
4. D
Explanation:
A set of computer instructions written in English is a pseudocode.
For example, many times you can do something like this:
declare variable
repeat until....
And instructions like this
The English-like language that programmers use in an algorithim. In this case, the computational code is written.
The diagrammatic representation of program control flow is the flowchart. Before a project begins, some decisions need to be made, and the flowchart is very important at this stage.
The technique that provides a solution that may not be the best one is the heurisitic. In this case, the objective is to find the quickest solution.
So, the associations are:
1. A
2. B
3. C
4. D