Part One: Hardware world Chapter 1: Data representation on computer hardware There are 3 methods used to convert decimal numbers to any base: Successive division method Subtraction method Addition method In this lesson, you will learn how to convert decimal numbers to any base number system using the division method. We are still in chapter […]
#004| Any base to decimal conversion [CS50 AP]
Part One: Hardware world Chapter 1: Data representation on computer hardware Starting from this lesson, we will start talking about the conversion from one number system to another. In this lesson, you will learn how to convert from any base system to the decimal number system. 1.2.2) Conversion from any number system to another […]
#003| How do number systems work? [CS50 AP]
Part One: Hardware world Chapter 1: Data representation on computer hardware Table of content 1.2) The binary representation of numeric data. 1.2.1)Number systems. 1.2) The binary representation of numeric data: We have known that to speak with a computer, we need to know how to convert our language to binary language (i.e. to zeros and […]
#002| What is meant by data representation? [CS50 AP]
Part One: Hardware world Chapter 1: Data representation on computer hardware Table of content Introduction. What is meant by data representation on computer hardware? How does a computer speak zeros and ones? 1.1) Introduction 1.1.1) What is meant by data representation on computer hardware? By data representation inside the computer, we mean that how to […]