Zusammenfassung der Ressource
Frage 1
Frage
What is the highest denary number that can be represented using 4 bit binary?
Frage 2
Frage
What is the highest possible denary number that can be represented using 8 bit binary?
Frage 3
Frage
Represent the number 203 in binary.
Antworten
-
11001011
-
11101011
-
10001011
-
11000011
-
110011011
Frage 4
Frage
Represent the number 73 using 8 bit binary.
Antworten
-
01001001
-
01001011
-
00111001
-
10001001
-
01001010
Frage 5
Frage
Convert the following numbers into denary:
0110 : [[blank_start]x[blank_end]]
1010 : [[blank_start]y[blank_end]]
1001 : [[blank_start]z[blank_end]]
Frage 6
Frage
Represent the 8 bit binary number 0011 1001 in denary.
Frage 7
Frage
Add together the following binary numbers.
0101
0110
Frage 8
Frage
Add together the following binary numbers:
0101 1011
0110 0110
Antworten
-
1100 0001
-
1110 0001
-
1000 0001
-
1100 1001
-
1100 0101
Frage 9
Frage
Add together the following binary numbers:
1010 0101
0011 1100
Antworten
-
1110 0001
-
1111 0001
-
1110 0000
-
1011 0001
-
0110 0000
Frage 10
Frage
Select which of the following rules for binary addition are correct.
Antworten
-
0 + 0 = 0
-
0 + 1 = 1
-
1 + 0 = 1
-
1 + 1 = 0
-
1 + 1 + 1 = 1 (Carry 1)
Frage 11
Frage
When using 8 bit binary, 256 is the highest number you can represent because 2^8 is 256.
Frage 12
Frage
Which of the following is the name for the leftmost bit in a binary number?
Antworten
-
Most significant bit.
-
Most important bit
-
Most memorable bit
-
Most valuable bit
-
VIP bit
Frage 13
Frage
If the most significant bit is [blank_start]zero[blank_end], then the number is [blank_start]positive[blank_end].
If the most significant bit is [blank_start]one[blank_end], then the number is negative.
Antworten
-
zero
-
one
-
positive
-
two
-
seven billion
-
undefined
Frage 14
Frage
The binary number 10000011 represents the number -3.
Frage 15
Frage
Select all of the numbers that have been correctly represented using two's compliment:
Antworten
-
11111101 = -3
-
11111110 = 254
-
11111111 = 255
-
1000000011 = -3
-
11001100 = -76
Frage 16
Frage
To convert negative denary numbers into binary, we first need to find it's positive equivalent.