Computer Science, asked by shahidchahal25, 4 months ago

While writing an algorithm, instructions are written from
A) Top to Bottom
B) Left to Right
C) Right to Left
D) It depends on the author of the algorithm​

Answers

Answered by jaydip1118
7

Answer:

D) It depends on the author of the algorithm

☝️☝️ this is your answer

hope it's helpful

please mark me brilliance

Answered by letmeanswer12
1

" A) Top to Bottom ".

Explanation:

  • While writing an algorithm we need to maintain the order of instruction and it is very important.
  • The word Algorithm means “a process or set of rules to be followed in calculations or other problem solving operations”.
  • Therefore, algorithm specifies to a set of rules or instructions that step-by-step define how a work is to be executed upon in order to get the expected results.
  • An algorithm is a set of steps designed to solve a accomplish or problem a task.
  • Generally algorithms are written in  a combination of our speaking language and one or more programming languages, in advance of writing a program.

When writing an algorithm, instructions are written from top to bottom.

So, Option A) is correct answer.

Similar questions