Change set

Pick exam & year, then Go.

Question map
Not attempted Correct Incorrect ★ Bookmarked
Loading…
Q143 (CISF/2022) Science & Technology › ICT, AI, Cybersecurity & Emerging Tech

How many bits combination is present in a Byte ?

Explanation

In computer science and digital electronics, a byte is a unit of digital information that most commonly consists of 8 bits. A bit (binary digit) is the most basic unit of data, representing a logical state with one of two possible values, typically 0 or 1.

  • One byte = 8 bits.
  • A nibble consists of 4 bits.
  • With 8 bits, there are 28 = 256 possible permutations or combinations of zeros and ones, which allows for the representation of characters in the ASCII standard.

Since the options provided are 2, 4, 8, and 16, the question is asking for the standard number of bits that constitute a single byte, which is 8.

✓ Thank you! We'll review this.

SIMILAR QUESTIONS

CAPF · 2025 · Q58 Relevance score: -1.14

The unit digit of (3×1+4×2×1+5×3×2×1+ ... +20×18×17× ··· ×2×1) is

CDS-II · 2025 · Q83 Relevance score: -1.40

Assuming the computer is a 4-bit computer, what result is produced after subtraction of 3 from 5 using the 2's complement representation ?

IAS · 2004 · Q60 Relevance score: -1.66

Which of the following pairs are correctly matched ?

(Period) | (Wars)
1. AD 1767-69 | First Anglo Maratha War
2. AD 1790-92 | Third Mysore War
3. AD 1824-26 | First Anglo-Burmese War
4. AD 1845-46 | Second Sikh War

CISF · 2020 · Q132 Relevance score: -1.72

Which of the following is/are bit manipulation operators ?
1. 11
2. ^
3. >>
4. <<
Select the correct answer using the code given below :