Skip to main content
Chapter 2 of 11
Formula Sheet

Encoding Schemes and Number System

CBSE · Class 11 · Computer Science

All formulas from Encoding Schemes and Number System in CBSE Class 11 Computer Science. Key equations, constants, and identities for board exam preparation.

86 questions80 flashcards5 concepts

Interactive on Super Tutor

Studying Encoding Schemes and Number System? Get the full interactive chapter.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan — built for formula sheet and more.

1,000+ Class 11 students started this chapter today

16 Formulas · 4 Sections

Formulas

Encoding Schemes

ASCII character capacity (7-bit): 2^7 = 128

ISCII character capacity (8-bit): 2^8 = 256

UNICODE gives a unique number for every character

Number Systems

Decimal positional value computation: 1 × 10^2 + 2 × 10^1 + 3 × 10^0 + 4 × 10^{-1} + 5 × 10^{-2} = (123.45)_{10}

Octal base in terms of 2: 8 = 2^3

Hexadecimal base in terms of 2: 16 = 2^4

Binary to Decimal example: 1×2^3 + 1×2^2 + 0×2^1 + 1×2^0 = 8+4+0+1 = (13)_{10}

Octal to Decimal example: 2×8^2 + 5×8^1 + 7×8^0 = 128+40+7 = (175)_{10}

Conversion Rules

Decimal to other base: divide by base, note remainders, write remainders in reverse order

Fractional decimal to other base: repeatedly multiply by base until fraction becomes 0 or repeats

Binary to octal: group 3 bits at a time

Binary to hexadecimal: group 4 bits at a time

Binary Octal Hexadecimal Conversion

(10101100)2 = (254)8

(705)8 = (111000101)2

(0110101100)2 = (1AC)16

(23D)16 = (001000111101)2

Full sheet with units and worked examples

View All

Frequently Asked Questions

What are the important topics in Encoding Schemes and Number System for CBSE Class 11 Computer Science?
Encoding Schemes and Number System covers several key topics that are frequently asked in CBSE Class 11 board exams. Focus on the core concepts listed on this page and practise related questions to build confidence.
How to score full marks in Encoding Schemes and Number System — CBSE Class 11 Computer Science?
Understand the core concepts first, then work through the 86 practice questions available for this chapter. Revise formulas and definitions regularly, and use flashcards for quick recall before the exam.

Sources & Official References

Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.

For serious students

Get the full Encoding Schemes and Number System chapter — for free.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for CBSE Class 11 Computer Science.