• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
  • Call: (+91) 9892486442
  • email: info@academicshq.com

AcademicsHQ - Educational resource hub

Comprehensive guides for students and lifelong learners

Business Analysis

  • We help business analysts, students, and managers craft better analysis.
  • Contact us for more information
  • Home
  • Research Process
  • Academic Writing
  • Referencing Guide
  • Resume Writing
Home » Blog » Algorithms and Flowcharts: Computer Studies Solutions

Algorithms and Flowcharts: Computer Studies Solutions

September 16, 2024 by academicshq

Algorithms and Flowcharts: Computer studies solutions for ICSE and CBSE students.

Contents hide
1 Algorithm
2 Flowchart
3 Decision Making
4 Examples and Assignments
5 Related posts:

Algorithm

An algorithm refers to “rules or procedures” for solving problems and can be applied to almost all daily life activities. An algorithm lists the steps to solve any problem.

An algorithm makes use of a number of steps such as Analysis, Begin, Input, Processing and Output.

A pseudocode (false code) refers to language that is similar to English but also resembles code used in computer programming. For example, Read A.

Uses of algorithm:

  • Used in developing computer programs.
  • Can be used to perform mathematical calculations to get the desired result.

Rules for writing an algorithm:

  1. The first step is always START.
  2. Always write each step in a separate line and number them.
  3. The word INPUT or READ is used when you want an INPUT.
  4. The word PRINT or WRITE is used when you want an OUTPUT.
  5. The last step is always STOP.
  6. Avoid making the algorithm too long.

Flowchart

A flowchart is a diagrammatic representation of an algorithm, in which the various steps are shown as symbols of different shapes connected by arrows. The arrows show the direction of flow of the program.

Different shapes used in a flowchart and their functions:

shapes used in a flowchart

  • Flowchart makes it easy to understand stepwise working of a process.
  • It is commonly used in computer programming, engineering, education and physical sciences to perform various tasks.

Steps to make flowchart:

  1. Begin with START symbol.
  2. List the steps of the process (algorithm) using appropriate symbols.
  3. Step 6: Add arrows between symbols to show the flow of control.
  4. You End with STOP box.
  5. A flowchart has only one START box and one STOP box.
  6. The direction of flow in a flowchart is either from top to bottom or from left to right.

Decision Making

While writing computer programs, one uses the IF…ELSE statement for decision-making.

  • When the condition after IF is true, the computer follows the instructions after THEN.
  • When the condition after IF is false, the computer follows the instructions after ELSE.

This process is also known as conditional problem solving.

In algorithms, the IF…THEN…ELSE statement is used whereas in flowcharts, IS…YES…NO is used through a decision box.

Examples and Assignments

Algorithm to Calculate Simple Interest (SI)

Write an algorithm to find the Simple Interest (SI) by inputting the values of Principal(P), Rate(R) and Time(T).

  • Step 1: START
  • Step 2: INPUT P, R, T
  • Step 3: Calculate the Simple Interest, SI = (P*R*T) / 100
  • Step 4: PRINT SI
  • Step 5: STOP

Example of decision making with algorithm and flowchart

Question: Write an algorithm and draw a flowchart to enter temperature in Fahrenheit, convert it into Celsius and print whether the body temperature is normal or not.

ALGORITHM:

  • Step 1: START
  • Step 2: Read temperature in Fahrenheit, F
  • Step 3: Calculate temperature in Celsius as C = 5/9 * (F – 32)
  • Step 4: IF (C = 37)
  • THEN
  • PRINT Body temperature is normal
  • ELSE
  • PRINT Body temperature is not normal
  • Step 5: STOP

Flowchart:

body temperature, fahrenheit to celsius

More ASSIGNMENT Questions:

  • Q. What do you mean by pseudocode? Give 1 example.
  • Q. What is an algorithm?
  • Q. Mention the rules for writing an algorithm.
  • Q. What is a flowchart? Write the rules for drawing a flowchart.
  • Q. What is conditional problem solving?
  • Q. Draw the different shapes used in a flowchart and give their uses.
  • Q. Write an algorithm and draw a flowchart to find the circumference of a circle with a given radius.
  • Q. Write an algorithm and draw a flowchart to find thegreater of 2 numbers input by the user.

Related posts:

  1. Computer Basics for Students
  2. Smart IoT systems: Beginners guide
  3. Decision Support Systems (DSS) Explained
  4. Digital capability: Definition, Elements, Framework
  5. Computer Programming Basics & Popular Languages

Filed Under: Computers

Primary Sidebar

Microsoft Excel Tutorials
Want to master Excel? Check out our free tutorials on YouTube

Academic Writing: Best Practices

  • How to Choose a Research Topic
  • Academic Writing Guide: Tips & Checklist
  • How to evaluate information sources (CARS Checklist)
  • How to write Literature Review
  • Referencing (Citing) Guide: Harvard, APA and Other Styles
  • How to write conclusion for academic work

Recent Posts

  • Class 11 ISC Maths Project
  • Economics Class 11 ISC Project Ideas
  • Human Resource Management in Developing Countries: Challenges & Opportunities
  • Capital Structure & Sources of Funds: Concepts, Theories and Examples
  • Finance and Accounting: Concepts & Theories

Footer

ACADEMIC

  • Academic Writing Guide
  • Statement of Purpose
  • Letter of Motivation
  • Personal Statement
  • Letter of Recommendation

JOB

  • Cover Letter
  • Letter of Intent
  • Resume
  • LinkedIn Profile Writing

BUSINESS

  • Pitch Deck
  • Article Writing
  • Blog Writing
  • Case Study
  • Press Release
  • Business Plan
  • Ghostwriting

ABOUT US

  • About Us
  • Contact
  • Privacy Policy
  • Blog

Copyright © 2026 · News Pro on Genesis Framework · WordPress · Log in