Digital Technology Topic 14.

Slides:



Advertisements
Similar presentations
10/5: Data storage concepts What is data storage? Types of storage –magnetic, optical, magneto-optical, solid state Storage characteristics Magnetic storage:
Advertisements

Computer Studies Today Chapter 18 1 »Two main types of secondary storage devices: –Magnetic storage devices –Optical storage devices.
Lesson 9 Types of Storage Devices.
Types Of Storage Device
Fundamentals of Audio Production. Chapter 6. 1 Fundamentals of Audio Production Chapter Six: Recording, Storing, and Playback of Sound.
Number Systems and Codes
CP1610: Introduction to Computer Components Archival Storage Devices.
Section 5a Types of Storage Devices.
Fundamentals of Audio Production. Chapter 6. 1 Fundamentals of Audio Production Chapter Six: Recording, Storing, and Playback of Sound.
Image and Sound Editing Raed S. Rasheed Sound What is sound? How is sound recorded? How is sound recorded digitally ? How does audio get digitized.
James Tam Computer Hardware: A Quick Overview In this section of notes you will learn/relearn about the basic parts of a computer and how they work.
SIMS-201 Representing Information in Binary. 2  Overview Chapter 3: The search for an appropriate code Bits as building blocks of information Binary.
Storage device.
CD-ROM What Is CD-ROM? The CD-ROM (compact disc read-only memory) is a read-only optical storage medium capable of holding 660 megabytes of data (approximately.
Analogue and Digital Signals SL – Option C.1. Signals When talking about electronics we will talk about ‘signals’ –This is simply the transfer of information.
PROCESSORBacking Storage Main Memory Output Devices Input Devices Backing Storage.
Peripherals and Storage Looking at: Scanners Printers Why do we need storage devices anyway? What are magnetic disks? How do magnetic disks physically.
Computer Systems I’m ONLY a machine! Standard Grade Revision.
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 4. Peripherals Input Devices Keyboard Mouse Scanners Microphone Digital.
Solve problems involving the conversion between binary numbers and decimal numbers Describe different means of storage of information in.
Chapter 3 Data Storage. Media Storage Main memory (Electronic Memory): Stores data currently being used Is made of semiconductor chips. Secondary Memory.
It is against the honor code to “click” for someone else-violators will loose all clicker pts. HITT RF Remote Login Procedure: 1. PRESS AND HOLD THE DOWN.
Waves. The Nature of Waves What is a mechanical wave?  A wave is a repeating disturbance or movement that transfers energy through matter or space 
LIGHT.
Communications Option C – General Electronics Mr. Jean.
Data Types and Representation CS French Chapter 6 + Chapter 7 – Number Bases.
Analogue vs Digital. Analogue  Lots of different frequencies, lots of different amplitudes  Wave recorded as it is.
AS Computing Storage devices. Primary storage  A computer’s main memory (RAM) is known as primary memory.  Primary memory is volatile; when the computer.
Analogue and Digital Signals SL – Option C.1 HL – Core 14.1.
Agenda Last class: Software and extensions Today: Memory –How computers store data –Number systems –Digitization.
Binary and Hard Disk Aslin Izmitli PEOPLE Program.
Describing Storage Devices  Storage terms  Media is the material storing data  Storage devices manage the media  Magnetic devices use a magnet  Optical.
Digital technology Topic 14.1: Analogue and digital signals.
Analogue & Digital. Analogue Sound Storage Devices.
Topic 14 Digital Technology. Analogue and Digital Signals.
Student of the Week. Assessment Statements IB Topic 14.1., Analogue and Digital Signals Solve problems involving the conversion between binary.
M. Guymon Pleasant Grove High School Spring 2003 RAM vs. ROM RAM “Random Access Memory” The ability of a storage device to go directly to a specific storage.
Electronics (F.5 & C.3) Mr. Jean April 16 th, 2014.
8. Digital Technology Chapter 8.1 – Analogue and digital signals.
Chapter4: Memory External Memory (2).
Digital Technology 14.1 Analogue and Digital Signals.
Digital Information Storage Contents: Binary vs decimal Advantages of binary CDs and DVDs.
Engr: Sajida Introduction to computing Optical storage The storage devices which use laser to read data from or write data to the reflective surface store.
Manas Ranjan Pattanayak MCA 4 th sem Regd.no: Submitted by: Silicon Institute of Technology.
Fundamentals of Audio Production
Number Systems and Codes
Backing Store.
Secondary Storage Devices…. What is a Secondary Storage
KS4 Waves: Total Internal Reflection and Communication
Analogue & Digital.
14.1 Analogue and Digital Signals
Digital technology.
Topic 14.1: Analogue and digital signals
Secondary Storage Devices
Chapter 20 The Energy of Waves.
Wave Properties & Interactions
Standard Grade Revision
Computer Performance & Storage Devices
Light Diffraction and How CDs Work
KS4 Waves: Total Internal Reflection and Communication
Waves.
Lesson 9 Types of Storage Devices.
Ch 15 Waves.
Waves.
Computer Performance & Storage Devices
Technology 4 Storage.
Chapter 20 The Energy of Waves.
Presentation transcript:

Digital Technology Topic 14

Analogue and digital signals 14.1 Analogue and digital signals

14.1.1 Analogue and digital signals An analogue signal has the same variations with time as the information itself. The values of its p.d. are continuous. A digital signal consists of high and low values of pd only with no other values of pd in between. Usually, the high values are considered to be 1s and the low values are 0s.

14.1.1 Analogue and digital signals An analogue signal has the same variations with time as the information itself. The values of its p.d. are continuous. A digital signal consists of high and low values of pd only with no other values of pd in between. Usually, the high values are considered to be 1s and the low values are 0s.

14.1.1 Analogue and digital signals A device records the analogue input and converts it to a continuously varying voltage signal which is sent to an analogue-to-digital converter (ADC). This then samples the signal at a specific rate determining the value of the voltage at those points. The device then converts that value to a digital number. which is sent to the computer processor.

14.1.1 Binary numbers Decimal Binary 1 00000 2 00001 3 00010 4 00011 5 00100 6 00101 7 00111 8 01000 9 01001 14.1.1 Binary numbers Binary system of numbers is a base-two method of counting, whereas a decimal number is a base 10 counting system. Each binary digit is called a bit. Each bit can have a value of 0 or 1, and going higher increases the number of bits by 1. The digit on the left side is called the Most Significant Bit (MSB) and is associated with the highest power of 2. The right side is the Least Significant Bit (LSB) and has the lowest effect on the number.

14.1.1 Converting binary to decimal 10101 1 x 24 0 x 23 1 x 22 0 x 21 1 x 20 16 + + 4 + + 1 21 14.1.1 Converting binary to decimal Binary system of numbers is a base-two method of counting, whereas a decimal number is a base 10 counting system. Each binary digit is called a bit. Each bit can have a value of 0 or 1, and going higher increases the number of bits by 1. The digit on the left side is called the Most Significant Bit (MSB) and is associated with the highest power of 2. The right side is the Least Significant Bit (LSB) and has the lowest effect on the number.

14.1.2 Storage of data Methods of storage has improved over time as technology and manufacturing techniques have become more refined.

14.1.2 LP The grooves in the vinyl disk cause a pin to vibrate up and down as it rides over them. The pin moves an electromagnet which converts the movement of the pin into an electrical signal which is played through a speaker.

14.1.2 Cassette Tape Tape made of magnetic materials such as Iron Oxide or Chromium Oxide. This can be magnetised by an electromagnet when the electrical signal passes through the wire. This produces an identical analogue signal in the magnetic particles in the wire. When played, the process works in reverse.

14.1.2 Floppy disks Work similarly to cassette tapes in that they consist of a tape with a magnetic material in it which can be magnetised and made to align in accordance with a digital signal rather than an analogue one. The data on the disk is given an "address" and the motor knows where to access the information.

14.1.2 Hard disks Hard disks work like a combination of floppy disks but uses material which is harder and has much more densely packed magnetic domains allowing for an increased storage capacity. Also, there are multiple "platters" of disks multiplying the storage capacity.

14.1.3 DVDs and interference CDs and DVDs work similarly to each other. They consist of a refractive material which as grooves in it. The grooves cause diffraction of the light onto it. The light reflects off the disc causing destructive interference. As the laser shines on it there are moments when the light goes into the grove and does not get reflected. The photodiode records this absence of light as a zero digitally.

Constructive Destructive Land Pit Path difference created by a pit depth of λ/4 14.1.3 DVDs and interference CDs and DVDs work similarly to each other. They consist of a refractive material which as grooves in it. The grooves cause diffraction of the light onto it. The light reflects off the disc causing destructive interference. As the laser shines on it there are moments when the light goes into the groove and does not get reflected. The photodiode records this absence of light as a zero digitally.

14.1.2 CDs and DVDs Changing the laser light to a shorter wavelength increases the resolution of diffraction that occurs. This allows for tighter tracks and smaller distances between pits. This increases the available storage space.

14.1.3 DVDs and interference An increased sample rate, obviously requires a larger amount of storage. With a DVD we are able to do this and the digitised values are a closer approximation to the original signal.

Easily manipulated, edited or processed. (digital film vs camera film) Easily compressed (reduce storage space - e.g. zip) Retrieval speed much higher. Does not affect the quality of recorded information. No degradation in data. 14.1.6 Digital advantages