Computer Logic Distinction between analogue and discrete processes and quantities. Conversion of analogue quantities to digital form. Using sampling techniques.

Slides:



Advertisements
Similar presentations
Computer Basics Binary Bits & Bytes
Advertisements

Chapter 4: Representation of data in computer systems
Base 10 Denary Decimal
1 Chapter 2 The Digital World. 2 Digital Data Representation.
Micro optics: Fibers and Butterflies. Total internal reflection.
Processing Data.
assumes basic arithmetic
Backing Storage Devices.  We are learning to:  Make comparisons between different backing storage devices using their features.  Identify appropriate.
Computer Systems 1 Fundamentals of Computing
CREATED BY, MS. JENNIFER DUKE BITS, BYTES, AND UNITS OF MEASUREMENT.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
Aug CMSC 104, LECT-021 Machine Architecture and Number Systems Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY.
Data and Program Representation
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 Int 2 Computing Unit 1 – Computer Systems St Kentigern’s Academy.
Chapter 2 Computer Hardware
Analog to Digital Data Conversion
Slide 1 Wednesday, October 07, 2015 Low Level Machine.
Hardware Data Storage.
Machine Architecture CMSC 104, Section 4 Richard Chang 1.
OBJECTIVES  Explain why a computer represents data in the form of binary  Explain the terms related to data storage: bit, byte, character, word  Calculate.
Computer Systems Nat 4/5 Computing Science Data Representation Lesson 2: Floating Point Representation.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
How We Measure Memory. Learning Goal Today we are going to learn how the computer stores information.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
Computer Programming 12 Mr. Jean February 5 th, 2014.
Data Representation (in computer system). Data Representation How do computers represent data? b The computers are digital Recognize.
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;
Computers - The Journey Inside continues…
Thursday 8 th October, 2015 Information Technology Fundamentals of Hardware & Software.
How We Measure Memory. At the Bottom of things A piece of digital information is always stored as a sequence of binary states. What’s that mean you ask???
2.1.4 Data Representation Units.
Units Representation of Data in Computer Systems.
 Computers are 2-state devices › Pulse – No pulse › On – Off  Represented by › 1 – 0  BINARY.
Binary Numbers. Base 10 and Base 2  We normally work with numbers in base 10.  In base 10 we use the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.  Everything.
Bits & Bytes Why computers use binary. Analog Signals Analog signals : constantly changing values – Difficult to make precise.
CC111 Lec#2 The System Unit The System Unit: Processing and Memory Lecture 2 Binary System.
Number systems. Binary system. Bits and bytes. Modern computers “speak” in a digital language composed of 2 digits. The machine language of modern computers.
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
© OCR 2016 Unit 2.6 Data Representation Lesson 1 ‒ Numbers.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Lesson Objectives Aims You should be able to:
Data Representation N4/N5.
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Memory Parts of a computer
Information Support and Services
What is Binary? Binary is a two-digit (Base-2) numerical system, which computers use to process and store data. The reason computers use the binary system.
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
3 - STORAGE: DATA CAPACITY CALCULATIONS
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Computer Hardware Introduction.
COMPUTER MEMORY & DATA STORAGE
COMPUTER MEMORY & DATA STORAGE
Data Representation Numbers
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
How do computers work? Storage.
Analog to Digital Data Conversion
Summer Term Year 10 Slides
Bits, Bytes, and Storage.
Data Representation – Numbers
Bits and Bytes Key Revision Points.
Why computers use binary
Chapter Four Data Representation in Computers By Bezawit E.
Binary System.
Ms Jennifer - Senior 4 - Data Representation Introduction
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.
Technology 3 Bits & Bytes.
Computer Systems Nat 4/5 Computing Science Data Representation
Presentation transcript:

Computer Logic Distinction between analogue and discrete processes and quantities. Conversion of analogue quantities to digital form. Using sampling techniques. Storage units.

Digital Data Digital data is represented by 1s and 0s 1 represents that the switch is on 0 represents that the switch is off Digital data (1s and 0s) is known as binary. A computer system only understands digital data

Analogue Data Analogue data is represented by analogue signals An example of analogue data are sound waves from our voice Analogue data must be converted to digital data for the computer to understand it.

Analogue to Digital Data ATD As we said before analogue signals need to be changed to digital data to be understood by our computer. ATD devices convert analogue signals to digital data

Digital Data to Analogue Signals DTA For us to understand computer language the digital data needs to be converted to analogue data DTA devices convert digital data to analogue signals, ex: modem Dear John,Is it OK if we meet at 6? IS P Dear John, Is it OK if we meet at 6?

Comparing Analogue to Digital devices Analogue deviceDigital device Continuous signal Varying values Values not rounded up Difficult for precise reading Not a continuous signal Values rounded up Easy and clear to read Becoming more precise

Analogue and Digital Graphs Analogue graph Digital graph Changing an Analogue graph to a Digital graph is called Sampling

Units of Storage A computer has many different units of storage The storage units we will be going through today are;  Bits  Bytes  Kilobytes  Megabytes  Gigabytes  Terabyte s Each storage unit is made up of a number of bits

Bit A bit is the smallest unit of storage within a computer A bit can only store a 1 or a 0 A bit is too small to store anything, hence they are joined to create other larger storage units. 1 Bit

Byte A byte is made up of 8 bits One character is made up of 8 bits, hence 1 byte can hold 1 character. To store the word byte you would need 4 bytes 1 Byte8 Bits

Kilobytes Bytes are still very small to store many files so a larger storage unit is used, a Kilobyte 1024 bytes are grouped together to create a kilobyte 1 KiloByte 1024 Bytes

Units of Storage UnitEquivalent Bit(Can only store 0 or 1) Byte8 Bits Kilobyte (KB)1024 Bytes Megabyte (MB)1024 Kilobytes Gigabyte (GB)1024 Megabytes Terabyte (TB)1024 Gigabytes

Converting Units of Storage In order to convert small units to large ones we need to divide If we want to convert 7680 Bytes into KB (smaller to bigger unit); 1 KB = 1024 Bytes ? KB = 7680 Bytes 7680/1024=7.5KB

Converting Units of Storage In order to convert large units to smaller ones we need to multiply If we want to convert 3MB into KB (bigger to smaller unit) 1 MB = 1024 KB 3 MB = ? KB 3 x 1024 = 3072 KB

More examples to work out Convert 4MB into kB Convert 5890 Bytes into KB Convert 2GB into KB (round up your answers when needed. eg; 4.6 becomes 4)

Answers Convert 4MB into kB MB = 1024 KB 4MB = ? KB 4 x 1024 = 4096MB

Answers Convert 5890 Bytes into KB 1024 bytes = 1 KB 5890 bytes = ? KB 5890/1024 = 6KB

Answers Convert 2GB into KB 1 GB = 1024 MB 2 GB = ? MB 1 MB = 1024 KB 2048MB = ? KB If I want to know how many bytes there are in 2GB what would my next step be? 2 x 1024 = 2048MB 2048 x 1024 = KB

Some typical storage devices DeviceStorage Other Possibilities Floppy Disk1.44MB CD700MB DVD4.7GB8.7GB, 9.4GB Pen Drive8GB 2GB, 4GB, 16GB, 32GB Blu Ray25GB50GB, 100GB Hard Disk500GB1TB

Home – Work Handout 02 (form3opt1.blogspot.com)