0% found this document useful (0 votes)
102 views2 pages

Algorithm and Flowchart Examples

The document outlines various algorithms and flowcharts for programming concepts, categorized into sequence, selection, and iteration. It includes examples such as calculating simple interest, checking if a number is odd or even, and printing number series in reverse order. Additionally, it provides a structure for attendance observation and mentions pseudocode keywords and recursive functions.

Uploaded by

Naveenraj Raj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
102 views2 pages

Algorithm and Flowchart Examples

The document outlines various algorithms and flowcharts for programming concepts, categorized into sequence, selection, and iteration. It includes examples such as calculating simple interest, checking if a number is odd or even, and printing number series in reverse order. Additionally, it provides a structure for attendance observation and mentions pseudocode keywords and recursive functions.

Uploaded by

Naveenraj Raj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

def for Program, Software, Algorithm, Pseudocode, Flowchart, statement, state,

control flow, control flow types, sequence, selection, iteration

sequence

algo and flowchart to calculate simple interest by getting principal amount,


interest rate and month -- t pgno: 18

algo and flowchart to add two numbers --p pgno: 1

algo and flowchart to convert cm to inch 1 cm = 2.54 inch --p pgno: 6

selection

algo and flowchart to check if a given number is odd or even -- t pgno: 9

algo and flowchart to log in to Facebook account --p pgno: 5

algo and flowchart to check if a given number is positive or negative

iteration

algo and flowchart to print number series in reverse order -- t


algo and flowchart to print the Even numbers between 9 and 100 -- t pgno: 1
algo and flowchart to calculate the average from 25 exam scores --t pgno: 2
algo and flowchart to calculate the Sum of First n Numbers --p pgno: 10

atttendance

observation format

title : Draw flowchart using any open source software


ex:no 1a date: 26.9.2023
Aim:
Algorithm:
Flowchart:
Result

sample using [Link], ms word and paint

output verified sign

viva marks

total marks = observation + output verified + viva marks

pseudocode keywords while


while -> get input till correct password -t
while -> get input till the input number is between 1 and 10 -p

functions
ALGORITHMIC PROBLEM SOLVING

recursive functions

You might also like