Ch. 5 | Number Systems (Conversions)
Given the binary address of 00001010.01100100.00010101.00000001 which address does this represent in dotted decimal format?
10.100.21.1
What is the binary representation for the decimal number 568?
1000111000
What is the binary representation of 0x94?
10010100
What is the binary representation of 0xAB?
10101011
What is the binary representation for the decimal number 173?
10101101
What is the binary representation of 0xCA?
11001010
What is the binary representation for the decimal number 57?
111001
What is the binary equivalent of the decimal number 232?
11101000
What is the binary representation for the decimal number 233?
11101001
How many binary bits exist within an IPv6 address?
128
What is the decimal equivalent of 0xA1?
145
What is the decimal equivalent of the binary number 10010101?
149
What is the decimal equivalent of 0xAF?
175
What is the decimal equivalent of 0xC9?
201
What is the dotted decimal representation of the IPv4 address 11001011.00000000.01110001.11010011
203.0.113.211
Given the binary address of 11101011 01110001 01001100 01101010, which address does this represent in dotted decimal format?
235.113.76.106
Given the binary address of 11101100 00010001 00001100 00001010, which address does this represent in dotted decimal format?
236.17.12.10
Given the binary address of 00011001 11000001 10010001 00000011, which address does this represent in dotted decimal format?
25.193.145.3
How many binary bits exist within an IPv4 address?
32
What is the decimal equivalent of the hex number 0x3F?
63
What is the binary representation of 0x27
00100111