







Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An in-depth exploration of internal data representations, focusing on numeric systems (decimal vs binary), character coding schemes (ascii, ebcdic, unicode), and how characters are stored in memory. Key concepts include binary addition examples, coding ranges, and the advantages of standard coding. The document also touches upon system boards and microprocessors.
Typology: Slides
1 / 13
This page cannot be seen from the preview
Don't miss anything!








Lecture Objectives
-^
-^
Internal Data Representation
Decimal Vs Binary number systems Conversions (Decimal to Binary and vice versa) Why binary in computers?
Easy to represent using voltage levels Easy to implement binary operations using transistors(adder/divider circuits etc.) Binary Addition Examples
Bit Byte
…..Internal Data Representation
Coding Schemes Binary coding schemes
ASCII – 8 bit code EBCDIC -8 bit code Unicode – 16 bit code
8 bit – 256 codes 16 bit – 65536 codes
…..Internal Data Representation
System Board
System Board
The board which makes possible the inter connection of allcomputer components. Every system unit component has a direct connection with thisboard.^ Provides wires (data path) in between components.