A sequence of instructions, in a computer language, to get the desired result, is known as A. Algorithm B. Decision Table C. Program D. All of the above E. None of the above

Algorithm
Decision Table
Program
All of the above E. None of the above

The correct answer is C. Program.

A program is a sequence of instructions, in a computer language, to get the desired result. It is a set of instructions that tells the computer what to do. Programs are written in a variety of programming languages, such as C, C++, Java, Python, and Ruby.

An algorithm is a step-by-step procedure for solving a problem. It is a set of instructions that can be followed to complete a task. Algorithms are often used in computer programs to solve problems.

A decision table is a way of representing the logic of a decision. It is a table that shows the possible outcomes of a decision and the actions that should be taken for each outcome. Decision tables are often used in business applications.

A sequence of instructions, in a computer language, to get the desired result, is known as a program.