Day-1 Date:01-06-2026

Abhiram

sankalpam;

I want to become an AI native developer

Day-2 Date:02-06-2026

MATHEMATICAL EQUATIONS.

ASSIGNMENT ON THE BASIC EQUATIONS AND BASIC CODES Rohini barla website.

PLAYED 2048 GAME AND OBSERVATIONS ON THAT LIKE MICRO ANIMATIONS,COLOURS,CONTROLS,RULES ETC

EXPLANATION ABOUT STATIC DYNAMIC WEBSITES AND DIFFERNT TYPES OF APPS IN MOBILE,DESKTOP

DISCUSSIONS ABOUT THE TODAY CONCEPTS

EXPLANATION ABOUT HTML CODE AND CONCEPTS:HEAD,BODY,PARAGRAPH,BREAK

Day-3 Date:03-06-2026

Solving puzzles on gold plate into 5 equal parts,fixing a pole at center for a circular ground,painting a cirucular sitting area as 5 equal parts.

Algorithm format explanation and basics practice

Explanation about the End user experience concept

Explanation about sum of 2 numbers and product of 3 numbers algorithms and practice on the examples.

Discussion about the today topics

Updated the today work status at Html code and in Github.

Day-4 Date:04-06-2026

learned about if condition

1) wrote a algorithm called " to find the n natural numbers". Using if condition
2)first principle of algorithm- End user experience(UX)
3)second principle of algorithms - meaningful variable names and redability.
4)wrote the program for printing even numbers upto n.

Day5: 05/06/2026

1)practiced how the print statement works.
2)wrote the program for printing even numbers upto n.
2)wrote the program for printing odd numbers upto n.

Day6: 06/06/2026

1)practiced how the print statement works.
2)wrote the program for printing n even numbers.
3)attended RTIH hub for ai bot seminar conducted by AI Vizag Hub Team

Day7: 07/06/2026

sunday

Day8: 08/06/2026

1)wrote the program for printing the n even numbers version 2
2)wrote the program for printing the n odd numbers version 1
3)Watched the video about How your goals can trap you. The summary were made by **Sadhguru**.
video link. He shared these key insights during a talk where he addressed students and business leaders, arguing that people should prioritize being **absolutely devoted to the process** of what they are doing rather than being fixated on a "meager" or borrowed finish line.

Day9: 09/06/2026

1)wrote the program for printing the n odd numbers version 2

Day10: 10/06/2026

1)wrote the program for printing the sum and product

Day11: 11/06/2026

1)wrote the program for printing the multiles of 7
2)wrote the program for printing the multiplication table of 5

Day12: 12/06/2026

1)wrote the program for printing the table book upto 20 tables
2)Updated daily work in github.

Day13: 13/06/2026

1)wrote the program for n square series upto n
2)wrote the program for n square series for n
3)Learn linux commands. Those are
pwd -- present workind directory
mkdir --make a directory.
cd -- change the directory.
cd .. -- come out of the present directory.
ls -- list of file name in present working directory.
cat -- to open the message in the file.
echo "msg" > filename.txt -- createing file and enter the first message.
echo "msg" >> filename.txt -- -- createing file and enter the second message.
touch -- to create the empty file.
rm -- remove the file name.
4)learn git commands. Those are
git clone "link of repositary" --to clone the repo.
git status -- to check the file status.
git add file name --to add specific file name.
git add . --to add all the files in the repo.
git commit -m "message of commite" --to commit the changes.
git push -- to push the changes

Day14: 14/06/2026

sunday

Day15: 15/06/2026

1)wrote the program for n power n series upto n
2)wrote the program for n power n series for n

Day16: 16/06/2026

1)wrote the program for fabinooci series upto n
2)wrote the program for fabinooci series for n
3)wrote the program for greatest of 2 numbers version-1

Day17: 17/06/2026

Day18: 18-06-2026 :

1)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

Day20: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

Day22 - 21/06/2026

  1. Converted the algorithems into C program
  2. installed Ubuntu virtual mechine
  3. explored and observed how the linux commands work
  4. run the c programs using the clang compiler
  5. edited the code files using nano and micro editor
  6. recorded three minutes youtube video

Day22:22-06-2026

1)learned about c program structure 2)wrote sum and product program in c language 3)learned about linex commends and how to install ubuntu c-lang 4)executed sum of two numbers program in linex 5)used linex commends to execute the code

Day23:23-06-2026

1)drew flowcharts for algorithms

Day24:24-06-2026

1)executed fibonacci,npowern series program in c language 2)drew flow charts for prime ,greatest of ten ,two ,three

Day25:25-06-2026

1)learned new linux commands 2)drew flowcharts for algorithms

Day26:26/06/2026

  1. Converted the algorithms into C program
  2. drawn the flow charts for the algorithms
  3. built the trust between the github and Ubuntu and pushed all c programs into github

Day27 28 29 30 31:27-06-2026 to 01-07-2026

Day33 - 02/07/2026

  1. Practiced different Linux commands
  2. Explored different new Linux commands using man

Day34 :03-07-2026

Day35- 04/07/2026

  1. presented the topics that have learned in june month
  2. watched youtube video on system internals

Day36- 06/07/2026

  1. Done task on "Pipes and Redirections — Streams in the Shell".
  2. Uploaded audio to chatgpt and asked for one mistake.

Day37- 07/07/2026

  1. known the difference between the <(stdin) and>(stdout)
  2. learnt about how to check test cases automatically instead of manual by using scripts
  3. chmod - giving and removing the permissions read, write, execute.
  4. observed how each temporary files generated in c compilation

Day38- 08-07-2026

  1. gave presentation on environment variable
  2. briefly discussed about pipes and redirections and practiced task on pipes and redirections

Day39 - 09-07-2026

  1. I worked on the task regarding relative and obsolute path
  2. by doing this task, I learned how to navigate linux using relative and absolute paths

Day40- 10-07-2026

  1. learned about function and function call
  2. i worked on the task regarding function declaration, definition, calling.

Day41 42 43- 11-07-2026 to 13-07-2026

  1. practiced task on functions
  2. i have done test on task-4 c compilation pipes
  3. i have learnt stack frame

Day44- 14/07/2026

  1. compleated the task on functions and revised the task debugging.
  2. performed the debugging on functions.
  3. Answerd the questions on the compilation pipeline
  4. Wrote the algorithm and c program on "Finding sum of MSD and LSD of the given number."

Day46- 15-07-2026

  1. I have learnt how to print addresses of array values
  2. wrote an algorithm about given a number and digit find how many times is repeated in the number

Day47- 16-07-2026

  1. I have learnt about scope , global variable,local variable
  2. practically executed program using multiple functions by calling
  3. how the addresses of variables are placed in memory
  4. during run time the address of variables c which are used in function definition changes everytime but when i try to debugg that code but there varaibles addresses remains same here i learned about ASLR stands for address space layout randomization which is done by the OS but during debugging time OS is not provide ASLR thats why variable address remains same
  5. i understood hexadecimals and practiced with few examples

Day48- 17-07-2026

  1. learnt about OS loader, RAM, ELF executable cpu execution and program counter(pc)
  2. learnt about stack frames and call stack, call function

Day48- 18-07-2026

  1. practically seen how the stack frame created while calling a function using LLDB debugger
  2. Observed how stack frame dissappearing after returning a function value an comes back to return address

Day49 - 19-07-2026

sunday

DAY50- 20-07-2026

  1. completed task_9 quetions related to functions
  2. learnt about bitwise operators(>>,<<,&,|)

DAY51- 21-07-2026

    1)completed task_5 and task_6 quetions related to linux commands and debugging 2)learnt about different OS their shells and command line applications(ex:clang,ls)

DAY52 22-07-2026

    1)understood about types of servers and developer life cycle. 2)learnt about bitwise operators and practiced task on bitwise operator. 3)task-10 is completed.

Day53 23-07-2026

  1. 1)checked the algorithms weather using algorithm tracer.
  2. 2)Installed different packages like cs50 tools, pip etc and by using cs50 we checked our c programs are passing all test cases or not.
  3. 3)done task on address variable
  4. 4)Learnt about the concepts like different types of literals(array literals,integer literals, charecter literal, string literals), string terminator, different logical operations,address variable,ASCII chart etc.

Day54- 24-07-2026

  1. KNOWN about how multi processers run at a time(treads)
  2. Learned about the address variables by wrote a c program on address variables
  3. completed task on address variables,store an address, reach the box

Day55- 25-07-2026

  1. submitted all the c programs
  2. Completed task on "Address Variables,Store an Address, Reach the Box"
  3. completed task on "Bytes Become Meaning, Colours, Characters & Encodings"

Day-60 30-07-2026

  1. Attended AiSummit
  2. Explored different stalls and connected with people
  3. Listened different aspects of AI by different experts

Day61- 01-08-2026

  1. solved the questions of the tasks
  2. completed pending tasks
  3. Attended online class on the topic "git"

Day63- 03-08-2026

  1. completed all pending tasks
  2. learnt new git commands
  3. Explored and learnt about git and github

Day64- 04-08-2026

  1. learn about python baics
  2. completed task-30 on "Python input() and Types — Strings, Numbers, and How print Lays Them Out"
  3. completed questions on task-30.

Day65- 05-08-2026

  1. learn about networking,JSON,DOM
  2. Tested the systems setup website made for KIET bootcamp.
  3. How the query goes from browser to server, request return modes.