3 Computing System Fundamentals

Slides:



Advertisements
Similar presentations
Technology ICT Option: Data Representation. Data Representation In our everyday lives, we communicate with each other using analogue data. This data takes.
Advertisements

Analog-to-Digital Converter (ADC) And
Digital to Analog and Analog to Digital Conversion
Analog and digital data Skills: none IT concepts: analog to digital conversion, digital to analog conversion, sample rate, sample size, quality-file size.
Digital Systems: Introductory Concepts Wen-Hung Liao, Ph.D.
Storey: Electrical & Electronic Systems © Pearson Education Limited 2004 OHT 26.1 Data Acquisition and Conversion  Introduction  Sampling  Signal Reconstruction.
Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates Invitation to Computer Science, Java Version, Third Edition.
Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates Invitation to Computer Science, C++ Version, Third Edition.
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
Core 3: Communication Systems. Encoding and decoding analog and digital signals…  Encoding involves converting data from its original form into another.
ENEL 111 Digital Electronics Richard Nelson G.1.29
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.
Engineering 1040: Mechanisms & Electric Circuits Winter 2015 Analog & Digital Signals Analog to Digital Conversion (ADC)
Data Handling Topic 1. Data Data is the raw material entered into a computer system. This raw material could be text, numbers, graphics, audio, animation.
Engineering Lecture 3 Digital Electronics by Jaroslaw Karcz.
Introduction to Data communication
// This is a simple control program Move forward 200 units Turn right 90 Move forward 100 units Turn right 45 Move forward 100 Turn right 45 Move forward.
1 Number SystemsLecture 8. 2 BINARY (BASE 2) numbers.
Data Acquisition Systems
Binary Code.
Analogue and Digital Signals SL – Option C.1 HL – Core 14.1.
Types of Data. Numbers Text Pictures Sound Video.
Monitoring Patients 3.3 Health. IT Features A Process is monitored by Sensors Sensors are usually connected to an Interface that is connected to a computer.
V. Rouillard  Introduction to measurement and statistical analysis DIGITAL SAMPLING - DIGITISATION Digital sampling is mainly used in data acquisition.
Analogue & Digital. Analogue Sound Storage Devices.
Representing Numerical Data Analog Any signal that varies continuously over time Mechanical Pneumatic Hydraulic Electrical Digital Quantities are represented.
Binary System Presented by Mr. Wilhelmi Internal Representation of Data Input Input  Data that is put into the computer for processing Data Data  The.
Chapter # 10 Data Transfer Prepared by :Sir Mazhar Javed.
IT-101 Section 001 Lecture #9 Introduction to Information Technology.
Comparators, DAC, and ADC
The History of Programming Languages The ENIAC (Electronic Numerical Integrator and Calculator) completed in 1945, was one of the first computers that.
2.1.4 Data Representation Units.
Binary 101 Gads Hill School. Aim To strengthen understanding of how computers use the binary number system to store information.
Unit 1 Understanding computer systems: How to work with information and data to meet specific business needs OCR Cambridge Nationals in ICT Level 1/2 ©
4 BIT ADC BIT STREAM THE SOUND IS MEASURED (SAMPLED) AT REGULAR INTERVALS AND GIVEN A VALUE FROM 0 TO 15. THIS BINARY VALUE IS SENT TO A PARALLEL TO SERIAL.
Analogue to Digital Conversion © D Hoult analogue signal © D Hoult 2011.
DATA REPRESENTATION: SOUNDS GCSE Computing. Learning Objective ■ To understand how sounds are represented in Binary ■ To be able to convert a sound wave.
Unit 3 - Computer Systems. Logical vs Physical A computer system can be represented in either a logical or physical form Both are useful in understanding.
Digital System Design. Objective Distinguish between Two worlds Understand the Properties digital system.
Task 2: Define digital and analogue signals
Lecture Notes / PPT UNIT III
Data Representation. In our everyday lives, we communicate with each other using analogue data. This data takes the form of: Sound Images Letters Numbers.
MECH 373 Instrumentation and Measurements
Monitoring and Control
3.3 Fundamentals of data representation
Invitation to Computer Science, C++ Version, Fourth Edition
Monitoring and Control
ENEL 111 Digital Electronics
3 Computing System Fundamentals
Digital Electronics Jess 2008.
Analogue & Digital.
Invitation to Computer Science, Java Version, Third Edition
Data Logging GCSE ICT.
Digital Systems: Introductory Concepts
Transducers Gordon Shering November 18 By Gordon Shering.
Analogue to Digital Conversion
Data Logging GCSE ICT.
Basic Electronics Part Two: Electronic Components.
Representing Sound 2.6 – Data Representation.
Data Acquisition (DAQ)
Logical Computer System
Why computers use binary
Chapter Four Data Representation in Computers By Bezawit E.
ICT Programming Lesson 1:
Warm up In your own words describe what you think electricity is.
Information Technology Department
Option: Data Representation
Option: Data Representation
Networks & I/O Devices.
ENEL 111 Digital Electronics
Presentation transcript:

3 Computing System Fundamentals 3.5 Data Representation

3.5.5 Analogue and Digital

Binary data All data held & processed inside a computer are coded using binary machine code, i.e. can only be represented by two symbols, 0 and 1. The data are actually stored as electrical and magnetic states corresponding to these two symbols. Effectively, billions of microscopic switches are held in either on or off positions. However, it is easier for us to represent them with 1’s and 0’s.

Analogue Analogue information is information as it is encountered in "the real world", information such as paintings, photographs, symphonies, temperatures, atmospheric pressures, electrical current flowing in a wire, facial expressions, etc.

Analogue Analogue information is continuously varying (e.g. the temperature in a room changes constantly from second to second) and has no absolute value - the value we use is as accurate as the measuring instrument will allow. This type of information cannot be put directly into a digital system like a computer without conversion.

Digital Digital data on their own have no meaning until they are converted into a real-world context (you could say that this is what converts data into information): DATA + CONTEXT = INFORMATION.

A-D conversion Analogue information cannot be processed by a computer unless it is converted to a digital signal. Analogue signals are converted to digital values by an analogue-to-digital converter (ADC), usually by sampling the continuously varying information at regular intervals. The more frequently the data is sampled, the more accurate the digital representation.

D-A conversion The computer processes the data and then feeds back information to the user via a digital-to-analogue converter (DAC). These converters may often be together in an interface unit of some kind e.g. a modem is both an ADC and a DAC.