AS LEVEL ICT2 Processing Different Types of Information.

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

Int 2 Multimedia Revision. Digitised Sound Analogue sound recorded from person, or real instruments.
Computer Systems Nat 4/5 Data Representation Lesson 4: Storing Graphics.
Basic Computer Hardware and Software.
Eee116j1 1 Digital Information Engineering Science EEE116J1 Prof Paul Maguire w.
Hardware. Basic Computer System Central Processing Unit Input Devices Output Devices Backing Storage Devices.
Bits are Not just for Numbers Computers store characters as bits or binary digits. Characters from the English-language keyboard are represented in ASCII.
Information Technology Foundation Dr. Robert Chi Chair and Professor, IS department Chief editor, Journal of Electronic Commerce Research.
Object Orientated Data Topic 5: Multimedia Technology.
How Images are Represented Bitmap images (Dots used to draw the image) Monochrome images 8 bit grey scale images 24 bit colour Colour lookup tables Vector.
Hardware and Software Basics. Computer Hardware  Central Processing Unit - also called “The Chip”, a CPU, a processor, or a microprocessor  Memory (RAM)
V Material obtained from summer workshop in Guildford County.
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 4. Peripherals Input Devices Keyboard Mouse Scanners Microphone Digital.
Higher Computing Data Representation.
Parts of a Computer.
Chapter 2 IT Foundation Data: facts about objects Store data in computer: – binary data – bits – bytes Five types of data.
COMP Representing Sound in a ComputerSound Course book - pages
CSCI-235 Micro-Computers in Science Hardware Part II.
Data and Information Starter Mr Tettenborn. What are these They make this 34.5 what will this be then?
Representing Nonnumeric Data Everything is really a number.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
3. Multimedia Systems Technology
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 1. Data Representation Data Representation – Why do we use binary? simplicity,
Data Representation Int 2 Computing Unit 1 – Computer Systems St Kentigern’s Academy.
Shawlands Academy Higher Computing Data Representation.
Objectives Data Representation Binary number system Binary Coded Decimal (BCD) Boolean Values Analogue & Digital data Use of ASCII code Memory addressing.
Slide 1 Wednesday, October 07, 2015 Low Level Machine.
Types of Data. Numbers Text Pictures Sound Video.
Specialized Input and Output. Inputting Sound ● The microphone is the most basic device for inputting sounds into a computer ● Microphones capture sounds.
Marr CollegeHigher ComputingSlide 1 Higher Computing: COMPUTER SYSTEMS Part 1: Data Representation – 6 hours.
Introduction to Digital Media. What is it? Digital media is what computers use to; Store, transmit, receive and manipulate data Raw data are numbers,
Representation of Images You need to know: (k) explain the representation of an image as a series of pixels represented in binary (l) explain the need.
Data Representation Conversion 24/04/2017.
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
Data Representation The storage of Text Numbers Graphics.
Marwan Al-Namari 1 Digital Representations. Bits and Bytes Devices can only be in one of two states 0 or 1, yes or no, on or off, … Bit: a unit of data.
There are many parts that work together to make a computer work. System Unit Computer Parts.
 There are many parts that work together to make a computer work.
CSCI-100 Introduction to Computing Hardware Part II.
Graphics in a computers memory How a picture (i.e. a graphic) is stored in a computers memory A computer screen is made up of little dots, called PICture.
COMP135/COMP535 Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 2 Lecture 2 – Digital Representations.
Basic Computer Hardware and Software. Guilford County SciVis V
Representation of Data in Computer Systems
Basic Computer Hardware and Software.
Processing Data. Representing Numbers  Recap on Binary Numbers  Binary digit (1 or 0) – known as a ‘bit’, short for BInary digiT – bits generally grouped.
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
Data Representation. In our everyday lives, we communicate with each other using analogue data. This data takes the form of: Sound Images Letters Numbers.
DATA Unit 2 Topic 2. Different Types of Data ASCII code: ASCII - The American Standard Code for Information Interchange is a standard seven-bit code that.
Sound and music.
Image and Sound Representation
Storing Graphics Nat 5 Data Representation Lesson 4a: Storing Graphics
Basic Computer Hardware and Software.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
Image and Sound Representation
Level 3 Extended Diploma Unit 19 Computer Systems Architecture
Computer Systems Nat 4/5 Data Representation Lesson 4:
Basic Computer Hardware & Software
Multimedia: Digitised Sound Data
Intermediate 2 Computing
Basic Computer Hardware and Software.
Images in Binary.
Summer Term Year 10 Slides
How Computers Store Data
Computer Systems.
Learning Intention I will learn how computers store text.
Option: Data Representation
Computer Systems Nat 4/5 Data Representation Lesson 4:
Option: Data Representation
WJEC GCSE Computer Science
Presentation transcript:

AS LEVEL ICT2 Processing Different Types of Information

Types of Data Numbers Text Sound MIDI (Musical Instrument Digital Interface) Bit-mapped graphics Vector graphics

Real Numbers Numbers with a decimal point are known as real numbers The system for holding numbers in this way is not part of the course. Be aware that if ‘numbers’ are to be used in calculations, they have to be held as numbers and not as text.

Internal Data Storage Computers work in binary Binary digit (1 or 0) Known as as BIT (binary digit) Bits generally grouped together as 8 bits (called a byte) A byte can hold 2 8 combinations of 0s and 1s 256 different characters can be represented. When ‘A’ is pressed, is sent to the CPU.

Binary Numbers

Convert the following decimal numbers to binary Convert the following numbers from binary to decimal

Binary Addition! = 11 = 10 = 110 Try these for yourself

ASCII Code American Standard Code for Information Interchange Character ASCII Char ASCII Char ASCII Char ASCII space P h ! Q i " : R j £ ; S k $ < T l % = U m & > V n ' ? W o ) A Y q * B Z r C [ s , D \ t E ] u F ^ v / G _ w

Digitised Sound Input via a microphone Converted from analogue to digital by taking a samples Sampling rate How often the card takes a digital snapshot. (higher – more accurate) Measured in kHz – CD requires 44kHz (samples per second) Higher sampling rate = Better sound quality

Sampling Rates

Digitised Sound Sound can be input using a number of devices As with basic telephone line, sound is analogue (wave form) Converted to digital form (i.e. a binary pattern) for storage and processing Hardware – sound card does conversion from analogue to digital and vice versa. Resolution – accuracy of measurement of amplitude of sound. 8-bit board gives 256 (2 8 ) sound levels. 16-bit board gives 65,536 (2 16 ) levels of amplitude. Sound card has built-in synthesiser.

Musical Instrument Digital Interface MIDI is industry standard applied to: Electronic musical instruments Hardware, cables, connectors & data MIDI interface allows computer to communicate: Keyboards, drum pads, guitars etc.

Musical Instrument Digital Interface MIDI data system stores all information necessary to synthesise musical sounds. Digitally stored data is very compact: 30k for (1 minute of music) Compared with 600k recorded MIDI files on CDs or diskettes can be loaded and re-played through sound card. Music can be altered because it is stored as instructions.

Bit-Mapped Graphics Screen is divided into a grid Each square is called a pixel (picture element) Data about each pixel (picture element) is stored even if the element contains just white space Bigger the picture, the more pixels are stored thus larger file size Do not scale well - gives jagged edges

Bit-Mapped Graphics Higher Resolution has more squares Standard used to be 800x600 but now 1024x768 becoming standard Monochrome only requires 1 bit in memory, (if 1, the pixel is on, if 0 the pixel is off). For colour, each pixel requires 1 byte in memory, giving up to 256 colours for each pixel. Memory is on graphics card – so RAM is not used. The higher the resolution, the sharper the image

Bit-Mapped Graphics Collections of pixels Images created by setting colour and other attributes for each pixel The amount of memory required is dependent upon the display adapter Problems: May not look correct if transferred to another machine with different adapter or resolution Distortion occurs when you try to enlarge the image

Vector-based (or object- oriented) Graphics Graphics represented by recording geometric data NOT graphic data A line defined by is endpoints, length, colour, width, etc Used by CAD programs (or special graphics software) to create the line on any screen Line-art of this type said to be device- independent

Vector Graphics Can be re-sized without any distortion Creates smaller files Allows for much greater accuracy