Information and Communication Technology: The INFORMATION THEORY (an INTRODUCTION) presented by: Rhiza S. Sadjad rhiza@unhas.ac.id http://www.unhas.ac.id/rhiza/

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

1 Chapter 2 The Digital World. 2 Digital Data Representation.
©1999 Addison Wesley Longman2.1 A Bit About Bits A bit (binary digit) –is the smallest unit of information –can have two values - 1 and 0. Binary digits,
CMPE 80N - Introduction to Networks and the Internet 1 CMPE 80N Winter 2004 Lecture 4 Introduction to Networks and the Internet.
Processing Data.
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.
assumes basic arithmetic
Introduction to Information Technology
IT-101 Section 001 Lecture #4 Introduction to Information Technology.
Number Systems & Logic Gates Day 1
Representing Information in Binary (Continued)
CODING SYSTEMS CODING SYSTEMS CODING SYSTEMS. CHARACTERS CHARACTERS digits: 0 – 9 (numeric characters) letters: alphabetic characters punctuation marks:
Hexadecimal and ASCII Lesson Objective: Understand the purpose of ASCII and how to use it. Lesson Outcome: Convert between Hexadecimal and ASCII Convert.
Bits, Bytes, KiloBytes, MegaBytes, GigaBytes & TeraBytes.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
/4 Binary Code & CPUs Digital Signals
Bits & Bytes: How Computers Represent Data
Data and Program Representation
Aloha Aloha What you see: What the computer sees: binary number columns binary number columns
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Chapter 2 Computer Hardware
Data Representation A series of eight bits is called a byte. A byte can be used to represent a number or a character. As you’ll see in the following table,
Binary Code.
Data Representation and Storage Lecture 5. Representations A number value can be represented in many ways: 5 Five V IIIII Cinq Hold up my hand.
 Explain the function of ASCII code  Describe the unit of data measurement: Bit, Bait, KB, MB, GB, TB  Describe the unit of clock speed Megahertz and.
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.
What do computers know?  All they really know is on or off.  Kind of like a light switch  Computers aren’t nearly as smart as you are!
OBJECTIVES  Explain why a computer represents data in the form of binary  Explain the terms related to data storage: bit, byte, character, word  Calculate.
Numerical Representation Intro to Computer Science CS1510, Section 2 Dr. Sarah Diesburg 1.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
THE MEMORY ELEMENTS. Words in high-speed memory Read-write random-access memory.
Do it now activity Can you work out what the missing symbols are and work out the order they should be in if the table shows smallest to largest KB kilobyte.
Data Representation (in computer system). Data Representation How do computers represent data? b The computers are digital Recognize.
By Dzuryat Nugroho.  Bit ◦ The smallest size of data in computer 1 bit = 0 or 1  Character (a,b,c,d……z,1,2,3,&,%,?,/….) ◦ 1 character = 8 bit  So,…if.
Binary 101 Gads Hill School. Aim To strengthen understanding of how computers use the binary number system to store information.
ASCII AND EBCDIC CODES By : madam aisha.
 Computers are 2-state devices › Pulse – No pulse › On – Off  Represented by › 1 – 0  BINARY.
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
Binary Numbers. Base 10 and Base 2  We normally work with numbers in base 10.  In base 10 we use the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.  Everything.
CC111 Lec#2 The System Unit The System Unit: Processing and Memory Lecture 2 Binary System.
Information and Communication Technology: The INFORMATION THEORY (an INTRODUCTION) presented by: Rhiza S. Sadjad
Numerical Representation Intro to Computer Science CS1510 Dr. Sarah Diesburg 1.
Lecture Coding Schemes. Representing Data English language uses 26 symbols to represent an idea Different sets of bit patterns have been designed to represent.
Storing Graphics Nat 5 Data Representation Lesson 4a: Storing Graphics
Understanding binary Understanding Computers.
INFS 211: Introduction to Information Technology
Computer Systems Nat 4/5 Data Representation Lesson 4:
3.1 Denary, Binary and Hexadecimal Number Systems
BINARY CODE.
Numerical Representation
Data Transfer ASCII FILES.
Memory Parts of a computer
Bits & Bytes How Computers Represent Data
Information Support and Services
Introduction to networks
What is Binary? Binary is a two-digit (Base-2) numerical system, which computers use to process and store data. The reason computers use the binary system.
13. Mathematics and communication
Denary to Binary Numbers & Binary to Denary
Data Encoding Characters.
Lecture 3 ISE101: Computing Fundamentals
How do computers work? Storage.
Numerical Representation
Computers & Programming Languages
NET 536 Network Security Lab 1: TCP IP Attacks
Information Representation
Numerical Representation
Learning Intention I will learn how computers store text.
Computer Systems Nat 4/5 Data Representation Lesson 4:
Numerical Representation
Presentation transcript:

Information and Communication Technology: The INFORMATION THEORY (an INTRODUCTION) presented by: Rhiza S. Sadjad rhiza@unhas.ac.id http://www.unhas.ac.id/rhiza/

Yet, another extended meaning of INFORMATION The UNIT of INFORMATION The UNIT of INFORMATION

Key element/basic resource INFORMATION Information ENERGY Industrial FOOD Agricultural Key element Society (Source: Everett M. Rogers, [ 1986 ], “ Communication Technology ”, page. 13)‏

Key element/basic resource INFORMATION ENERGY FOOD Key element UNIT kg, lbs, liter, oz ....... kWh, Joule, ......barrel ???????

The SMALLEST UNIT of INFORMATION The SIMPLEST FORM of INFORMATION 1 BIT ......will you marry me...??? (Binary digIT) 1

The VALUE of an INFORMATION 1 BIT = differs 2 things 1

The VALUE of an INFORMATION 2 BITs = could differ 4 things 00 01 10 11

The VALUE of an INFORMATION 3 BITs = could differ up to 8 things 000 100 001 101 010 110 011 111

The VALUE of an INFORMATION n BITs = could differ up to 2n things: 0000 0100 1000 1100 0001 0101 1001 1101 0010 0110 1010 1110 0011 0111 1011 1111

The VALUE of an INFORMATION ASCII Code = American Standard Code for Information Interchange a b c d e ................. x y z A B C D E F G H ..........Z 0 1 2 3 4 5 6 7 8 9 ~`!@#$%^&*()_-+=|\}]{[”':;?/.< 8 BIT codes All kinds of “character” from 00000000 examples up to 11111111 H = 01001000 a = 01100001 \ = 01011100 b = 01100010 h = 01101000 Z = 01011010

The VALUE of an INFORMATION For example........... How much information is in a 275-page book ???? How many characters??? 8 BIT X 550.000 275 pages X 40 lines/page in average X 10 words/line in average X 5 characters/word in average 4.400.000 BIT

Larger units of INFORMATION 1000 bit 1 Kilobit 1 Kb 1000 Kb 1 Megabit 1 Mb 1000 Mb 1 Gigabit 1 Gb 1000 Gb 1 Terrabit 1 Tb 1 Byte 1 B = 8 s/d 10 bit

Larger units of INFORMATION Example: A flashdisk has a capacity of 8 Gb. How many e-books of 5.5 Mb can be stored in the flashdisk?

Larger units of INFORMATION Answer: The flashdisk has the capacity of 8 Gb = 8000 Mb. The e-book's “size” is 5.5 Mb. Thus, the flashdisk can be filled up to 8000/5.5 e-books, or around 1455 e-books ! (Compare to your bag, how many books can you store in it??? 5, 6, .... 10 books?)

NEXT The Information Theory ............ to be continued