Observed microeffects and behaviour in 2048 puzzle game
Discussed about how software works
Discussed about what is static and dynamic with few examples
Discussed about what is web page and website
Discussed about html tags
Date:08-06-2026
learned about how to use print
learned about how to write algorithms
Date:09-06-2026
learned about how to write algorithm on sum of two numbers
learned about how to write algorithm on product of three numbers
learned about how to write algorithm based on end user experience
Date:16-06-2026
Today I learned how to write algorithm for natural numbers,even numbers,odd numbers, N even numbers, N odd numbers
I also understand the logic behind generating N even numbers, N odd numbers ,even numbers ,odd numbers by step-by-step algorithm
I practiced different versions for N even numbers , N odd numbers by step-by-step algorithm
Date:17-06-2026
Today i wrote algorithm for sumproduct
I learned how to find two numbers when the sum and product is given
I wrote algorithm for multiples of 3 and multiplication table.
Date:18/06/2026
I wrote algorithm for table book
I wrote algorithm for upto N square
I wrote algorithm for how many N squares
Date:19-06-2026
I wrote algorithm for upto N power N and how many N power N
I wrote algorithm for upto fibonnaci and how many fibonnaci series
Date:20-06-2026
Discussed about projects
I wrote algorithm for greatest of two numbers in 4 versions
I wrote algorithm for prime number without using mod
Date:22-06-2026
learned about c program structure
wrote sum and product program in c language
learned about linex commends and how to install ubuntu c-lang
executed sum of two numbers program in linex
used linex commends to execute the code
Date:23-06-2026
drew flowcharts for algorithms
Date:24-06-2026
executed fibonacci,npowern series program in c language
drew flow charts for prime ,greatest of ten ,two ,three
Date:25-06-2026
learned new linux commands
drew flowcharts for algorithms
Date:27-06-2026 to 01-07-2026
learned about c system internals
completed task related to linux commands
completed task related to linex llvm commands
learned about flow of c system internals
Date:02-07-2026
learned how to use man command.
learned about system path
learned about number system
Date:03-07-2026
i learned about debugging and practiced with examples
i have debugged fibonacci series and comparison of two numbers programs
Date:04-07-2026
i gave presentation on system internals,c-compilation,debugging,linux commands,algorithm and flowchart,git and github,number system,relativ and obsolute path.
Date:06-07-2026
discussed about system internals briefly and asked quetions about work culture ,how do you faced interview ,how to get a job to those who alreday been placed.
using "|" pipe and <,>,>> these symbols and head , tail completed tasks on pipes and redirections
Date:07-07-2026
practiced how to get each executed file using clang
learned about chmod command and practiced tasks on chmod by creating a files
learned using chmod we can change permissions with the help of operators "x,r,w"
Date:08-07-2026
gave presentation on environment variable
briefly discussed about pipes and redirections and practiced task on pipes and redirections
Date:09-07-2026
i worked on the task regarding relative and obsolute path
by doing this task, I learned how to navigate linux using relative and absolute paths
Date:10-07-2026
learned about function and function call
i worked on the task regarding function declaration, definition, calling.
Date:11-07-2026 to 14-07-2026
practiced task on functions
i have done test on task-4 c compilation pipes
i have learnt stack frame
Date:15-07-2026
I have learnt how to print addresses of array values
wrote an algorithm about given a number and digit find how many times is repeated in the number
Date:16-07-2026
I have learnt about scope , global variable,local variable
practically executed program using multiple functions by calling
observed how the addresses of variables are placed in memory
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
i understood hexadecimals and practiced with few examples
Date:17-07-2026
learnt about OS loader, RAM, ELF executable cpu execution and program counter(pc)
learnt about stack frames and call stack, call function
Date:18-07-2026
practically seen how the stack frame created while calling a function using LLDB debugger
Observed how stack frame dissappearing after returning a function value ann comes back to return address
Date:20-07-2026
completed task_9 quetions related to functions
learnt about bitwise operators(>>,<<,&,|)
Date:21-07-2026
completed task_5 and task_6 quetions related to linux commands and debugging
learnt about different OS their shells and command line applications(ex:clang,ls)
Date:22-07-2026
understood about types of servers and developer life cycle
learnt about bitwise operators and practiced task on bitwise operator
Date:23-07-2026
Learned about address variable and memory address
checked the algorithms whether they are correct or not using algorithm tracer
completed task on address variable
Date:24-07-2026
just learned about how multi processes run simultaneously(treads)
understood the address variables by wrote a c program on address variables
completed task on address variables — store an address, reach the box
Date:25-07-2026
checked the algorithms weather they are correct or not using algorithm tracer.
Date:27-07-2026
learned about files and file modes (fopen fwrite fread)
learned about little-endian and big-endian formats
Date:28-07-2026
Holiday
Date:29-07-2026
completed task-16(reading and writing files)
Date:30-07-2026
revised task-10 to task-14
Date:31-07-2026
Attended AiSummit
Explored different stalls and connected with people
Listened different aspects of AI by different experts
Date:01-08-2026
solved the questions of the tasks
done pending tasks
Attended online class on the topic "git"
Date:03-08-2026
completed all pending tasks
got clarity on git commands
Explored git and github
Date:04-08-2026
learnt how to write code in python
completed task on "Python input() and Types — Strings, Numbers, and How print Lays Them Out"
Date:05-08-2026
learnt API request
understand how communication was happening between browser and server by observing dev tools
Date:06-08-2026
learned about how we can run a application on a port number