6Dec19 morning Q43

0. Which of the following statements is/are correct?
A. For the sequence of integers represented in binary as 00lll, 01001, 01011,P .... the next integer P would be represented as 01101
B. A byte is a binary number consisting of exactly 8 bits
Choose the correct option:

  • Option : C
  • Explanation :
    A. 0111 → 1 + 21 + 22 = 1 + 6 = 7
    1001 → 1 + 0 + 0 + 23 = 1 + 8 = 9
    1011 → 1 + 21 + 0 + 23 = 1 + 2 + 8 = 11
    P = 1101 → 1 + 0 + 22 + 23 = 1 + 4 + 8 = 13
    B. 1 byte = 8 bit
    Hence both (a) and (b) are correct
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *