Zusammenfassung der Ressource
Frage 1
Frage
Which numerical system is being used in this example?
4B=75
Antworten
-
Binary
-
Hexidecimal
-
Two's compliment
-
Sign and Magnitude
Frage 2
Frage
Binary is a base 2 numerical system.
Frage 3
Frage
Which numerical system is in use here (highlight all that apply):
27
Antworten
-
Hexidecimal
-
Binary
-
Two's compliment
-
Denary
Frage 4
Frage
Convert these two's compliment numbers to denary:
1001 0011 = [blank_start]-109[blank_end]
0110 0011 = [blank_start]-29[blank_end]
Frage 5
Frage
Complete the following binary subtraction sum: 1011 - 0110 = [blank_start]5[blank_end]
Give you answer in denary.
Frage 6
Frage
Complete the following binary addition sum: 1101 0101 + 0111 1001 = [blank_start]334[blank_end]
Give you answer in denary.
Frage 7
Frage
Which is the correct conversion of this sign and magnitude number to denary?
(Tick one)
1011 0011
Frage 8
Frage
To convert binary to denary, you must add all the column headings with a 0 below them.
Frage 9
Frage
To convert denary to hexidecimal, you must multiply the number by 16.
Frage 10
Frage
Convert the following binary number to Two's Compliment: 100 1010 = [blank_start]1011 0110[blank_end]