SlideShare a Scribd company logo
1 of 9
UGC NET- ICT
MEMORY AND DATA
Megha V
Research Scholar
Kannur University
MEMORY STRUCTURE
Bit (Binary Digit) – A binary digit is logical 0 and 1
Nibble- A group of 4 bits
Byte – A group of 8 bits
Word - A group of fixed number of bits processed as a unit
- varies from computer to computer
By grouping bits together we can store more values
• 8 bits = 1 byte
• 16 bits = 2 bytes = 1 halfword
• 32 bits = 4 bytes = 1 word
LARGER UNITS OF INFORMATION STORAGE
• 1 Kilobyte (KB) = 210 bytes = 1,024 bytes
• 1 MegabByte (MB) = 1,024 KB = 220 bytes = 1 Million bytes
• 1 Gigabyte (GB) = 1,024 MB = 230 bytes = 1 Billion bytes
• 1 Terabyte(TB)=1024 GB =240 bytes = 1 Trillion bytes
• 1 Petabyte (PB)=1024 TB = 250 bytes = 1 quadrillion bytes
• 1 Exabyte(EB) =1024 PB= 260 bytes = 1 quintillion bytes
• 1 Zettabyte (ZB) = 1024 EB = 270 bytes = 1 sextillion bytes
• 1 Yottabyte (YB) = 1024 ZB= 280 bytes = 1 septillion bytes
NUMBER SYSTEM
Decimal (base-10) number system
• We have symbols (digits) that can represent ten integer values: 0, 1, 2, 3, 4, 5, 6, 7, 8,
9
• We represent integer values larger than 9 with combinations of two or more digits,
e.g.: 10, 11, 12, ..., 112, ..., 247
e.g.: 247
= (7 x 100 ) + (4 x 101 ) + (2 x 102 )
2 is the Most Significant Digit
7 is the Least Significant Digit
NUMBER SYSTEM
Binary (Base 2) Number system
• Computer systems store information electronically using bits (binary digits)
• Each bit can be in one of two states, which we can take to represent the binary (base-2)
digits 0 and 1
• The binary number system is a natural number system for computing (rather than the
decimal system)
• Using a single bit, we can represent integer values 0 and 1
• Using two bits, we can represent 0, 1, 10, 11
NUMBER CONVERSION
• Binary to Decimal Conversion
100101 = (1 x 20 ) +
(0 x 21 ) + LSB - Least Significant Bit
MSB LSB (1 x 22 ) + MSB – Most Significant Bit
(0 x 23 ) +
(0 x 24 ) +
(1 x 25 ) +
= 37 (100101)2 = (37)10
• Binary fraction to Decimal Conversion
NUMBER CONVERSION
11001.11
decimal part 11001= fractional part .11 =
( 1 x 20 ) = 1+ (1 x 2 -1 ) + = 0.50 +
( 0 x 21 ) = 0+ (1 x 2 -2 ) = 0.25
( 0 x 22 ) = 0 +
( 1x 23 ) = 8 + = .75
( 1 x 24 ) = 16
= 25
(11001.11)2 = (25.75)10
NUMBER CONVERSION
• Decimal to Binary Conversion
Convert 37 to its binary equivalent?
Quotient Remainder Binary digit
37 / 2 = 18 1 1
18 / 2 = 9 0 0
9 / 2 = 4 1 1
4 / 2 = 2 0 0
2 / 2 = 1 0 0
1 / 2 = 0 1 1 (37)10 = (100101)2
NUMBER CONVERSION
• Decimal fraction to Binary Conversion
Convert 25.75 to its binary equivalent?
Decimal Part 25 Fractional Part 0.75
Quotient Remainder Binary digit
25 / 2 = 12 1 1 0.75 x 2 = 1.50 1
12 / 2 = 6 0 0
6 / 2 = 3 0 0 0.50 x 2 = 1.0 1
3 / 2 = 1 1 1
1 / 2 = 0 1 1
(25.75)10 = (11001.11)2

More Related Content

Similar to UGC NET Paper 1 ICT Memory and data

More on number system
More on number systemMore on number system
More on number systemsamina khan
 
Number system
Number systemNumber system
Number systemSajib
 
Module 1 number systems and code1
Module 1  number systems and code1Module 1  number systems and code1
Module 1 number systems and code1Deepak John
 
Finite word length effects
Finite word length effectsFinite word length effects
Finite word length effectsPeriyanayagiS
 
Number system and codes
Number system and codesNumber system and codes
Number system and codesAbhiraj Bohra
 
Digital and Logic Design Chapter 1 binary_systems
Digital and Logic Design Chapter 1 binary_systemsDigital and Logic Design Chapter 1 binary_systems
Digital and Logic Design Chapter 1 binary_systemsImran Waris
 
21EC201– Digital Principles and system design.pptx
21EC201– Digital Principles and system design.pptx21EC201– Digital Principles and system design.pptx
21EC201– Digital Principles and system design.pptxGobinathAECEJRF1101
 
Number system
Number systemNumber system
Number systemkashee99
 
Digital Logic Design.pptx
Digital Logic Design.pptxDigital Logic Design.pptx
Digital Logic Design.pptxAminaZahid16
 
2.1 data represent on cpu
2.1 data represent on cpu2.1 data represent on cpu
2.1 data represent on cpuWan Afirah
 
Number system utm notes
Number system utm notesNumber system utm notes
Number system utm notesKurenai Ryu
 
ADE UNIT-III (Digital Fundamentals).pptx
ADE UNIT-III (Digital Fundamentals).pptxADE UNIT-III (Digital Fundamentals).pptx
ADE UNIT-III (Digital Fundamentals).pptxKUMARS641064
 
Chapter 1 digital design.pptx
Chapter 1 digital design.pptxChapter 1 digital design.pptx
Chapter 1 digital design.pptxAliaaTarek5
 

Similar to UGC NET Paper 1 ICT Memory and data (20)

DLD-Introduction.pptx
DLD-Introduction.pptxDLD-Introduction.pptx
DLD-Introduction.pptx
 
Binary codes
Binary codesBinary codes
Binary codes
 
More on number system
More on number systemMore on number system
More on number system
 
Number system
Number systemNumber system
Number system
 
Module 1 number systems and code1
Module 1  number systems and code1Module 1  number systems and code1
Module 1 number systems and code1
 
Chapter 1
Chapter   1Chapter   1
Chapter 1
 
Finite word length effects
Finite word length effectsFinite word length effects
Finite word length effects
 
Number system and codes
Number system and codesNumber system and codes
Number system and codes
 
Digital and Logic Design Chapter 1 binary_systems
Digital and Logic Design Chapter 1 binary_systemsDigital and Logic Design Chapter 1 binary_systems
Digital and Logic Design Chapter 1 binary_systems
 
Binary numbers
Binary numbersBinary numbers
Binary numbers
 
21EC201– Digital Principles and system design.pptx
21EC201– Digital Principles and system design.pptx21EC201– Digital Principles and system design.pptx
21EC201– Digital Principles and system design.pptx
 
Number system
Number systemNumber system
Number system
 
Digital Logic Design.pptx
Digital Logic Design.pptxDigital Logic Design.pptx
Digital Logic Design.pptx
 
Digital Electronics Notes.pdf
Digital Electronics Notes.pdfDigital Electronics Notes.pdf
Digital Electronics Notes.pdf
 
NUMBER BASE SYSTEM.pptx
NUMBER BASE SYSTEM.pptxNUMBER BASE SYSTEM.pptx
NUMBER BASE SYSTEM.pptx
 
2.1 data represent on cpu
2.1 data represent on cpu2.1 data represent on cpu
2.1 data represent on cpu
 
Number system utm notes
Number system utm notesNumber system utm notes
Number system utm notes
 
ADE UNIT-III (Digital Fundamentals).pptx
ADE UNIT-III (Digital Fundamentals).pptxADE UNIT-III (Digital Fundamentals).pptx
ADE UNIT-III (Digital Fundamentals).pptx
 
Chapter 1 digital design.pptx
Chapter 1 digital design.pptxChapter 1 digital design.pptx
Chapter 1 digital design.pptx
 
LEC 1.pptx
LEC 1.pptxLEC 1.pptx
LEC 1.pptx
 

More from Megha V

Soft Computing Techniques_Part 1.pptx
Soft Computing Techniques_Part 1.pptxSoft Computing Techniques_Part 1.pptx
Soft Computing Techniques_Part 1.pptxMegha V
 
JavaScript- Functions and arrays.pptx
JavaScript- Functions and arrays.pptxJavaScript- Functions and arrays.pptx
JavaScript- Functions and arrays.pptxMegha V
 
Introduction to JavaScript
Introduction to JavaScriptIntroduction to JavaScript
Introduction to JavaScriptMegha V
 
Python Exception Handling
Python Exception HandlingPython Exception Handling
Python Exception HandlingMegha V
 
Python- Regular expression
Python- Regular expressionPython- Regular expression
Python- Regular expressionMegha V
 
File handling in Python
File handling in PythonFile handling in Python
File handling in PythonMegha V
 
Python programming -Tuple and Set Data type
Python programming -Tuple and Set Data typePython programming -Tuple and Set Data type
Python programming -Tuple and Set Data typeMegha V
 
Python programming –part 7
Python programming –part 7Python programming –part 7
Python programming –part 7Megha V
 
Python programming Part -6
Python programming Part -6Python programming Part -6
Python programming Part -6Megha V
 
Python programming: Anonymous functions, String operations
Python programming: Anonymous functions, String operationsPython programming: Anonymous functions, String operations
Python programming: Anonymous functions, String operationsMegha V
 
Python programming- Part IV(Functions)
Python programming- Part IV(Functions)Python programming- Part IV(Functions)
Python programming- Part IV(Functions)Megha V
 
Python programming –part 3
Python programming –part 3Python programming –part 3
Python programming –part 3Megha V
 
Parts of python programming language
Parts of python programming languageParts of python programming language
Parts of python programming languageMegha V
 
Python programming
Python programmingPython programming
Python programmingMegha V
 
Strassen's matrix multiplication
Strassen's matrix multiplicationStrassen's matrix multiplication
Strassen's matrix multiplicationMegha V
 
Solving recurrences
Solving recurrencesSolving recurrences
Solving recurrencesMegha V
 
Algorithm Analysis
Algorithm AnalysisAlgorithm Analysis
Algorithm AnalysisMegha V
 
Algorithm analysis and design
Algorithm analysis and designAlgorithm analysis and design
Algorithm analysis and designMegha V
 
Genetic algorithm
Genetic algorithmGenetic algorithm
Genetic algorithmMegha V
 
Seminar presentation on OpenGL
Seminar presentation on OpenGLSeminar presentation on OpenGL
Seminar presentation on OpenGLMegha V
 

More from Megha V (20)

Soft Computing Techniques_Part 1.pptx
Soft Computing Techniques_Part 1.pptxSoft Computing Techniques_Part 1.pptx
Soft Computing Techniques_Part 1.pptx
 
JavaScript- Functions and arrays.pptx
JavaScript- Functions and arrays.pptxJavaScript- Functions and arrays.pptx
JavaScript- Functions and arrays.pptx
 
Introduction to JavaScript
Introduction to JavaScriptIntroduction to JavaScript
Introduction to JavaScript
 
Python Exception Handling
Python Exception HandlingPython Exception Handling
Python Exception Handling
 
Python- Regular expression
Python- Regular expressionPython- Regular expression
Python- Regular expression
 
File handling in Python
File handling in PythonFile handling in Python
File handling in Python
 
Python programming -Tuple and Set Data type
Python programming -Tuple and Set Data typePython programming -Tuple and Set Data type
Python programming -Tuple and Set Data type
 
Python programming –part 7
Python programming –part 7Python programming –part 7
Python programming –part 7
 
Python programming Part -6
Python programming Part -6Python programming Part -6
Python programming Part -6
 
Python programming: Anonymous functions, String operations
Python programming: Anonymous functions, String operationsPython programming: Anonymous functions, String operations
Python programming: Anonymous functions, String operations
 
Python programming- Part IV(Functions)
Python programming- Part IV(Functions)Python programming- Part IV(Functions)
Python programming- Part IV(Functions)
 
Python programming –part 3
Python programming –part 3Python programming –part 3
Python programming –part 3
 
Parts of python programming language
Parts of python programming languageParts of python programming language
Parts of python programming language
 
Python programming
Python programmingPython programming
Python programming
 
Strassen's matrix multiplication
Strassen's matrix multiplicationStrassen's matrix multiplication
Strassen's matrix multiplication
 
Solving recurrences
Solving recurrencesSolving recurrences
Solving recurrences
 
Algorithm Analysis
Algorithm AnalysisAlgorithm Analysis
Algorithm Analysis
 
Algorithm analysis and design
Algorithm analysis and designAlgorithm analysis and design
Algorithm analysis and design
 
Genetic algorithm
Genetic algorithmGenetic algorithm
Genetic algorithm
 
Seminar presentation on OpenGL
Seminar presentation on OpenGLSeminar presentation on OpenGL
Seminar presentation on OpenGL
 

Recently uploaded

Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 

Recently uploaded (20)

Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 

UGC NET Paper 1 ICT Memory and data

  • 1. UGC NET- ICT MEMORY AND DATA Megha V Research Scholar Kannur University
  • 2. MEMORY STRUCTURE Bit (Binary Digit) – A binary digit is logical 0 and 1 Nibble- A group of 4 bits Byte – A group of 8 bits Word - A group of fixed number of bits processed as a unit - varies from computer to computer By grouping bits together we can store more values • 8 bits = 1 byte • 16 bits = 2 bytes = 1 halfword • 32 bits = 4 bytes = 1 word
  • 3. LARGER UNITS OF INFORMATION STORAGE • 1 Kilobyte (KB) = 210 bytes = 1,024 bytes • 1 MegabByte (MB) = 1,024 KB = 220 bytes = 1 Million bytes • 1 Gigabyte (GB) = 1,024 MB = 230 bytes = 1 Billion bytes • 1 Terabyte(TB)=1024 GB =240 bytes = 1 Trillion bytes • 1 Petabyte (PB)=1024 TB = 250 bytes = 1 quadrillion bytes • 1 Exabyte(EB) =1024 PB= 260 bytes = 1 quintillion bytes • 1 Zettabyte (ZB) = 1024 EB = 270 bytes = 1 sextillion bytes • 1 Yottabyte (YB) = 1024 ZB= 280 bytes = 1 septillion bytes
  • 4. NUMBER SYSTEM Decimal (base-10) number system • We have symbols (digits) that can represent ten integer values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 • We represent integer values larger than 9 with combinations of two or more digits, e.g.: 10, 11, 12, ..., 112, ..., 247 e.g.: 247 = (7 x 100 ) + (4 x 101 ) + (2 x 102 ) 2 is the Most Significant Digit 7 is the Least Significant Digit
  • 5. NUMBER SYSTEM Binary (Base 2) Number system • Computer systems store information electronically using bits (binary digits) • Each bit can be in one of two states, which we can take to represent the binary (base-2) digits 0 and 1 • The binary number system is a natural number system for computing (rather than the decimal system) • Using a single bit, we can represent integer values 0 and 1 • Using two bits, we can represent 0, 1, 10, 11
  • 6. NUMBER CONVERSION • Binary to Decimal Conversion 100101 = (1 x 20 ) + (0 x 21 ) + LSB - Least Significant Bit MSB LSB (1 x 22 ) + MSB – Most Significant Bit (0 x 23 ) + (0 x 24 ) + (1 x 25 ) + = 37 (100101)2 = (37)10
  • 7. • Binary fraction to Decimal Conversion NUMBER CONVERSION 11001.11 decimal part 11001= fractional part .11 = ( 1 x 20 ) = 1+ (1 x 2 -1 ) + = 0.50 + ( 0 x 21 ) = 0+ (1 x 2 -2 ) = 0.25 ( 0 x 22 ) = 0 + ( 1x 23 ) = 8 + = .75 ( 1 x 24 ) = 16 = 25 (11001.11)2 = (25.75)10
  • 8. NUMBER CONVERSION • Decimal to Binary Conversion Convert 37 to its binary equivalent? Quotient Remainder Binary digit 37 / 2 = 18 1 1 18 / 2 = 9 0 0 9 / 2 = 4 1 1 4 / 2 = 2 0 0 2 / 2 = 1 0 0 1 / 2 = 0 1 1 (37)10 = (100101)2
  • 9. NUMBER CONVERSION • Decimal fraction to Binary Conversion Convert 25.75 to its binary equivalent? Decimal Part 25 Fractional Part 0.75 Quotient Remainder Binary digit 25 / 2 = 12 1 1 0.75 x 2 = 1.50 1 12 / 2 = 6 0 0 6 / 2 = 3 0 0 0.50 x 2 = 1.0 1 3 / 2 = 1 1 1 1 / 2 = 0 1 1 (25.75)10 = (11001.11)2