Computer Science, asked by prafulkamble946, 9 months ago

Exercise
Write a flowchart to determine a student final grade and indicate whether it is pass or fail. The final grade is calculated as the average of four marks.

Answers

Answered by dikshaverma4you
46

FLOWCHARTS

First of all let us understand what are flow charts.

-> A Flowchart is a pictorial representation of step by step solution of a problem.

In coding languages like C++, flowcharts are used for solving an algorithm.

There are different figures used in flowcharts which have their own meaning/purposes to carry out the procedure.

Let us discuss the purposes of these figures first.

  1. OVAL - Start/Stop
  2. PARALLELOGRAM - Input/Output
  3. RECTANGLE - Processing
  4. DIAMOND - Decision Box
  5. ARROW - Flow of Control System

I have attached the flowchart for your question along with this answer.

Hope it helps.

#answerwithquality #BAL

Attachments:
Answered by duragpalsingh
50

Hey there!

Welcome to the concepts of Flowchats and Algoritms!

Well, before drawing a flowchart, let us understand what a flowchart is.

Flowchart is basically a visual or simply a diagramatic representation of series of steps and decisions required for completion of a certain task.

There are different figures which we use in a flowchart which are meant to perform a specific task. So me of them are listed below:

i) Arrows : To control the flow.

ii) Oval / Sphere : Starting / Ending of flowchart.

iii) Parallelogram : Giving Input / Output

iv) Rectangle : Statements to be executed or worked upon.

v) Rhombus / Diamond : Dicision Making.

The flowchart to determine a student final grade and indicate whether it is pass or fail. The final grade is calculated as the average of four marks. is attahced.

Good Studies!

Attachments:
Similar questions