chapter 1 part 2 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

define hexadecimal

A

-it has a base of 16
-it uses 16 values that are 0 to 9 and A to F
-units increase by the power of 16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

why is hexadecimal preferred by programmers rather than binary? [4]

A

-easier for programmers to read and understand
-easier to identify errors
-takes up less space on screen
-fewer errors made in data transcription

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

uses of hexadecimal [6]

A

-html color codes
-ASCIIl/ Unicode
-error messages
-MAC address
-debugging
-locations in memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly