Match the LIST-I with LIST-II LIST-I LIST-II A. (100110011)₂ I. Error…

2025

Match the LIST-I with LIST-II

 

LIST-I

LIST-II

A. (100110011)₂

I. Error detection code

B. Complements

II. CISC

C. Parity Bits

III. Negative number

D. Variable length instruction

IV. (133)₁₆


Choose the correct answer from the options given below:

Answer: B. A-IV, B-III, C-I, D-IIFinal matching: (100110011)₂ → (133)₁₆; Complements → Negative number; Parity Bits → Error detection code; Variable length instruction → CISC Convert…

  1. A.

    A-IV, B-I, C-III, D-II

  2. B.

    A-IV, B-III, C-I, D-II

  3. C.

    A-IV, B-II, C-III, D-I

  4. D.

    A-I, B-IV, C-II, D-III

Attempted by 73 students.

Show answer & explanation

Correct answer: B

Final matching: (100110011)₂ → (133)₁₆; Complements → Negative number; Parity Bits → Error detection code; Variable length instruction → CISC

  • Convert (100110011)₂ to hexadecimal: pad to 12 bits → 000100110011; group into 4-bit nibbles → 0001 0011 0011; hex digits → 1 3 3, so (100110011)₂ = (133)₁₆.

  • Complements: refer to representations such as two's complement used to encode negative numbers in binary.

  • Parity bits: are a simple error-detection code used to detect single-bit errors in data transmission or storage.

  • Variable-length instructions: are characteristic of CISC (Complex Instruction Set Computer) architectures, where instruction sizes vary.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Computer Networks

Loading lesson…