• Skip to main content
  • Skip to secondary menu
  • Skip to primary sidebar
  • Skip to footer

CBSE Tuts

CBSE Maths notes, CBSE physics notes, CBSE chemistry notes

  • NCERT Solutions
    • NCERT Solutions for Class 12 English Flamingo and Vistas
    • NCERT Solutions for Class 11 English
    • NCERT Solutions for Class 11 Hindi
    • NCERT Solutions for Class 12 Hindi
    • NCERT Books Free Download
  • TS Grewal
    • TS Grewal Class 12 Accountancy Solutions
    • TS Grewal Class 11 Accountancy Solutions
  • CBSE Sample Papers
  • NCERT Exemplar Problems
  • English Grammar
    • Wordfeud Cheat
  • MCQ Questions

NCERT Solutions for Class 11 Computer Science (Python) – Data Representation

Contents

NCERT Solutions for Class 11 Computer Science (Python) – Data Representation

TOPIC 1
Number System and Its Conversion

Short Answer Type Questions-II

Question 1:
Explain octal and hexadecimal number.
Answer:
Octal (base 8) was previously a popular choice for representing digital circuit numbers in a form that is more compact than binary. Octal is sometimes abbreviated as oct. Octal counting goes as :
0,1, 2, 3,4, 5, 6, 7,10,11,12,13,14,15,16,17,20, 21 and so on.
Hexadecimal (base 16) is currently the most popular choice for representing digital circuit numbers in a form that is more compact than binary. Hexadecimal numbers are sometimes represented by preceding the value with ‘Ox’, as in 0x1 B84. Hexadecimal is sometimes abbreviated as hex. Hexadecimal counting goes :
0,1,2, 3,4,5, 6, 7, 8,9, A, B, C, D, E, F, and so on. 3

Hex Calculator is an online tool that helps to convert the hexadecimal number to a decimal number.

Question 2:
Explain decimal and binary number.
Answer:
Decimal (base 10) is the way most human beings represent numbers. Decimal is sometimes abbreviated as dec. Decimal counting goes :
0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18 and so on.
Binary (base 2) is the natural way most digital circuits represent and manipulate numbers. Binary numbers are sometimes represented by preceding the value with ‘Ob’, as in Ob1O11. Binary is sometimes abbreviated as bin.
Binary counting goes as : 0,1,10,11,100,101,110,
111, 1000, 1oo1, 1010,1011, 11oo, 1101, 1110, 1111,10000,10001 and so on. 3

Question 3:
Convert (259)10 to binary form.
Answer:
NCERT Solutions for Class 11 Computer Science (Python) - Data Representation-ch3-1
Therefore : (259)10 =(100000011)2.

Question 4:
Convert (17.35)10 to binary form.
Answer:
NCERT Solutions for Class 11 Computer Science (Python) - Data Representation-ch3-2
Now we have to convert the fractional part, that means the part after decimal:
NCERT Solutions for Class 11 Computer Science (Python) - Data Representation-ch3-3

Question 5:
Convert (39286)10 to octal form.
Answer:
NCERT Solutions for Class 11 Computer Science (Python) - Data Representation-ch3-4
(39286)10 = (114566)8

Question 6:
Convert (0.2)10 to the binary form.
Answer:
NCERT Solutions for Class 11 Computer Science (Python) - Data Representation-ch3-5
(0.2)10= (0.0011)2

Question 7:
Convert (423.03125)10 to octal form.
Answer:
NCERT Solutions for Class 11 Computer Science (Python) - Data Representation-ch3-6
second we convert the fraction part by multiplying fraction part by 8 repeatedly.
NCERT Solutions for Class 11 Computer Science (Python) - Data Representation-ch3-7

Question 8:
Fill the correct entry.              3

Decimal Binary Octal
0 000 0
1 001 1
2 ? 2
3 Oil 3
4 100 4
5 101 5
? 110 6
7 ? ?

Answer:

Decimal Binary Octal
0 000 0
1 001 1
2 010 2
3 Oil 3
4 100 4
5 101 5
6 110 6
7 111 7

Long Answer Type Questions (4 marks each]

Question 1:
Do as directed :

(a) Convert the Decimal number 781 to its Binary equivalent.
(b) Convert Binary number 101101.001 to its decimal equivalent.
(c) Convert Octal number 321.7 into its Binary equivalent.

Answer:
NCERT Solutions for Class 11 Computer Science (Python) - Data Representation-ch3-8
NCERT Solutions for Class 11 Computer Science (Python) - Data Representation-ch3-9
Question 2:
Do as directed :

(a) Covert the Hexadecimal number 3BC into its Binary equivalent
(b) Convert the Binary number 10011010.010101 to its Hexadecimal equivalent.
(c) Convert the Decimal number 345 into Octal number.

Answer:
NCERT Solutions for Class 11 Computer Science (Python) - Data Representation-ch3-10
Question 3:
Do as directed

(a) Convert the Decimal number 736 into Hexadecimal number.
(b) Convert the Octal number 246.45 into Hexadecimal number.
(c) Convert the Hexadecimal number ABF.C into Octal number.
(d) Covert the Octal number 576 to Decimal.
(e) Convert the Hexadecimal number A5C1 to Decimal,

Answer:
NCERT Solutions for Class 11 Computer Science (Python) - Data Representation-ch3-11
NCERT Solutions for Class 11 Computer Science (Python) - Data Representation-ch3-12

Topic-2
Internal Storage Encoding Of Characters

Short Answer Type Questions-II

Question 1:
What is ASCII ?
Answer:
It is acronym for the American Standard Code for Information Interchange. It is used in most microcomputers and minicomputers and in many mainframes. It is a 7-bit code so it has 27 = 128 possible code groups. 2

Question 2:
What is ISCII ?
Answer:
It is acronym for Indian Standard Code for Information Interchange. It is a 8-bit code so it has 28 = 256 possible code groups. It retains all ASCII characters and offers codng for Indian characters also. 2

Question 3:
What do you understand by Unicode ?
Answer:
It is the new universal coding standard being adopted all newer platforms. Unicode provides a unique number for every character, no matter what the platform or program or the language is. 2

Question 4:
Expand the following:

1. ASCII
2. ISCII

Answer:

  1. ASCII: American Standard Code for Information Interchange.
  2. ISCII : Indian Standard Code for Information Interchange. 2

NCERT SolutionsComputer ScienceEnglishHindiHumanitiesCommerceScience

Primary Sidebar

NCERT Exemplar problems With Solutions CBSE Previous Year Questions with Solutoins CBSE Sample Papers
  • The Summer Of The Beautiful White Horse Answers
  • Job Application Letter class 12 Samples
  • Science Lab Manual Class 9
  • Letter to The Editor Class 12 Samples
  • Unseen Passage For Class 6 Answers
  • NCERT Solutions for Class 12 Hindi Core
  • Invitation and Replies Class 12 Examples
  • Advertisement Writing Class 11 Examples
  • Lab Manual Class 10 Science

Recent Posts

  • Understanding Diversity Question Answer Class 6 Social Science Civics Chapter 1 NCERT Solutions
  • Our Changing Earth Question Answer Class 7 Social Science Geography Chapter 3 NCERT Solutions
  • Inside Our Earth Question Answer Class 7 Social Science Geography Chapter 2 NCERT Solutions
  • Rulers and Buildings Question Answer Class 7 Social Science History Chapter 5 NCERT Solutions
  • On Equality Question Answer Class 7 Social Science Civics Chapter 1 NCERT Solutions
  • Role of the Government in Health Question Answer Class 7 Social Science Civics Chapter 2 NCERT Solutions
  • Vital Villages, Thriving Towns Question Answer Class 6 Social Science History Chapter 9 NCERT Solutions
  • New Empires and Kingdoms Question Answer Class 6 Social Science History Chapter 11 NCERT Solutions
  • The Delhi Sultans Question Answer Class 7 Social Science History Chapter 3 NCERT Solutions
  • The Mughal Empire Question Answer Class 7 Social Science History Chapter 4 NCERT Solutions
  • India: Climate Vegetation and Wildlife Question Answer Class 6 Social Science Geography Chapter 8 NCERT Solutions
  • Traders, Kings and Pilgrims Question Answer Class 6 Social Science History Chapter 10 NCERT Solutions
  • Environment Question Answer Class 7 Social Science Geography Chapter 1 NCERT Solutions
  • Understanding Advertising Question Answer Class 7 Social Science Civics Chapter 7 NCERT Solutions
  • The Making of Regional Cultures Question Answer Class 7 Social Science History Chapter 9 NCERT Solutions

Footer

Maths NCERT Solutions

NCERT Solutions for Class 12 Maths
NCERT Solutions for Class 11 Maths
NCERT Solutions for Class 10 Maths
NCERT Solutions for Class 9 Maths
NCERT Solutions for Class 8 Maths
NCERT Solutions for Class 7 Maths
NCERT Solutions for Class 6 Maths

SCIENCE NCERT SOLUTIONS

NCERT Solutions for Class 12 Physics
NCERT Solutions for Class 12 Chemistry
NCERT Solutions for Class 11 Physics
NCERT Solutions for Class 11 Chemistry
NCERT Solutions for Class 10 Science
NCERT Solutions for Class 9 Science
NCERT Solutions for Class 7 Science
MCQ Questions NCERT Solutions
CBSE Sample Papers
NCERT Exemplar Solutions LCM and GCF Calculator
TS Grewal Accountancy Class 12 Solutions
TS Grewal Accountancy Class 11 Solutions