techtipnow-in-encoding-scheme-and-number-system-class-11-
techtipnow-in-encoding-scheme-and-number-system-class-11-
techtipnow
Categories
Encoding Scheme Class 11 Notes consist of ASCII, ISCII, UNICODE, Number System, Conversion between Number System. This Encoding scheme and number system class 11
notes is very handy for the students who are looking for class 11 computer science notes and solutions.
Artificial Intelligence
Boolean Algebra
Contents [hide]
Class 9 IT 402 Notes
1 Encoding Schemes techtipnow asks for your consent to use your
Cloud Computing
1.1 ASCII (American Standard Code for Information Interchange)
personal data to:
Computer Fundamental MCQ
1.2 ISCII (Indian Standard Code for Information Interchange) Personalised advertising and content, advertising and content
measurement, audience research and services development
1.3 UNICODE Computer Fundamentals
Database Concept
Encoding Schemes
DBMS MCQs
What is Encoding?
Emerging Trends
Process of converting data from one form to another form is called encoding. In Computer Science encoding is converting data (numbers, alphabets, symbols, spaces, graphics Find the Output
Internet MCQ
Why Encoding?
IOT
There are various standard encoding schemes each part of data is assigned a unique code. Some of the popular encoding schemes are mentioned below: IP Practicals
IT 402 Class 10
ASCII (American Standard Code for Information Interchange)
IT 802 Class 11 MCQ
Formally began in 1960 and later promoted by ANSI
IT 802 Class 11 Tutorial
Standard common way to encode and represent keys of keyboard understood by every computer.
IT 802 Class 12 MCQ
It Uses 7-bits to represent any character.
It represents (encodes) total 27 = 128 characters. (Because of 7-bit representation) IT 802 Class 12 Tutorial
It can represent (encode) character set of English language only. Java Programming
NCERT Solutions
Character Decimal Value Character Decimal Value Character Decimal value
Open Office Tutorial
Space 32 @ 64 , 96
Operating System
“ 34 B 66 b 98 Python DataFrame
Python Programs
& 38 F 70 f 102
Python Pyplot MCQ
‘ 39 G 71 g 103
Python Series
Societal Impact
ISCII (Indian Standard Code for Information Interchange)
Societal Impact MCQ
Introduced by Bureau of Indian Standard (BIS) in 1991.
Spreadsheet
Standard encoding scheme to represent Indian Scripts.
It uses 8-bits to represent characters. SQL MCQ
Number System
Number system is mathematical way to represent numbers using literals such as digits, characters or symbols.
It is also known as Positional Number System because value of each literal (digit, character or symbol) in a number depends upon its position within number.
There are different number system and all have their own set of unique literals.
The count of literals of number system is called Base or Radix.
techtipnow asks for your consent to use your
The value of each literal in a number is calculated using- personal data to:
The literal itself
Personalised advertising and content, advertising and content
Position of the literal measurement, audience research and services development
It is used by humans
It uses 10 different digits from 0 to 9 to represent numbers.
Decimal number system has base 10
Each place to the left is ten times greater than the place to its right which means each place represent a specific power of the base (10).
Following figure represents the Integer and fractional part of decimal number 1253.76 alongwith calculation of the decimal number using positional values-
Used as Machine Language for Computer Hardware and other Electronic Devices.
Used in ASCII Code and Unicode
Used in Internet Protocols.
Used in Image processing, High-end audio recordings, HD Videos recordings and data processing and storage.
Used in Boolean algebra that is a branch of Mathematics.
It is used to represent large and complex binary codes into concise manner.
It uses 8 different digits from 0 to 7 to represent information.
Octal Number System has base 8.
Each place in Octal code represents a specific power of the base (8).
It is used to represent large and complex binary codes into concise manner.
It uses 16 different literals which are 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F to represent information.
Hexadecimal Number System has base 16.
Each place in a Hexadecimal code represents a specific power of the base (16).
Divide the number by the base value of the Binary Number System i.e. 2 you want to convert it from
Note the remainder
Keep dividing the quotient by the base value 2 untill it becomes zero and note the remainder of each division
Write all noted remainders in reverse order (bottom to top)
Your personal data will be processed and information from your device
(cookies, unique identifiers, and other device data) may be stored by,
accessed by and shared with 134 TCF vendor(s) and 64 ad partner(s), or
used specifically by this site or app.
Some vendors may process your personal data on the basis of legitimate
interest, which you can object to by managing your options below. Look
for a link at the bottom of this page to manage or withdraw consent in
privacy and cookie settings.
Following are the steps to convert Decimal Number System to Octal Number System:
Divide the number by the base value of the Octal Number System i.e. 8 you want to convert it from
Note the remainder
Keep dividing the quotient by the base value 8 until it becomes zero and note the remainder of each division
Write all noted remainders in reverse order (bottom to top)
Following are the steps to convert Decimal Number System to Hexadecimal Number System:
Divide the number by the base value of the Hexadecimal Number System i.e. 16 you want to convert it from
Note the remainder
Keep dividing the quotient by the base value 16 untill it becomes zero and note the remainder of each division
Write all noted remainders in reverse order (bottom to top)
Example Decimal
to Hexadecimal
Conversion
1 x 25 + 1 x 24 + 1 x 23 + 1 x 22 + 0 x 21 + 0 x 20 Some vendors may process your personal data on the basis of legitimate
interest, which you can object to by managing your options below. Look
for a link at the bottom of this page to manage or withdraw consent in
= 32 + 16 + 8 + 4 + 0 + 0 privacy and cookie settings.
= (61)10
1 x 83 + 3 x 82 + 2 x 81 + 5 x 80
= 512 + 192 + 16 + 5
= (725)10
1 0 1 1
001 011
13
=(13)8
Octal to Binary Conversion techtipnow asks for your consent to use your
personal data to:
1. Write octal number
Personalised advertising and content, advertising and content
2. Replace each digit of octal number with its equivalent setmeasurement,
of 3-bit audience research and services development
3. From left to write Arrange and write all 3-bit sets together and form binary equivalent of given given octal number.
Store and/or access information on a device
1 1 1 0 1 0 0 1 1 0 1
7 4 D
= (74D)16
multiply the fractional part by the base value 2 repeatedly till the fractional part becomes 0.
from top to bottom, Write integer part of the number to get equivlent binary number.
If the fractional part does not become 0 in successive multiplication, then stop after 10 multiplications. In some cases, fractional part may start repeating, then stop
further calculation.
Decimal with
fractional part to
binary conversion
Your personal data will be processed and information from your device
Conversion of Decimal Number with fractional part to Octal
(cookies, number
unique identifiers, and other device data) may be stored by,
accessed by and shared with 134 TCF vendor(s) and 64 ad partner(s), or
used specifically by this site or app.
Some vendors
Following are the steps to convert the fractional part of a decimal may process
number your personal
to Octal number datasystem:
on the basis of legitimate
interest, which you can object to by managing your options below. Look
for a link at the bottom of this page to manage or withdraw consent in
privacy and cookie settings.
multiply the fractional part by the base value 8 repeatedly till the fractional part becomes 0.
from top to bottom, Write integer part of the number to get equivlent Octal number.
If the fractional part does not become 0 in successive multiplication, then stop after 10 multiplications. In some cases, fractional part may start repeating, then stop
further calculation.
Conversion of
Decimal no with
fractional part to
Octal no
Example of Conversion
of Decimal no with
fractional part to Octal
no
Following are the steps to convert the fractional part of a decimal number to Hexadecimal number system:
multiply the fractional part by the base value 16 repeatedly till the fractional part becomes 0.
from top to bottom, Write integer part of the number to get equivlent Hexadecimal number.
If the fractional part does not become 0 in successive multiplication, then stop after 10 multiplications. In some cases, fractional part may start repeating, then stop
further calculation.
conversion of
decimal no with
fractional part to
hexadecimal no
Example of
conversion of
decimal no with
fractional part to
hexadecimal no
Following are the steps for converting Binary with Fractional part to Decimal number:
Example 1: Convert (10011.11)2 to Decimal Number Store and/or access information on a device
Your personal data will be processed and information from your device
(cookies, unique identifiers, and other device data) may be stored by,
accessed by and shared with 134 TCF vendor(s) and 64 ad partner(s), or
used specifically by this site or app.
Some vendors may process your personal data on the basis of legitimate
interest, which you can object to by managing your options below. Look
for a link at the bottom of this page to manage or withdraw consent in
privacy and cookie settings.
1 0 1 1 . 1 0
011 011 . 100
3 3 . 4
=(33.4)8
1 0 1 1 1 1 1 0 1 1 . 1 0 1 1 0 1 0
0010 1111 1011 . 1011 0100
2 F B . B 4
=(2FB.B4)16
Related Posts
18.What is missing data? 19. Why is missing data filled in Dataframe with 2. What will be the output of the following code?
some value? 20. Name the function you can use for filling missing data? 2. SELECT CONCAT (CONCAT(‘Inform’, ‘atics’), ‘Practices’);
21. Name some function to handle missing data. 3. SELECT LCASE (’INFORMATICS PRACTICES CLASS 11TH‘);
Leave a Comment / Uncategorized / By Sanjay Kumar 4. SELECT UCASE (’Computer Studies‘);
5. SELECT CONCAT (LOWER (‘Class’), UPPER (‘xii’));
Leave a Comment / Uncategorized / By Sanjay Kumar
KRISH SHARMA
MAY 11, 2024 AT 8:32 AM
Your personal data will be processed and information from your device
(cookies, unique identifiers, and other device data) may be stored by,
accessed by and shared with 134 TCF vendor(s) and 64 ad partner(s), or
“Thank you so much for sharing these incredible Class 11th
usedComputer
specifically byScience notes! They’ve been an absolute lifesaver in understanding complex concepts and clarifying
this site or app.
doubts. Your effort in compiling these resources is truly appreciated and
Some vendors may immensely
process helpful
your personal data onfor
the students like me. These notes are a game-changer in our learning journey.
basis of legitimate
interest, which you can object to by managing your options below. Look
Grateful for your dedication and generosity in helping us succeed!”
for a link at the bottom of this page to manage or withdraw consent in
privacy and cookie settings.
Reply
SANJAY KUMAR
MAY 13, 2024 AT 3:11 AM
Reply
SARTHAK
SEPTEMBER 18, 2024 AT 2:11 PM
Reply
Leave a Comment
Your email address will not be published. Required fields are marked *
Type here..
Save my name, email, and website in this browser for the next time I comment.
Post Comment »
About Terms and Conditions Private Policy Refund Policy Contact Us Sitemap | Copyright © 2025 techtipnow