Posts ✍️

Sometimes I like to document the things that I am learning

In the realm of education, understanding the connection between emotional regulation, learning, …
4 min read
Forget COVID masks there is a new type of mask that is …
3 min read
In the fast-paced world of computing, speed is paramount. The central processing …
4 min read
Accessing data efficiently is a crucial aspect of programming, and it's facilitated …
4 min read
PC consists of processor, memory, registers Registers are processor components that hold …
4 min read
Diagram showing the sign, exponent and mantissa represented as fields in the …
4 min read
Programmers write code in a high level language and the compiler converts …
4 min read
1 bit = Sign 8 bit = Exponent with a bias of …
4 min read
This is the standard representation for floating point numbers in computers.It is …
1 min read
Pre-requisite knowledge Arrays Arrays are fundamental data structures in computer science, providing …
2 min read
View