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