Quiz Space

Programming in C · Quiz 1 · 26 Oct 2025 · September 2025 term

Question 5: What is the minimum number of bits required to represent …

Question 5

+3 marksOne correct option

What is the minimum number of bits required to represent all integer values from −120 to +120 in a signed binary representation?

  1. A

    5 Bits

  2. B

    6 bits

  3. C

    7 bits

  4. D

    8 bits

  5. E

    9 bits

Show answer

Correct answer

  • D

    8 bits

Question 5 of 17 in the IIT Madras BS Programming in C (Programming in C) Quiz 1 paper sat on 26 Oct 2025, in the September 2025 term (IIT M DEGREE AN EXAM QDB2 26 Oct 2025). It carries 3 marks.

More questions from this paper

  1. Q1Which of the following correctly ranks the memory units from fastest to slowest access time?
  2. Q2In an N-bit signed integer representation using 2’s complement, what is the range of values?
  3. Q3Which of the following statements about Boolean conditions in C is true?
  4. Q4The decimal number 2748 is represented in hexadecimal as:
  5. Q6Figure question
  6. Q7Figure question
  7. Q8Figure question
  8. Q9Figure question
  9. Q10Figure question
  10. Q11Which of the following are key functions of the Arithmetic Logic Unit (ALU)?
  11. Q12Which statement is true about short-circuit evaluation in C?
  12. Q13Figure question
  13. Q14Figure question
  14. Q15Figure question
  15. Q16Figure question
  16. Q17Figure question