Computer Science, asked by umang1055, 10 months ago

which of the following is not a problem solving technique
(a) pseudocode
(b)flowchart
(c)algorithm
(d)sequence ​

Answers

Answered by Nitinsingh192
3

Answer:

(a) pseudocode is not a problem solving technique

Answered by bestwriters
3

(d) Sequence is not a problem solving technique.

Explanation:

  • In computer programming, there are three basic logic structures. Such as selection, sequence and loop.
  • Sequence is a predetermined structure. It is a series of action which takes place one after the other.
  • A sequence contains series of actions. Here, all the actions will be executed the actions in the middle cannot be skipped.
  • There is no branching off to another action in sequence.
  • An algorithm is a problem solving method which contains any three structures.
Similar questions