201~200~
my profile
kella prudhvi
computer science & syatems engineering
my goal is to get a job in ai native developer
side link
2-06-2026 :
today we did some assignments related to arithmetic operations in C programming
self introduction in class is done
discussed the rules and process about the game 2048
later sir discussed about the apps and websites
3-06-2026 :
today sir gave some puzzles like gold plate, cricket ground, painting the wall
explained the format of algorithm : start, stop, read, print
explained end-user experience
wrote algorithms of sum of 2 numbers and product of 3 numbers according to end-user experience
4-06-2026 :
frontend features and backend process of whatsapp and instagram
2nd principle of algorithm: meaningful variable names
explained about the "if" condition and goto condition
explained tracing
natural numbers algorithm with end user experience and if condition
5-06-2026 :
observed and practiced how the print statement works and how to write
algorithm to print upto n even numbers : n=5, o/p: 0,2,4.
algorithm to print upto n odd numbers : n=5, o/p: 1,3,5.
algorithm to print n even numbers (version 1) : n=5, o/p: 0, 2, 4, 6, 8.
6-06-2026 :
algorithm to print n even numbers (version-2) : n=4, o/p: 0,2,4,6.
algorithm to print n odd numbers (version-1) : n=4, o/p: 1, 3, 5, 7
algorithm to print n odd numbers (version-2) : n=5, o/p:1, 3, 5, 7, 9
8-06-2026 :
algorithm to find two numbers given their sum and product
watched video of sadhguru ( devoting the process not the goal)
9-06-2026 :
known about the word Competence
algorithm to find two numbers given their sum and product : 2*3=6 and 2+3=5 if(num1*num2=/ product)
10-06-2026 :
algorithm to find the n multiples of 5 : n=5, o/p: 5, 10, 15, 20, 25
algorithm to print the multiplication table of 5 : 5 X 1 = 5 ... 5 X 10 = 50
algorithm to print TABLE BOOK upto 20
algorithm to print upto n square series : n=25, o/p: 1, 4, 9, 16, 25
video for 3 min
12-06-2026 :
algorithm to print n square series : n=4, o/p: 1, 4, 9, 16.
algorithm to print n power n series upto n
13-06-2026 :
algorithm to print n power n series upto n
algorithm to print n n power n series
fibonacci series up to n
an algorithm to print n fibonacci series
15-06-2026 :
an algorithm to print the greatest of given two numbers (4 versions)
algorithm to print whether the given number is prime or not
16-06-2026 :
algorithm to print whether the given number is prime or not (version 1)
17-06-2026 :
algorithm to print whether the given number is prime or not (version 1)
18-06-2026 :
algorithm to print whether the given number is prime or not (version 1)
algorithm to print whether the given number is prime or not (version 2)
algorithm to print the greatest of three numbers (2 versions)
algorithm to print the greatest of ten numbers
20-06-2026 :
explained how to draw flow chart for the written algorithms
flow chart for sum of two numbers , product of two numbers , natural numbers n=5
22-06-2026 :
explained the format of C language program
printf statement practiced
C language program for sum of two numbers
installed linux and micro compiller
executed the sum of two numbers and product of two numbers
video for 3 min and audio for 1 min
23-06-2026 :
explained how to write if and goto statement by using while in c language
executed the c language programs using algorithms in ubuntu
24-06-2026 :
executed the c language programs using algorithms in ubuntu
drawn flow charts for algorithms
25-06-2026 :
drawn flow charts for algorithms
explained composition and decomposition of sotware
explained about design patterns like prompt engineering, context engineering, harness engineering, loop engineering
26-06-2026 :
executed algorithms in ubuntu
learned about local git and github trust building
pushed all the c language programs into github
2-07-2026 :
explored various linux commands in ubuntu
learned number system (binary, octal, decimal, hexa-decimal)
video for 3 minuites about number system