CBSE Class 11 Computer Science
Question 39 of 68
Data Representation and Boolean Logic — Question 10
Back to all questionsThe use of the hexadecimal number system in computers includes the following:
- The Hexadecimal number system is used in computers to specify memory addresses (which are 16-bit or 32-bit long). For example, a memory address
1101011010101111is a big binary address but with hex it isD6AFwhich is easier to remember. - The Hexadecimal number system is used to represent color codes. For example,
FFFFFFrepresents White,FF0000represents Red, etc.