214k views
1 vote
Which one of these is NOT a common use for hexadecimal numbers?

Boolean values
W
O colors
O error messages
O memory locations

User Pia
by
6.6k points

1 Answer

2 votes

Answer:

Boolean Values

Step-by-step explanation:

Boolean Values are used as return values for functions to check whether something is true or false.

Hexadecimal numbers it is technique of representing numbers whose base value is 16.

The common use of Hexadecimal numbers are:

  1. To define memory locations .
  2. To define colors in web Pages .
  3. To represent error message.
  4. To represent MAC address
User Ropali Munshi
by
7.1k points