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.
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
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 AllFrequently Asked Questions
What are the important topics in Encoding Schemes and Number System for CBSE Class 11 Computer Science?
How to score full marks in Encoding Schemes and Number System — CBSE Class 11 Computer Science?
Sources & Official References
- NCERT Official — ncert.nic.in
- CBSE Academic — cbseacademic.nic.in
- CBSE Official — cbse.gov.in
- National Education Policy 2020 — education.gov.in
Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.
More resources for Encoding Schemes and Number System
Practice Quiz
Test yourself with a quick quiz
Important Questions
Practice with board exam-style questions
Revision Notes
Key points for last-minute revision
Chapter Summary
Understand the chapter at a glance
Concept Maps
See how topics connect visually
Study Plan
Step-by-step plan to ace this chapter
Flashcards
Quick-fire cards for active recall
Syllabus
What topics to cover
NCERT Solutions
Every textbook question solved step by step
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.