1.3.9 Section Review 1. Explain the term least significant bir (LSB) 2. What is
ID: 3751065 • Letter: 1
Question
1.3.9 Section Review 1. Explain the term least significant bir (LSB) 2. What is the decimal representation of each of the following unsigned binary integers? b. 11001010 c. 11110000 3. What is the sum of each pair of binary integers? a. 00001111 +00000010 b. 11010101 +01101011 c. 00001111 +00001111 4. How many bytes are contained in each of the following data types? a. word b. doubleword c. quadword d. double quadword 5. What is the minimum number of binary bits needed to represent each of the following unsigned decimal integers? a. 65 b 409 c. 16385 6. What is the hexadecimal representation of each of the following binary numbers? a. 0011 0101 1101 1010 b. 1100 1110 1010 0011 7. What is the binary representation of the following hexadecimal numbers? a. A4693FBC b. B697C7A1 c. 2B3D9461Explanation / Answer
1. Least Significant Bit :- LSB is the bit in a binary number which is of the lowest numerical value.
example consider a binary number 000001, LSB of these number is 1.
2. Decimal Representation of :-
= 128 + 64 + 32 + 16 + 8 + 0 + 0 + 0
= 248 Ans
= 128 + 64 + 0 + 0 + 8 + 0 + 2 + 0
= 202 Ans
in the same way
3. Sum Of Each Pair of Binary Integer :-
4. How Many bytes are contained in each of the following data types ?
5. What is the minimum number of binary bits needed to represent each of the following unsigned decimal integers?
6 Hexadecimal Representation of :-
7. What is the Binary representation of the following hexadecimal numbers?
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.