Data vs. Information OUTPUTOUTPUT Information Data PROCESSPROCESS INPUTINPUT There are 10 types of people in this world those who read binary and those.

Slides:



Advertisements
Similar presentations
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Advertisements

Chapter 4 The Central Processing Unit
ENGR2216 FORTRAN PROGRAMMING FOR ENGINEERS. Chapter 1 The computer CPU MEMORY INPUT/OUTPUT DEVICES DATA REPRESENTATION BINARY SYSTEM OCTAL & HEXADECIMAL.
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
2 pt 3 pt 4 pt 5pt 1 pt 2 pt 3 pt 4 pt 5 pt 1 pt 2pt 3 pt 4pt 5 pt 1pt 2pt 3 pt 4 pt 5 pt 1 pt 2 pt 3 pt 4pt 5 pt 1pt Category1 Computers Category2 CPU.
Professor Michael J. Losacco CIS 1110 – Using Computers System Unit Chapter 4.
CIS 251 – Lesson 2 Essential Computer Concepts Rod Rodrigues.
Computer Organization and Architecture
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
Bits and Bytes.
COMPONENTS OF THE SYSTEM UNIT
Data vs. Information OUTPUTOUTPUT Information Data PROCESSPROCESS INPUTINPUT There are 10 types of people in this world those who read binary and those.
Your Interactive Guide to the Digital World Discovering Computers 2012.
The Components of the system unit Created By: N.AlJaffan Modified By:S.Abudawood Chapter 4.
Computer Hardware and Software Jinchang Wang. Hardware vs. Software Hardware is something tangible. Computer hardware includes electronic circuitry and.
Topics Introduction Hardware and Software How Computers Store Data
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
GRAP 3175 Computer Applications for Drafting Unit II Computer Hardware.
Lesson 2 — How Does A Computer Process Data?
1 Bits, Bytes, and Binary Numbers Bits and bytes are small pieces of computerized data that communicate commands to a computer’s CPU: A bit is either a.
Created By: N.AlJaffan Modified By:S.Abudawood & Tr.Asma Aleisa Chapter 4.
HOW COMPUTERS MANIPULATE DATA Chapter 1 Coming up: Analog vs. Digital.
Internal Memory.
CIM101 : Introduction to computer Lecture 3 Memory.
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.
Unit 2—Part A Computer Memory Computer Technology (S1 Obj 2-3)
Supplemental reading Main Memory. REVIEW CPU-stands for central processing unit; it is the key component in a digital computer; it interprets computer.
Computer Science Binary. Binary Code Remember the power supply that is inside your computer and how it sends electricity to all of the components? That.
THE BINARY NUMBER SYSTEM “There are only 10 types of people in this world: Those who understand BINARY and those who do not.”
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
Primary Storage Primary storage is the storage that is directly available to the CPU. It is also known as: Main Memory Main Memory Direct Access Storage.
CS 111 – Sept. 1 Intro to data representation Binary numbers –Convert binary  decimal –Convert decimal  binary Text –ASCII and Unicode Commitment: –For.
Allow computers to store programs and information for use at a later date Storage Devices.
COMPUTER MEMORY & DATA STORAGE. ROM ROM is short for Read Only Memory. –I–It is permanent, long-term memory which cannot be erased or changed in any way;
Thursday 8 th October, 2015 Information Technology Fundamentals of Hardware & Software.
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
Measuring Memory and Storage
Day 1,2 Review. Review: Parts of a Computer CPU (Processor) Main Memory (RAM) External Memory (ROM) -Hard Drive-Floppy-USB Drive I/O Devices -Keyboard-Monitor-Printer-Speakers.
The Computer System.
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;
Computers: Information Technology in Perspective By Long and Long Copyright 2002 Prentice Hall, Inc. Encoding J. Holvikivi 2012.
Components of Computer. Memory Unit Most important part of the computer Used to store data and instructions that are currently in use Main memory consists.
Binary Representation in Text
Binary Representation in Text
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Topics Introduction Hardware and Software How Computers Store Data
Processor/Memory Chapter 3
A+ Guide to Managing and Maintaining Your PC, 7e
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Internal Memory.
Discovering Computers 2011: Living in a Digital World Chapter 4
The Central Processing Unit
COMPUTER MEMORY & DATA STORAGE
COMPUTER MEMORY & DATA STORAGE
PRIMARY STORAGE.
Introduction to Computing Lecture # 1
Topics Introduction Hardware and Software How Computers Store Data
Plan Attendance Files Posted on Campus Cruiser Homework Reminder
How Computers Store Data
Machine Architecture and Number Systems
Information Technology Department
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.
Electronic Memory.
Lecture 36 – Unit 6 – Under the Hood Binary Encoding – Part 2
Computer Memory.
Presentation transcript:

Data vs. Information OUTPUTOUTPUT Information Data PROCESSPROCESS INPUTINPUT There are 10 types of people in this world those who read binary and those who don’t

The representation of facts, concepts, or instructions in a formalized manner suitable for communication, interpretation, or processing by humans or by automatic means. Data - Is a representational system. Information is a term with many meanings depending on context, but is as a rule closely related to such concepts as meaning, knowledge, instruction, and communication, through the use of data. Information - Is a system of understanding.

 Arabic Numbers Vs. Roman Numerals  English Vs. Pig Latin  English Vs. Klingon Examples of Representational Systems

Binary Code as the computers’ Representational System Using either 0 or 1 (or on/off) as the basic unit of data in computers

Using Binary Code to represent letters A bit is a single “1” or “0”. A byte is a group of 8 “1’s” and “0’s”. One character of text is equal to 1 byte.

To convert text to binary it is encoded….. ….character encoding consists of a code that pairs a set of natural language characters with a set of something else, such as numbers, light pulses, electrical pulses or 1’s and 0’s, to facilitate the storage and transmission of data. Using Binary Code to Represent Letters cont’d Binary To Text Converter

Using Binary Code to represent numbers To Convert Decimal (Arabic) to Binary numbers use the following chart: Lets say for example you are given the following binary number, “ ” and are asked to convert that into a human readable or decimal number. To convert the binary number from “1011” to decimal we would enter the number into the chart

MICMIC Analog To Digital Digital To Analog SPKSPK Schematic for analog-to-digital and digital-to-analog conversion. Analog continuous both in time and amplitude Digital Stored at points of time to reproduce analog sound Using Binary Code to represent sound

ON OFF Using Binary Code to represent sound cont’d

Memory Types RAM – Temporary or Volatile StorageRAM Cache A physical buffer, smaller and faster than main storage, used to hold a copy of next likely instructions and data in main storage.Cache ROM – Permanent or Non-Volatile StorageROM PROM – Programmable Read Only Memory Programmable read only memory. A memory chip that can be programmed once, but cannot be reprogrammed.PROM FLASH – Portable USB StorageFLASH