ISNE101 – Introduction to Information Systems & Network Engineering WEEK 2.

Slides:



Advertisements
Similar presentations
KFUPM COE 202: Digital Logic Design Number Systems Part 3 Courtesy of Dr. Ahmad Almulhem.
Advertisements

Technology ICT Option: Data Representation. Data Representation In our everyday lives, we communicate with each other using analogue data. This data takes.
A-Level Computing#BristolMet Session Objectives#8 express numbers in binary, octal and hexadecimal explain the use of code to represent a character set.
Representing Data, Pictures, Time, and Size in Computer
Processing Data.
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
1 12/08/03SW Abingdon and Witney College Binary Converting to and from decimal.
Hexadecimal and ASCII Lesson Objective: Understand the purpose of ASCII and how to use it. Lesson Outcome: Convert between Hexadecimal and ASCII Convert.
Connecting with Computer Science 2 Objectives Learn why numbering systems are important to understand Refresh your knowledge of powers of numbers Learn.
Dale & Lewis Chapter 3 Data Representation
©Brooks/Cole, 2003 Chapter 2 Data Representation.
Data vs. Information OUTPUTOUTPUT Information Data PROCESSPROCESS INPUTINPUT There are 10 types of people in this world those who read binary and those.
1 Survey of Computer Science CSCI 110, Spring 2011 Lecture 16 Digital Circuits, binary Numbers.
Bits & Bytes: How Computers Represent Data
Representing Information Digitally. Digitization Initially transforming data for computer use Assigning people social security numbers The creation of.
Representing Nonnumeric Data Everything is really a number.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
Lesson 2 — How Does A Computer Process Data?
Ahmad Almulhem, KFUPM 2010 COE 202: Digital Logic Design Number Systems Part 4 Dr. Ahmad Almulhem ahmadsm AT kfupm Phone: Office:
Logical Circuit Design Week 2,3: Fundamental Concepts in Computer Science, Binary Logic, Number Systems Mentor Hamiti, MSc Office: ,
Communication Technology in a Changing World Week 2.
Number System. Number Systems Important Number systems – Decimal – Binary – Hexadecimal.
1 3 Computing System Fundamentals 3.5 Data Representation.
Introduction to Digital Media. What is it? Digital media is what computers use to; Store, transmit, receive and manipulate data Raw data are numbers,
Hexadecimal Data Representation. Objectives  Know how the Hexadecimal counting system works  Be able to convert between denary, binary & hexadecimal.
Data as the computer sees it 1.  Number systems Number systems  Data storage Data storage  Glossary Glossary 2.
Springfield Technical Community College Center for Business and Technology.
1 Ethics of Computing MONT 113G, Spring 2012 Session 1 Digital Circuits, binary Numbers Course webpage:
Binary Bracelets. Objectives Encode letters into binary Decode binary back to letters Relate the idea of storing initials on a bracelet to the idea of.
Copyright 2007 Jim Martin1 Computer Communications Dr. Jim Martin
Communicationcommunication Created by- Upendra Sharma.
M204 - Data Representation
HNC COMPUTING - COMPUTER PLATFORMS 1 Micro Teach Binary.
BINARY Toby Wilson. LEARNING OBJECTIVES  Be able to convert binary to denary  Be able to convert denary into binary  Be able to explain how computers.
Chapter 5 - The Once And Future Digital Network Introduction The World Was Once Digital A Telegraph Is Digital [The telegraph is a digital technology because.
Lesson Aim (Data representation) To be able to: Convert B/D & D/B Convert D/H & H/D Convert H/B & B/H Perform simple binary arithmetic Represent a number.
What is Binary Code? Computers use a special code of their own to express the digital information they process. It's called the binary code because it.
The Internet Book Chapter 5 3 The World Was Once Digital 150 years ago, telegraph messages were sent from one town to another. –Using audible clicks.
Numbering Systems and Conversion Understand How Computing Devices Work 1.
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.
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
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.
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.
Data Representation. In our everyday lives, we communicate with each other using analogue data. This data takes the form of: Sound Images Letters Numbers.
Text and Images Key Revision Points.
DATA REPRESENTATION - TEXT
Unit 18: Computational Thinking
Binary Number System Lesson objectives:
Introduction to Computers
ISNE101 – Introduction to Information Systems and Network Engineering
Binary & Hexidecimal Numbers
Data Encoding Characters.
Representing Nonnumeric Data
Folders out, planners out…
Binary Values COSC 1323.
Objective of the lesson
Communication Technology in a Changing World
Communication Technology in a Changing World
Plan Attendance Files Posted on Campus Cruiser Homework Reminder
How Computers Store Data
Learning Intention I will learn how computers store text.
Lesson 4: Introduction to Hexadecimal
Option: Data Representation
Electronic Memory.
Option: Data Representation
Binary.
Lecture 35 – Unit 6 – Under the Hood Binary Encoding – Part 1
Lecture 36 – Unit 6 – Under the Hood Binary Encoding – Part 2
Digital Representation of Data
Presentation transcript:

ISNE101 – Introduction to Information Systems & Network Engineering WEEK 2

Last Week Introduction Fundamentals of Information Systems (&NE) This Week Looking into Digital Communication

To begin with... Lets learn to Count! 1,2,3,4.... What comes next? What happens when we reach 9? What if we use a different base?

The wonderful world of Binary Binary is Base 2 0,1,10,11,100,101,110, A '0' or a '1' is a binary digit, or 'bit'. Computers only use Binary, where each bit can have 2 states. The state of a bit can be stored as; On/Off Direction of magnetism Different voltages Different levels of light intensity

Every Base is Base 10!

How about Morse Code? 5 Elements Dots Dashes Intra-character gap Short gap (between letters) Long gap (between words) "..." = S "---" = O " " = ??? "." = E "-" = T "--.-" = Q (not TTET!) Why?

Back to Binary 2 Elements 0 1 There are no gaps, so 'gaps' would have to be represented by 0's and 1's. In the same way as Morse Code we can 'encode' each character of the alphabet in 0's and 1's

Binary Encoding 0000 = A 0001 = B 0010 = C 0011 = D 0100 = E 0101 = F 0110 = G 0111 = H 1000 = I 1001 = J 1010 = K 1011 = L 1100 = M 1101 = N 1110 = O 1111 = P...uhoh!

A Byte A series of 4 bits (a nibble) isn't enough to encode all the capital letters There are 16 different variations Which is a single hexadecimal character! In computing we generally store things in Bytes - a sequence of 8 bits. That gives 256 different combinations Enough for every small letter, capital letter, punctuation, number...

It's all binary Everything on a computer is in binary... Colour Sound With colour we can have a picture With pictures, sound (and time) we can have a movie If a colour has 3bytes, then a picture with X pixels could have 3X bytes? If a movie has Y pictures, we have 3XY bytes! Not quite, but correct in the principle, and that is why we need bigger and bigger hard drives (and faster connections!)

Digitisation Converting 'stuff' to binary is called digitisation. Discussion: What are the effects of digitisation? on Form? on Quality? on Value? on Ownership?