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