Bits and Bit Patterns. Chapter 1: Data Storage (continued) 2014/9/21. Chapter 1: Data Storage

Similar documents
Today s topics. Digital Computers. More on binary. Binary Digits (Bits)

Data Storage. 1s and 0s

Data Storage 3.1. Foundations of Computer Science Cengage Learning

Data Storage. Chapter 3. Objectives. 3-1 Data Types. Data Inside the Computer. After studying this chapter, students should be able to:

Computers. Hardware. The Central Processing Unit (CPU) CMPT 125: Lecture 1: Understanding the Computer

The string of digits in the binary number system represents the quantity

encoding compression encryption

CS100: Introduction to Computer Science

Comparison of different image compression formats. ECE 533 Project Report Paula Aguilera

ELECTRONIC DOCUMENT IMAGING

Levent EREN A-306 Office Phone: INTRODUCTION TO DIGITAL LOGIC

Memory is implemented as an array of electronic switches

MEMORY STORAGE CALCULATIONS. Professor Jonathan Eckstein (adapted from a document due to M. Sklar and C. Iyigun)

Chapter 8 Memory Units

Counting in base 10, 2 and 16

Number Representation

CSCA0102 IT & Business Applications. Foundation in Business Information Technology School of Engineering & Computing Sciences FTMS College Global

Chapter 3: Computer Hardware Components: CPU, Memory, and I/O

Management Challenge. Managing Hardware Assets. Central Processing Unit. What is a Computer System?

Chapter 1: Digital Systems and Binary Numbers

Machine Architecture and Number Systems. Major Computer Components. Schematic Diagram of a Computer. The CPU. The Bus. Main Memory.

Streaming Lossless Data Compression Algorithm (SLDC)

CHAPTER 2: HARDWARE BASICS: INSIDE THE BOX

Outline. mass storage hash functions. logical key values nested tables. storing information between executions using DBM files

Main Memory & Backing Store. Main memory backing storage devices

2010/9/19. Binary number system. Binary numbers. Outline. Binary to decimal

2011, The McGraw-Hill Companies, Inc. Chapter 3

Logical Operations. Control Unit. Contents. Arithmetic Operations. Objectives. The Central Processing Unit: Arithmetic / Logic Unit.

Computers Are Your Future Eleventh Edition Chapter 5: Application Software: Tools for Productivity

How To Store Data On A Computer (For A Computer)

Computer Systems Structure Main Memory Organization

Computer Logic (2.2.3)

CHAPTER 3: DIGITAL IMAGING IN DIAGNOSTIC RADIOLOGY. 3.1 Basic Concepts of Digital Imaging

LSN 2 Number Systems. ECT 224 Digital Computer Fundamentals. Department of Engineering Technology

The Hexadecimal Number System and Memory Addressing

Compression techniques

Indexing and Compression of Text

Base Conversion written by Cathy Saxton

Primary Memory. Input Units CPU (Central Processing Unit)

plc numbers Encoded values; BCD and ASCII Error detection; parity, gray code and checksums

Introduction to image coding

Image Compression through DCT and Huffman Coding Technique

Cloud storage Megas, Gigas and Teras

Information, Entropy, and Coding

Introduction to Information System Layers and Hardware. Introduction to Information System Components Chapter 1 Part 1 of 4 CA M S Mehta, FCA

Computer Science 281 Binary and Hexadecimal Review

Digital codes. Resources and methods for learning about these subjects (list a few here, in preparation for your research):

Chapter 6. Inside the System Unit. What You Will Learn... Computers Are Your Future. What You Will Learn... Describing Hardware Performance

Systems I: Computer Organization and Architecture

Discovering Computers Living in a Digital World

Binary Adders: Half Adders and Full Adders

To convert an arbitrary power of 2 into its English equivalent, remember the rules of exponential arithmetic:

CHAPTER 5. Obfuscation is a process of converting original data into unintelligible data. It

lesson 1 An Overview of the Computer System

Chapter 4 System Unit Components. Discovering Computers Your Interactive Guide to the Digital World

HOMEWORK # 2 SOLUTIO

!"#$"%&' What is Multimedia?

Writing Assignment #2 due Today (5:00pm) - Post on your CSC101 webpage - Ask if you have questions! Lab #2 Today. Quiz #1 Tomorrow (Lectures 1-7)

Parts of a Computer. Preparation. Objectives. Standards. Materials Micron Technology Foundation, Inc. All Rights Reserved

This lesson can be adapted to the grade level by the presenter. Decide the level of content and activities as appropriate.

Video compression: Performance of available codec software

CHAPTER 3 Boolean Algebra and Digital Logic

Revised: November GCSE Computer Science

Structures for Data Compression Responsible persons: Claudia Dolci, Dante Salvini, Michael Schrattner, Robert Weibel

EE 261 Introduction to Logic Circuits. Module #2 Number Systems

1. Convert the following base 10 numbers into 8-bit 2 s complement notation 0, -1, -12

Figure 1: Relation between codec, data containers and compression algorithms.

Block diagram of typical laptop/desktop

Byte Ordering of Multibyte Data Items

Tech Application Chapter 3 STUDY GUIDE

ERROR DETECTION AND CORRECTION

How to Send Video Images Through Internet

SECTION C [short essay] [Not to exceed 120 words, Answer any SIX questions. Each question carries FOUR marks] 6 x 4=24 marks

AQA GCSE in Computer Science Computer Science Microsoft IT Academy Mapping

This is a preview - click here to buy the full publication INTERNATIONAL STANDARD

Hardware: Input, Processing, and Output Devices. A PC in Every Home. Assembling a Computer System

A single register, called the accumulator, stores the. operand before the operation, and stores the result. Add y # add y from memory to the acc

Technical Information. Digital Signals. 1 bit. Part 1 Fundamentals

CSCA0201 FUNDAMENTALS OF COMPUTING. Chapter 5 Storage Devices

CHAPTER 6: GRAPHICS, DIGITAL MEDIA, AND MULTIMEDIA

Lossless Grey-scale Image Compression using Source Symbols Reduction and Huffman Coding

MULTIPLE CHOICE FREE RESPONSE QUESTIONS

Chapter 4 Register Transfer and Microoperations. Section 4.1 Register Transfer Language

Binary, Hexadecimal, Octal, and BCD Numbers

Chapter 8. Secondary Storage. McGraw-Hill/Irwin. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved.

APPENDIX B. Routers route based on the network number. The router that delivers the data packet to the correct destination host uses the host ID.

1 Computer hardware. Peripheral Bus device "B" Peripheral device. controller. Memory. Central Processing Unit (CPU)

Memory Systems. Static Random Access Memory (SRAM) Cell

PHY-2464 Physical Basis of Music

ZIMBABWE SCHOOL EXAMINATIONS COUNCIL. COMPUTER STUDIES 7014/01 PAPER 1 Multiple Choice SPECIMEN PAPER

Chapter 2: Basics on computers and digital information coding. A.A Information Technology and Arts Organizations

Chapter 4: Computer Codes

Binary Numbers. Binary Octal Hexadecimal

1. True or False? A voltage level in the range 0 to 2 volts is interpreted as a binary 1.

Physical Data Organization

2003 HSC Notes from the Marking Centre Software Design and Development

Count the Dots Binary Numbers

Place Values the values are doubled as you add more digits starting from the least significant bit

DNA Data and Program Representation. Alexandre David

CS101 Lecture 11: Number Systems and Binary Numbers. Aaron Stevens 14 February 2011

Transcription:

Chapter 1: Data Storage Computer Science: An Overview by J. Glenn Brookshear 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 1.5 The Binary System 1-2 Copyright Pearson Education, Inc. Publishing as Pearson Addison-Wesley 1-2 Chapter 1: Data Storage (continued) Bits and Bit Patterns 1.6 Storing Integers 1.7 Storing Fractions 1.8 Data Compression 1.9 Communications Errors Bit: Binary Digit (0 or 1) Bit Patterns are used to represent information. Numbers Text characters Images Sound And others 1-3 1-4 1-3 1-4 1

Boolean Operations Figure 1.1 The Boolean operations AND, OR, and XOR (exclusive or) Boolean Operation: An operation that manipulates one or more true/false values Specific operations AND OR XOR (exclusive or) NOT 1-5 1-6 1-5 1-6 Gates Figure 1.2 A pictorial representation of AND, OR, XOR, and NOT gates as well as their input and output values Gate: A device that computes a Boolean operation Often implemented as (small) electronic circuits Provide the building blocks from which computers are constructed VLSI (Very Large Scale Integration) 1-7 1-8 1-7 1-8 2

Flip-flops Figure 1.3 A simple flip-flop circuit Flip-flop: A circuit built from gates that can store one bit. One input line is used to set its stored value to 1 One input line is used to set its stored value to 0 While both input lines are 0, the most recently stored value is preserved 1-9 1-10 1-9 1-10 Figure 1.4 Setting the output of a flip-flop to 1 Figure 1.4 Setting the output of a flip-flop to 1 (continued) 1-11 1-12 1-11 1-12 3

Figure 1.4 Setting the output of a flip-flop to 1 (continued) Figure 1.5 Another way of constructing a flip-flop 1-13 1-14 1-13 1-14 Hexadecimal Notation Figure 1.6 The hexadecimal coding system Hexadecimal notation: A shorthand notation for long bit patterns Divides a pattern into groups of four bits each Represents each group by a single symbol Example: 10100011 becomes A3 1-15 1-16 1-15 1-16 4

Main Memory Cells Figure 1.7 The organization of a byte-size memory cell Cell: A unit of main memory (typically 8 bits which is one byte) Most significant bit: the bit at the left (highorder) end of the conceptual row of bits in a memory cell Least significant bit: the bit at the right (loworder) end of the conceptual row of bits in a memory cell 1-17 1-18 1-17 1-18 Main Memory Addresses Figure 1.8 Memory cells arranged by address Address: A name that uniquely identifies one cell in the computer s main memory The names are actually numbers. These numbers are assigned consecutively starting at zero. Numbering the cells in this manner associates an order with the memory cells. 1-19 1-20 1-19 1-20 5

Memory Terminology Random Access Memory (RAM): Memory in which individual cells can be easily accessed in any order Dynamic RAM (DRAM): RAM composed of volatile memory Measuring Memory Capacity Kilobyte: 2 10 bytes = 1024 bytes Example: 3 KB = 3 times1024 bytes Sometimes kibi rather than kilo Megabyte: 2 20 bytes = 1,048,576 bytes Example: 3 MB = 3 times 1,048,576 bytes Sometimes megi rather than mega Gigabyte: 2 30 bytes = 1,073,741,824 bytes Example: 3 GB = 3 times 1,073,741,824 bytes Sometimes gigi rather than giga 1-21 1-22 1-21 1-22 Mass Storage Mass Storage Systems On-line versus off-line Typically larger than main memory Typically less volatile than main memory Typically slower than main memory Magnetic Systems Disk Tape Optical Systems CD DVD Flash Drives 1-23 1-24 1-23 1-24 6

Figure 1.9 A magnetic disk storage system Figure 1.10 Magnetic tape storage 1-25 1-26 1-25 1-26 Figure 1.11 CD storage Files File: A unit of data stored in mass storage system Logical records: Fields and key fields Physical record versus Logical record Buffer: A memory area used for the temporary storage of data (usually as a step in transferring the data) 1-27 1-28 1-27 1-28 7

Figure 1.12 Logical records versus physical records on a disk Representing Text Each character (letter, punctuation, etc.) is assigned a unique bit pattern. ASCII: Uses patterns of 7-bits to represent most symbols used in written English text Unicode: Uses patterns of 16-bits to represent the major symbols used in languages world side ISO standard: Uses patterns of 32-bits to represent most symbols used in languages world wide 1-29 1-30 1-29 1-30 Figure 1.13 The message Hello. in ASCII Representing Numeric Values Binary notation: Uses bits to represent a number in base two Limitations of computer representations of numeric values Overflow occurs when a value is too big to be represented Truncation occurs when a value cannot be represented accurately 1-31 1-32 1-31 1-32 8

Representing Images Representing Sound Bit map techniques Pixel: short for picture element RGB Luminance and chrominance Vector techniques Scalable TrueType and PostScript Sampling techniques Used for high quality recordings Records actual audio MIDI Used in music synthesizers Records musical score 1-33 1-34 1-33 1-34 Figure 1.14 The sound wave represented by the sequence 0, 1.5, 2.0, 1.5, 2.0, 3.0, 4.0, 3.0, 0 The Binary System The traditional decimal system is based on powers of ten. The Binary system is based on powers of two. 1-35 1-36 1-35 1-36 9

Figure 1.15 The base ten and binary systems Figure 1.16 Decoding the binary representation 100101 1-37 1-38 1-37 1-38 Figure 1.17 An algorithm for finding the binary representation of a positive integer Figure 1.18 Applying the algorithm in Figure 1.15 to obtain the binary representation of thirteen 1-39 1-40 1-39 1-40 10

Figure 1.19 The binary addition facts Figure 1.20 Decoding the binary representation 101.101 1-41 1-42 1-41 1-42 Storing Integers Figure 1.21 Two s complement notation systems Two s complement notation: The most popular means of representing integer values Excess notation: Another means of representing integer values Both can suffer from overflow errors. 1-43 1-44 1-43 1-44 11

Figure 1.22 Coding the value -6 in two s complement notation using four bits Figure 1.23 Addition problems converted to two s complement notation 1-45 1-46 1-45 1-46 Figure 1.24 An excess eight conversion table Figure 1.25 An excess notation system using bit patterns of length three 1-47 1-48 1-47 1-48 12

Storing Fractions Figure 1.26 Floating-point notation components Floating-point Notation: Consists of a sign bit, a mantissa field, and an exponent field. Related topics include Normalized form Truncation errors 1-49 1-50 1-49 1-50 Figure 1.27 Encoding the value 2 5 8 Data Compression Lossy versus lossless Run-length encoding Frequency-dependent encoding (Huffman codes) Relative encoding Dictionary encoding (Includes adaptive dictionary encoding such as LZW encoding.) 1-51 1-52 1-51 1-52 13

Compressing Images Compressing Audio and Video GIF: Good for cartoons JPEG: Good for photographs TIFF: Good for image archiving MPEG High definition television broadcast Video conferencing MP3 Temporal masking Frequency masking 1-53 1-54 1-53 1-54 Communication Errors Figure 1.28 The ASCII codes for the letters A and F adjusted for odd parity Parity bits (even versus odd) Checkbytes Error correcting codes 1-55 1-56 1-55 1-56 14

Figure 1.29 An error-correcting code Figure 1.30 Decoding the pattern 010100 using the code in Figure 1.30 1-57 1-58 1-57 1-58 15