KnowledgeBoat Logo

Algorithms & Flowcharts for ICSE Computers

  • Algo & Flowcharts

    Draw a flowchart in Microsoft Word for the steps required to play music stored in a CD.

    View Answer

    47 Likes


  • Algo & Flowcharts

    Draw a flowchart in Microsoft Word to accept two numbers, if the first number is greater than the second number, print their sum, otherwise print their product.

    View Answer

    199 Likes


  • Algo & Flowcharts

    Draw a flowchart in Microsoft Word for the steps required to find the cost of 24 pens when the cost of one pen is Rs. 12.

    View Answer

    98 Likes


  • Algo & Flowcharts

    Draw flowchart for the following:

    Accept the name and marks obtained by a student in Computer Project. Display the grades as per the table given below:

    Marks obtainedGrade
    80% or moreA
    60% or more but less than 80%B
    40% or more but less than 60%C
    Less than 40%No Grade

    View Answer

    270 Likes


  • Algo & Flowcharts

    Draw flowchart for the following:

    Input three angles of a triangle and check whether a triangle is possible or not. If possible, then check whether it is an 'Acute-angled Triangle, 'Obtuse-angled Triangle' or a 'Right-angled Triangle'.

    View Answer

    187 Likes


  • Algo & Flowcharts

    Draw flowchart for the following:

    Accept a number and check:

    (a) whether the number is divisible by 2 and 5.
    (b) whether the number is divisible by 2 but not by 5.
    (c) whether the number is divisible by 5 but not by 2.
    Display the message accordingly

    View Answer

    267 Likes


  • Algo & Flowcharts

    Draw flowchart for the following:

    Input the quantity purchased and the rate. Calculate the total purchase price and display it along with the gift to be presented. The gifts to the customers are given as under:

    Amount of Purchase (Rs.)Gift
    100 and above but less than 500A key ring
    500 and above but less than 1000A leather purse
    1000 and aboveA pocket calculator

    The flowchart will end with a 'Thank you' message.

    View Answer

    113 Likes


  • Algo & Flowcharts

    Draw flowchart for the following:

    A librarian charges a fine for books, if returned late. The tariff for the fine is given below:

    No. of daysFine
    For the first ten days40 paise per day
    Eleven to twenty days60 paise per day
    More than twenty days80 paise per day

    Draw a flowchart to calculate the fine assuming that a book is returned 'N' days late.

    View Answer

    130 Likes


  • Algo & Flowcharts

    Write an algorithm and draw the flowchart for the following:

    Finding the cube of a given number.

    View Answer

    226 Likes


  • Algo & Flowcharts

    Write an algorithm and draw the flowchart for the following:

    Print the smallest of two numbers.

    View Answer

    306 Likes


Showing 11 - 20 of 29 Questions