Binary & Hexadecimal Flashcards
Uses of Binary
ACII value
Unicode value
Instructions
Uses of hexadecimal
MAC address
Error messages
HTML colours
MAC address
Hardware address A unique number associated with device 48/64 bits (12/16 hex) first half=manufacturer second half=serial number of device
Shifting
Shifting bits
Shifting the register
Problems of shifting
May run out of places at the end of the register
The end bit may be lost
May result in a loss of precision
Memory Dumps
Writing all the RAM content into the storage device
HTML (Hyper Text Markup Language)
Head and Body
Structure and Presentation
In HTML document structure and presentation often kept separate
HTML Presentation
Presentation used for colour/style
CSS linked to the HTML used for Presentation
HTML structure
HTML Tags used for structure
Structure used for layout
URL
Composed of three parts (http://www.cie.org.uk/ScienecPapers)
File name- SciencePapers
Protocol- http://
Web server name- www.cie.org.uk
Advantages of hexadecimal
easier to understand easier to debug Shorter and takes less space Faster to enter than binary Converting to binary is easier than deanery