hexadecimal 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
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
3
Q
Reasons to use binary
A
Computer uses logic circuits
These can only process 1s and 0s
4
Q
Describe html presentation
A
formatting/style Separate file/CSS used E.g background color Color applied to text Font style
5
Q
Describe html structure
A
Layout of webpage
Uses tags to define it
Eg where paragraph is placed
Where images is placed