Internal Numeric Representation
Now we know how numeric systems work, it would be interesting to know what we can do with it. You can do surprisingly much with just one bit, maybe in more ways that you could imagine. Let’s take a look into how the computer internally represents numeric values. A bit is the smallest unit of…
Computer Numbers: Binary & Hexadecimal
Last time, I talked about numbering systems and especially how the base numbering system works. We already know the decimal system best of all, because we use it every day. However, the computer is not fond of this system. It rather uses the binary systems for its numeric representations. But what has the hexadecimal systems…
What is a number? Numeric Representations
Approved by Valentin Utkin It might sound like a silly question, but do you know what a number is? Many of you might answer something among the lines of “just a number”. However, a number to a computer is something completely different than what we perceive as a number. Representation So, what is a number…
Understand the Machine
Approved by Valentin Utkin When programmers are writing code, they feel like computer gods and their code is the best. And sometimes it is true! However, more often than not, their code is not efficient or the programmer used a shortcut or dirty code to get something to work. Sometimes, the inexperience of the programmer…
Additional Books for MUTS!
While I was looking through my books I currently have for the development of MUTS, I came to the conclusion that I missed a couple. To be more precise, I missed books concerning a certain subject within operating system development. While it is not directly related to the development of an operating system, it still…
Planning December!
As said in my last post, I am going to try keeping a bullet journal in these upcoming few months. At the beginning of every month, a planning phase takes place to set up the monthly spread and get a grip on the tasks, goals, and projects of this month. A couple days back, I…