hexadecimal Flashcards

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

What are the uses of hexadecimal

A
Memory dumps (B 5 A 4 1 A F C)
Html color code (#FF 00 00 - red)
Mac address (00-1C-B3-4F-25-FE)
Web address 
Assembly language
Error messages
Locations in memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Reasons for using hexadecimal

A
Easier for humans to read/ write/understand
Easier to remember for humans
easier to debug
Fewer errors made
Shorter way to represent data 
takes up less space on screen
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Reasons to use binary

A

Computer uses logic circuits

These can only process 1s and 0s

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

Describe html presentation

A
formatting/style
Separate file/CSS used
E.g background color
      Color applied to text
      Font style
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describe html structure

A

Layout of webpage
Uses tags to define it
Eg where paragraph is placed
Where images is placed

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