1/12
Vocabulary and fundamental concepts covering binary, denary, and hexadecimal number system conversions, hexadecimal applications, and binary addition rules.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Binary Representation of Denary 128
The denary number 128 converted to binary is 100000002.
Binary Representation of Denary 250
The denary number 250 converted to binary is 111110102.
Hexadecimal Values for 10 through 15
In hexadecimal notation, denary values 10 through 15 are represented by letters A (10), B (11), C (12), D (13), E (14), and F (15).
Hexadecimal 1A to Denary Conversion
Hexadecimal 1A equals denary 26, calculated as (1×16)+(10×1)=16+10=26.
Hexadecimal FF to Denary Conversion
Hexadecimal FF equals denary 255, calculated as (15×16)+(15×1)=240+15=255.
Binary 111100002 to Hexadecimal Conversion
The binary value 111100002 converted to hexadecimal is F016.
Hexadecimal 3C to Binary Conversion
The hexadecimal number 3C converted to binary is 001111002.
Four Uses of Hexadecimal System
The four uses of the hexadecimal system are Error codes, MAC addresses, IPv6 addresses, and HTML colour codes.
Error Codes
Codes that refer to the memory location of the code and are usually automatically generated by computers.
Media Access Control (MAC) Address
A number which uniquely identifies a device on a network, made up of 48 bits shown as six groups of hexadecimal digits (e.g., 00-1C-B3-4F-25-FF).
Binary Addition Rule for 1+1
The result of 1+1 in binary addition is 102 (write 0, carry 1).
Binary Addition Rule for 1+1+1
The result of 1+1+1 in binary addition is 112 (write 1, carry 1).
Binary Addition of 000111012 and 011001102
The sum of binary numbers 000111012+011001102 is equal to 100000112.