The main goal of this course is to teach the basics of Number Theory and how values are represented in the memory of computer. This is very basic knowledge that any programmer/ Computer Science student must posses. This course is to help all those aspiring programmers to build their sound fundamentals with Number Theory.
In order to understand how the information is stored and processed in the memory of computer and other digital systems, students must understand the core concept of Numbers, how they are represented in computer. Good grasp on this topic will make it easier for students to learn programming.
You will learn:
Basic concept of Number Theory.
Standard number systems - Octal, Hexadecimal, Binary.
How to convert number from any of these system to decimal and vice versa.
1s and 2s complement technique. Negative number representation using 2s complement technique.
How subtraction is done using 2s complement in the memory.
Real number representation using IEEE 754 standard (Single and Double precision).
Please do not enrol if you are:
Not interested of doing basic math calculations using pen and paper.
Expecting representations using graphics and animation, I did all the writings on the whiteboard. They are really easy to understand.
Feel free to ask questions in the Q/A section, you will find me always with you during the learning process.
Happy learning!