Difference between revisions of "Hexadecimal"
(Created blank page) |
Duck master (talk | contribs) (added some basic info about hexadecimal) |
||
Line 1: | Line 1: | ||
+ | Hexadecimal is the [[base numbers|base system]] using base sixteen. Typically, the sixteen symbols for hexadecimal are represented as 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F in order; sometimes, the letters A, B, C, D, E, and/or F are all lowercase instead of all uppercase. As with other base systems, numbers can be efficiently added, subtracted, multiplied, and divided in hexadecimal. | ||
+ | ==Applications== | ||
+ | |||
+ | Hexadecimal is most commonly used in [[computer science]], as it is a human-friendly way to represent numbers (or more general forms of data) that have been stored in [[binary]]. | ||
+ | |||
+ | ==See also== | ||
+ | *[[Base numbers]] | ||
+ | *[[Computer science]] | ||
+ | |||
+ | [[Category:Computer science]] | ||
+ | {{stub}} |
Revision as of 15:58, 7 May 2020
Hexadecimal is the base system using base sixteen. Typically, the sixteen symbols for hexadecimal are represented as 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F in order; sometimes, the letters A, B, C, D, E, and/or F are all lowercase instead of all uppercase. As with other base systems, numbers can be efficiently added, subtracted, multiplied, and divided in hexadecimal.
Applications
Hexadecimal is most commonly used in computer science, as it is a human-friendly way to represent numbers (or more general forms of data) that have been stored in binary.
See also
This article is a stub. Help us out by expanding it.