Download presentation
Presentation is loading. Please wait.
Published byBaldric Golden Modified over 9 years ago
1
Chapter 1 Data Storage(2) Yonsei University 1 st Semester, 2014 Sanghyun Park
2
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)
3
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
4
Disk Storage
5
CD Storage
6
Magnetic Tape Storage
7
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
8
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
9
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
10
Representing Sound
11
Base Ten and Base Two Systems
12
Decoding the Binary Representation
13
Finding Binary Representation of Positive Integers
14
Finding Binary Representation of Thirteen
15
Binary Addition Facts
16
Fractions in Binary (1/3) Use _____ point just like decimal To the _____ of radix point positions are numbered as -1, -2, -3, …
17
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
18
Fractions in Binary (3/3) Addition of binary numbers with radix points _____ radix point Apply binary addition process 0010.011 + 100.110 0111.001
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.