Chapter 1 Data Storage(2) Yonsei University 1 st Semester, 2014 Sanghyun Park.

Slides:



Advertisements
Similar presentations
Information Representation
Advertisements

Technology ICT Option: Data Representation. Data Representation In our everyday lives, we communicate with each other using analogue data. This data takes.
The Binary Numbering Systems
Connecting with Computer Science, 2e
Representing Information as Bit Patterns Lecture 4 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Chapter 1 Data Storage. 2 Chapter 1: Data Storage 1.1 Bits and Their Storage 1.2 Main Memory 1.3 Mass Storage 1.4 Representing Information as Bit Patterns.
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
Number Systems & Logic Gates Day 1
Management Information Systems Lection 06 Archiving information CLARK UNIVERSITY College of Professional and Continuing Education (COPACE)
Connecting with Computer Science 2 Objectives Learn why numbering systems are important to understand Refresh your knowledge of powers of numbers Learn.
1 Part I: Machine Architecture 4 A major process in the development of a science is the construction of theories that are confirmed or rejected by experimentation.
©Brooks/Cole, 2003 Chapter 2 Data Representation.
Chapter 2 Data Representation. Define data types. Visualize how data are stored inside a computer. Understand the differences between text, numbers, images,
(2.1) Fundamentals  Terms for magnitudes – logarithms and logarithmic graphs  Digital representations – Binary numbers – Text – Analog information 
Lecture 5.
Representing text Each of different symbol on the text (alphabet letter) is assigned a unique bit patterns the text is then representing as.
Bits & Bytes: How Computers Represent Data
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
Chapter 1 Data Storage(3) Yonsei University 1 st Semester, 2015 Sanghyun Park.
Data Representation Int 2 Computing Unit 1 – Computer Systems St Kentigern’s Academy.
Shawlands Academy Higher Computing Data Representation.
Computer Structure & Architecture 7c - Data Representation.
Pengantar Teknologi Informasi dan Ilmu Komputer Information Technology and Data Representation PTIIK- UB.
Hardware Data Storage.
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.
Compsci Today’s topics l Binary Numbers  Brookshear l Slides from Prof. Marti Hearst of UC Berkeley SIMS l Upcoming  Networks Interactive.
Lecture 5. Topics Sec 1.4 Representing Information as Bit Patterns Representing Text Representing Text Representing Numeric Values Representing Numeric.
What is a computer? A computer is a device that:
Chapter 1: Data Storage.
Compsci Today’s topics l Binary Numbers  Brookshear l Slides from Prof. Marti Hearst of UC Berkeley SIMS l Upcoming  Networks Interactive.
Chapter 1 Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
Marr CollegeHigher ComputingSlide 1 Higher Computing: COMPUTER SYSTEMS Part 1: Data Representation – 6 hours.
Data Storage Introduction to computer, 2nd semester, 2010/2011 Mr.Nael Aburas Faculty of Information Technology Islamic.
Chapter 1 Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
Data Representation The storage of Text Numbers Graphics.
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.
Data Representation. What is data? Data is information that has been translated into a form that is more convenient to process As information take different.
Data Representation.
Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
Chapter 1 Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
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,
HNC COMPUTING - COMPUTER PLATFORMS 1 Micro Teach Binary.
Information in Computers. Remember Computers Execute algorithms Need to be told what to do And to whom to do it.
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
 Computers are 2-state devices › Pulse – No pulse › On – Off  Represented by › 1 – 0  BINARY.
Data Representation. In our everyday lives, we communicate with each other using analogue data. This data takes the form of: Sound Images Letters Numbers.
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.
Chapter 1: Data Storage.
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
Text and Images Key Revision Points.
Computer Science: An Overview Eleventh Edition
Representing Information as bit patterns
Representing Nonnumeric Data
Chapter 1 Data Storage.
Ch2: Data Representation
Chapter 2 Data Representation.
Plan Attendance Files Posted on Campus Cruiser Homework Reminder
How Computers Store Data
The Binary System.
Option: Data Representation
Option: Data Representation
Presentation transcript:

Chapter 1 Data Storage(2) Yonsei University 1 st Semester, 2014 Sanghyun Park

Outline  Bits and their storage(prev. file)  Main memory(prev. file)  Mass storage  Representing information as bit patterns  Binary system  Storing integers(next file)  Storing fractions(next file)

Mass Storage Systems  Non-volatile; data _______ when power is off  Usually much ______ than main memory  Usually _______ disks  Hard disk, floppy disk, CD-ROM  Much ______ than main memory because (1) data access must wait for _____ time (head positioning), and (2) data access must wait for ________ latency

Disk Storage

CD Storage

Magnetic Tape Storage

Representing Text  ASCII (adopted by American National Standards Institute ANSI)  American Standard Code for Information Interchange  _____ to represent each symbol  Upper and lower case letters of English alphabet, punctuation symbols, digits 0 to 9, and other symbols  Can represent 256 (2 8 ) different symbols  Unicode  _____ to represent each symbol  Can represent 65,536 (2 16 ) different symbols  ISO (International Organization for Standardization)  _____ to represent each symbol  Can represent more than 17 million symbols

Representing Numeric Values  Binary notation – uses bits to represent a number in base ____  Limitations of computer representations of numeric values  ________ happens when a number is too big to be represented  _________ happens when a number is between two representable numbers

Representing Images  Bitmap techniques  Image is a collection of ______ (picture element)  Each pixel can be represented as a number of bits 1 bit/pixel  Black and white 8 bits/pixel  Gray scale 24 bits/pixel  1-byte for each of the primary colors RGB  Size? (need for ___________)  Vector techniques  Image represented as collection of _____ and curves  Fonts on printers  _______ fonts (True Type, PostScript)  CAD (Computer Aided Design)  _______ problem

Representing Sound

Base Ten and Base Two Systems

Decoding the Binary Representation

Finding Binary Representation of Positive Integers

Finding Binary Representation of Thirteen

Binary Addition Facts

Fractions in Binary (1/3)  Use _____ point just like decimal  To the _____ of radix point positions are numbered as -1, -2, -3, …

Fractions in Binary (2/3)  Express the following binary notation  Convert the integer part  Convert the fraction part; Try to map the fraction as a sum of ___________________ using the given ___________ as a guide.  Put a radix point in between 3 10 is 11 2

Fractions in Binary (3/3)  Addition of binary numbers with radix points  _____ radix point  Apply binary addition process