(Chapter 1) Use of Binary and Hexadecimal Number
(Chapter 1) Use of Binary and Hexadecimal Number
Analog data:
• Data values that are continuously changing
• Analog data is continuous and non-discrete data
• Example: Data such as sound wave, data collected by sensors etc.
Digital data:
• Discrete (individually separate and distinct) data that has only two values.
• For example, binary data which is either 1 or 0.
Why a programmer might prefer to read the instruction in hexadecimal rather than in binary?
• Easier/quicker to understand/read
• Easier to debug/identify errors
• Less likely to make a mistake
• Fewer digits are used / shorter // takes up less space on screen // more can be shown on screen / page
Page 2 of 2