Computer Science, asked by meharamir, 8 months ago

3) Draw a flow chart which inputs a student’s individual subject’s marks and total marks and output his/her percentage

Answers

Answered by anamkhurshid29
1

HEYA MATE YOUR ANSWER IS

slant height 15. If the height of a frustum of this pyramid is 4, find: Surface area of the frustum

HOPE THIS HELPS

PLEASE MARK AS BRAINLIEST

Answered by dikshaverma4you
7

FLOWCHARTS

-> 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

In the given question,

P - Physics

C - Chemistry

M - Mathematics

CS - Computer Science

E - English

PE - Physical Education

OM - Obtained Marks

P - Percentage

We have assumed that all the exams were of 100 marks, therefore total marks would be 600.

You can also take other subjects as well for coding or for flow-chart. It depends on you.

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

Hope it helps!

Attachments:
Similar questions