The Internet
DISPLAY (20 mod 4) + 3
What is 3?
___ distinct numbers can be represented with 9 bits
What is 512?
HTML uses 6-digit hexadecimal notation for identifying colors on webpages so that the Red/Green/Blue values are each represented by a 2-digit Hexadecimal (16-bit) number. This is the decimal number for the Green color value in the color AC1DFF
What is 29?
d <- 10
e <- 20
f <- 30
e <- d
DISPLAY (e)
DISPLAY (d+e)
What is 10 20?
The binary number 00101101 in base-10.
What is 45?