KnowledgeBoat Logo

Algorithms & Flowcharts for ICSE Computers

  • Algo & Flowcharts

    Write algorithms and draw flowcharts for the following:

    Accept the length of two different line segments and check whether they are equal or unequal. Display the message accordingly.

    View Answer

    244 Likes


  • Algo & Flowcharts

    Write algorithms and draw flowcharts for the following:

    Accept the age of a person and check whether he/she is eligible to vote or not. A person is eligible to vote only when he/she is 18 years or more.

    View Answer

    737 Likes


  • Algo & Flowcharts

    Write algorithms and draw flowcharts for the following:

    Accept three numbers and check whether they are 'Pythagorean Triplets' or not. Display the message accordingly.
    (Hint: Use Pythagoras Formula for a Right-angled Triangle: h = p2+b2)

    View Answer

    152 Likes


  • Algo & Flowcharts

    To wash the face

    View Answer

    30 Likes


  • Algo & Flowcharts

    To multiply the two numbers

    View Answer

    20 Likes


  • Algo & Flowcharts

    Accept the age of a person. Display the message Eligible For Role if the age is equal to or greater than 18, otherwise display the message Not Eligible.

    View Answer

    88 Likes


  • Algo & Flowcharts

    Input a name. If name is Kabir, then accept marks. If marks are >= 85, then display Good Performance else display Pass.

    View Answer

    68 Likes


  • Algo & Flowcharts

    Accept one character. Display the message Vowel if the entered character is a vowel, otherwise display the message Not a Vowel.

    View Answer

    71 Likes


  • Algo & Flowcharts

    Input a year. Display the message Leap year if the entered year has 366 days, otherwise display the message Not a leap year.

    View Answer

    78 Likes


Showing 21 - 29 of 29 Questions