Comp Sci Binary
Comp Sci Binary
N
binary quiz corrections
)
1 uestion
Q
2) My answer
3) Why I got the question wrong
4) Why the other answer is correct
1) 5 ) Usingthis chart, what is the Unicode value forthis emoji ?____
What value would this be in binary?_____
How many bits does it take to store this character?_____
2) I got the highlighted part incorrect I said that the answer was U+1F911.
3) I got the question wrong because of the U+ I put in front of the number.
4) 1F911 would be correct, because it was next to that emoji, and it doesn't have
the U+ in front of it.
1) 6 ) The hexadecimal number of A8 has a decimal value of _____ and a binary
value of ______.
2) I said that the answer was 10101000, 168.
3) I got the question incorrect, because I put the binary value in the decimal number
spot, and the decimal number in the binary value spot.
4) Flipping the answers would be the correct answer.
) 7
1 ) Screen resolution refers to how big your screen is______.
2) I said that it was true.
3) That is incorrect, because Screen resolution is the amount of pixels on the
screen not the size.
4) False, would be correct, because screen resolution is the number of pixels, not
the size.
1) 8 ) Capital letter H would be decimal 72 or binary 01001000 using the _______
encoding standard or 48 (UTF-8) or 0048 (UTF-16) using the _______ encoding
standard.
2) I said the answers were ASKII and Unicode.
3) The answer ASKII was incorrect because it is spelled ASCII, and not ASKII.
4) ASCII is correct, because it is the correct way to spell the acronym.
1) 1
5) Match the following statements to the appropriate answer.
The character encoding standard(s) that is used to represents emojis.
haracter encoding standard(s) that defines the way individual characters are
C
represented in text messages and files, web pages, emails, and other types of
documents.
haracter encoding standard(s) that only uses 7 bits (or one byte) to represent
C
each character.
1) S ubtract the following values in binary: YOU MUST SHOW YOUR WORK ON A
PIECE OF PAPER
1101001-1110 = ________ in binary and ________ in decimal.
2) I said the answer was 1010011 and 83.
3) I got the question incorrect, because the binary value is actually 1011011(binary)
and the decimal value is 91.
4) After doing it another time I realized that 1011011(binary) and 91(decimal) are
the right values.