How Computers Store Data

Slides:



Advertisements
Similar presentations
1 Chapter 2 The Digital World. 2 Digital Data Representation.
Advertisements

A-Level Computing#BristolMet Session Objectives#8 express numbers in binary, octal and hexadecimal explain the use of code to represent a character set.
J. Michael Moore Computer Organization CPSC 110. J. Michael Moore High Level View Of A Computer ProcessorInputOutput Memory Storage.
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
System Environment Part 1 The Register Level. Module Content “Systems environment” is a term used to describe the hardware and software structures which.
Data Storage. SIGN AND MAGNITUDE Storing and representing numbers.
Bits and Bytes.
CMSC 104, Version 9/01 1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The.
Properties of Functions Y = f(x)read y as a function of x X values independent variables Y valuesdependent variables Domain of fall possible inputs (x.
A-Level Computing Data representation. Objectives Know how data can be represented in a computer system Understand the need for various forms of representation.
HARDWARE Lesson 2. Components of a computer: 1)A Processor (or CPU) The brain of the computer 2)Memory To remember the programs and data that it uses.
Standard Grade Computing LOW LEVEL MACHINE CHAPTER 21.
1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
How the computer stores data and the Number System By the IT Department.
Foundations of Computer Science Computing …it is all about Data Representation, Storage, Processing, and Communication of Data 10/4/20151CS 112 – Foundations.
CMSC104 Lecture 2 Remember to report to the lab on Wednesday.
OBJECTIVES  Explain why a computer represents data in the form of binary  Explain the terms related to data storage: bit, byte, character, word  Calculate.
Number System. Number Systems Important Number systems – Decimal – Binary – Hexadecimal.
Bits & Bytes A bit is the smallest amount of memory used to store information. A bit is represented by either a “0” or a “1”. “Bit” is a contraction of.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
Data as the computer sees it 1.  Number systems Number systems  Data storage Data storage  Glossary Glossary 2.
Binary System Presented by Mr. Wilhelmi Internal Representation of Data Input Input  Data that is put into the computer for processing Data Data  The.
Data Representation (in computer system). Data Representation How do computers represent data? b The computers are digital Recognize.
Machine Architecture and Number Systems
CEC 220 Digital Circuit Design Number Systems & Conversions Friday, January 9 CEC 220 Digital Circuit Design Slide 1 of 16.
Lecture 6 Excess Notation. Excess 8 notation indicates that the value for zero is the bit pattern for 8, that is 1000 Excess 8 notation indicates that.
Concepts of Relations and Functions and How They are Represented Functions are used by mathematicians and scientists to describe relationships between.
CEC 220 Digital Circuit Design Number Systems & Conversions Wednesday, Aug 26 CEC 220 Digital Circuit Design Slide 1 of 16.
 A computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output).  It performs only three.
Computer Studies Today Chapter 19 1 Chapter 19. Computer Studies Today Chapter 19 2 »Information stored in a computer is in two states: –ON –OFF.
Bits, Data types, and Operations: Chapter 2 COMP 2610 Dr. James Money COMP
BY MANJU Lesson 21 Computer Hardware. System Components A computer system requires many components to do its job: Input: Device to input data so it can.
Learning Objectives 3.3.1f - Describe the nature and uses of floating point form 3.3.1h - Convert a real number to floating point form Learn how to normalise.
09/06/ Data Representation ASCII, Binary Denary Conversion, Integer & Boolean data types.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Computer Hardware & Operation Northern College Diploma Philip Bird.
Understanding Computers
Computer Basics CHAPTER 1. What is a computer?  A computer is a machine that changes information from one form into another by performing four basic.
Binary Values. Numbers Natural Numbers Zero and any number obtained by repeatedly adding one to it. Examples: 100, 0, 45645, 32 Negative Numbers.
Data Representation. In our everyday lives, we communicate with each other using analogue data. This data takes the form of: Sound Images Letters Numbers.
Number Systems Decimal Can you write 12,045 in expanded form? Base? Allowable digits for each place?
Class Work: Algebra Discrete and Continuous Data You need your notes. Title the notes: Discrete and Continuous Data I will check your work at the end of.
GCSE COMPUTER SCIENCE Computers 1.2 Memory, Storage and Binary.
Objectives Today: P4 Data Types – Floating Points P4 Variable Quiz P3 Iteration and Selection Practical Are you logged on? Then come around the table Unit.
Understanding binary Understanding Computers.
Computer Organisation
Integer Real Numbers Character Boolean Memory Address CPU Data Types
COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE
Chapter 3 Data Storage.
The Central Processing Unit
EPSII 59:006 Spring 2004.
Computer Fundamentals
Chapter 2 – Computer hardware
Ch2: Data Representation
Machine Architecture and Number Systems
Plan Attendance Files Posted on Campus Cruiser Homework Reminder
How Computers Store Data
Starter Using the fingers on only one hand, what is the highest number you can count to? Rules: You must start at 1 You must count sequentially (i.e.
Machine Architecture and Number Systems
Data Representation and Organization
Machine Architecture and Number Systems
Machine Architecture and Number Systems
How to Represent Numbers on a Computer
The basics of any electronic device means either electricity is flowing or it is not i.e. a switch is either on or off Computers are electronic devices.
AS Level ICT Selection and use of storage requirements, media, and devices: storage and storage capacity Unit 1 Topic a - Selection and use of storage.
Binary.
Discrete Data Discrete Data is a type of data that can be represented on a number line or graph with only Integers. Example: A 5 question quiz is given.
Machine Architecture and Number Systems
Networks & I/O Devices.
Presentation transcript:

How Computers Store Data

TERMS discrete data continuous data, bi-stable device, number system, binary number system, denary number system human-readable data machine –readable data natural numbers whole numbers, integers real numbers, magnitude base, number, digit

QUIZ Classify each set of data as discrete or continuous. 1) The number of suitcases lost by an airline. 2) The height of corn plants. 3) The number of ears of corn produced. 4) The number of green M&M's in a bag. 5) The time it takes for a car battery to die. 6) The production of tomatoes by weight.

QUIZ ANSWERS 1) Discrete. The number of suitcases lost must be a whole number. 2) Continuous. The height of corn plants can take on infinitely many values (any decimal is possible). 3) Discrete. The number of ears of corn must be a whole number. 4) Discrete. The number of green M&M's must be a whole number. 5) Continuous. The amount of time can take on infinitely many values (any decimal is possible). 6) Continuous. The weight of the tomatoes can take on infinitely many values (any decimal is possible).

Why do computers store data? For processing Temporarily using Random Access Memory (RAM) For later use permanently or semi-permanently using secondary storage devices and media Computers do not store data the way we see it, but in the form of binary digits

Why binary digits? The computer is an electronic device The computer is a digital device Electronic the computer uses electricity to work Digital the use of binary digits to store data

The computer’s memory The computer’s memory is made up of tiny two-state electronic devices called bi-stable devices. A bi-stable device can exist in only one of two possible states i.e. on or off. Bi-stable devices respond to the presence or absence of an electric current: Absence of an electric current - off state Presence of an electric current - on state

Binary digits and data Binary digITS (BITS) 1  ON 0  OFF This is why data is stored in the form of binary digits (bits) Input data is converted to binary digits in order to be processed and stored  

Binary digits and data (cont’d) Information for the user is converted from binary digits into human-readable form   Every character on the keyboard can be represented internally using a combination of 8 bits or 1 byte The computer uses various representation schemes to convert data to binary form

Numeration/number system: any notation for the representation of numbers human-readable format is a representation of data or information that can be naturally read by humans Machine readable format-

Homework Logon to IT for CSEC Read and take notes on pages 55 – 56

Homework (cont’d) All ___________ that is _________ into a computer system must be _________ temporarily in ________________. The computer’s ___________ is made up of ___________________ which can exist in only one of _______ possible __________. As a result, the _________________ one and zero are used to represent the ________ and __________ states respectively. ___________ data is therefore _____________ to its binary __________________ in order to be _______________ and ____________. It is then _____________ from ______________ back to its original form in order to be ___________ to the user. Fill in the blanks in the above paragraph using the words given in the list below. Remember that a word may be used more than once. Main memory, data, representation, memory, stored, bistable devices, converted, states, output, two, binary digits, input, on, processed, off, binary.