Communicationcommunication Created by- Upendra Sharma.

Slides:



Advertisements
Similar presentations
Computer Codes Rohit Khokher. Computer Codes Data types NumericNonnumeric IntegerRealAlphabet A, B, C, …,Z a, b, c,…,z Digits 0,…,9 Special Characters.
Advertisements

Review of HTML Ch. 1.
Review Ch.1,Ch.4,Ch.7. Review of tags covered various header tags Img tag Style, attributes and values alt.
Using Binary Coding Information Remember  Bit = 0 or 1, Binary Digit  Byte = the number of bits used to represent letters, numbers and special characters.
Using Binary Coding Information Remember  Bit = 0 or 1, Binary Digit  Byte = the number of bits used to represent letters, numbers and special characters.
Representing Information as Bit Patterns Lecture 4 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Chapter 8_2 Bits and the "Why" of Bytes: Representing Information Digitally.
1 Chapter Overview Computer Communication The Computer Bus Objectives  Understand how a computer transmits and receives information.  Explain the principles.
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
Computer Fluency Binary Systems. Humans Decimal Numbers (base 10) Decimal Numbers (base 10) Sign-Magnitude (-324) Sign-Magnitude (-324) Decimal Fractions.
Binary Numbers.
Data Storage. SIGN AND MAGNITUDE Storing and representing numbers.
CODING SYSTEMS CODING SYSTEMS CODING SYSTEMS. CHARACTERS CHARACTERS digits: 0 – 9 (numeric characters) letters: alphabetic characters punctuation marks:
CHARACTERS Data Representation. Using binary to represent characters Computers can only process binary numbers (1’s and 0’s) so a system was developed.
Dale & Lewis Chapter 3 Data Representation
5th Meeting “BITS AND BYTES” BIT A bit or binary digit is the basic unit of information in computing and telecommunications. It is the amount of information.
Data vs. Information OUTPUTOUTPUT Information Data PROCESSPROCESS INPUTINPUT There are 10 types of people in this world those who read binary and those.
Representing text Each of different symbol on the text (alphabet letter) is assigned a unique bit patterns the text is then representing as.
Binary Numbers and ASCII and EDCDIC Mrs. Cueni. Data Representation  Human speech is analog because it uses continuous signals (waves) that vary in strength.
Bits & Bytes: How Computers Represent Data
Aloha Aloha What you see: What the computer sees: binary number columns binary number columns
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
Transforming Data into Information.
Chapter 2 Computer Hardware
D ATA REPRESENTATION, BINARY SYSTEM, B IT, B YTE, ASCII C ODE Chapter 3 Mr.Mohammed Rahmath.
Binary Code.
Fill in the blanks: (1) _________ has only two possible values 0 and 1. (2) There are __________bits in a byte. (3) 1 kilobyte of memory space can store.
Introduction to Computer Design CMPT 150 Section: D Ch. 1 Digital Computers and Information CMPT 150, Chapter 1, Tariq Nuruddin, Fall 06, SFU 1.
1 INFORMATION IN DIGITAL DEVICES. 2 Digital Devices Most computers today are composed of digital devices. –Process electrical signals. –Can only have.
Section 3.1: Number Representation Practice HW (not to hand in) From Barr Text p. 185 # 1-5.
Chap 1. Digital Computers and Information Fall 2003 Sang-Hoon Oh Mokwon Univ.
THE BINARY NUMBER SYSTEM “There are only 10 types of people in this world: Those who understand BINARY and those who do not.”
Lecture 1: 8/27/2002CS170 Fall CS170 Computer Organization and Architecture I Ayman Abdel-Hamid Department of Computer Science Old Dominion University.
DATA REPRESENTATION CHAPTER DATA TYPES Different types of data (Fig. 2.1) The computer industry uses the term “MULTIMEDIA” to define information.
Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
OFF = 0 ON = 1 = 63 BINARY system
M204 - Data Representation
Data Representation. How is data stored on a computer? Registers, main memory, etc. consists of grids of transistors Transistors are in one of two states,
Binary 101 Gads Hill School. Aim To strengthen understanding of how computers use the binary number system to store information.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.
ASCII AND EBCDIC CODES By : madam aisha.
HNC COMPUTING - COMPUTER PLATFORMS 1 Micro Teach Binary.
Lesson 6 Binary Understand what Binary Code means and apply this knowledge Understand how data is represented using bit systems and be able to change decimal.
Fall’ 2014 Lesson - 1 Number System & Program Design CSE 101.
Understanding Computers
Base 16 (hexadecimal) Uses the decimal digits and the first letters of the alphabet to encode 4 binary bits (16=2 4 ) abcdef or ABCDEF.
THE CODING SYSTEM FOR REPRESENTING DATA IN COMPUTER.
Computer Hardware. 7/23/2016M. Eyadat2 Objectives –Explain why most computers are digital –Describe the role of the ALU –List factors that affect performance.
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
1.4 Representation of data in computer systems Character.
Lecture Coding Schemes. Representing Data English language uses 26 symbols to represent an idea Different sets of bit patterns have been designed to represent.
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
Understanding binary Understanding Computers.
Binary Numbers and ASCII and EDCDIC
BINARY CODE.
Data Transfer ASCII FILES.
Bits & Bytes How Computers Represent Data
TOPICS Information Representation Characters and Images
Unit Units of Measurement
Ch2: Data Representation
Binary and Hexadecimal Numbers
Presenting information as bit patterns
COMS 161 Introduction to Computing
How Computers Store Data
Learning Intention I will learn how computers store text.
Transforming Data into Information
Electronic Memory.
Digital Representation of Data
ASCII and Unicode.
Presentation transcript:

communicationcommunication Created by- Upendra Sharma

Computer communication Early radio communication use Morse code for communication. It is based on assigning a series of pulse to represent each letter of Alfa bate. In Morse code any single transmitted value have two possible state, a dos and a dash. This is on of value represent two numbers 1 and 0.

The value of 0 represent no signal or off and the value of 1 represent a single signal or on state. It is called binary notation because it is use only two digit 0 and 1.

Binary language It the fundamental of under standing a pc technology. It is use only two digit to represent any text. So the base of binary language is 2.

Bit and bytes Bits- a bit is smallest unit of information that is recognized by a computer. I single bit on or off event, Byte- a byte is a group of 8 bits it is require to represent one character.

Binary units Bit - smallest unit Nibble – 4 bit Byte – 8 bit Character – 16 bit or two byte Kilo byte – 1024 bytes Mega byte – 1024 kilo byte Giga byte – 1024 mega byte Tetra byte – 1024 giga byte Petra byte – 1024 tera byte Hexa byte – 1024 petra byte.

Binary number system The binary number system use the base of 2(0 and 1). A bit can only exits only two state 0 and 1 Where 0 = off 1 = on

Conting in binary notification Binary notification uses the same system of right to left coloum on assending value. The facter use in the binary is 2. Example = value = 8 bit

ASCII CODE It is standard code for handling text character on most modern computers is called ASCII code. It is consists of 128 character reprinting the English alphabets, numerics and certain control characters. The the extended character set contain the original 128 and additional 128 characters.

representation Symbol 0 – 9 A – Z a - z Decimal =4 – 57 =65 – 90 =