1 / 11

Processing different formats of data

Processing different formats of data. Data formats. Text Pictures Numbers Sounds. Storing & processing text. Most computers use ASCII But only enough space to code 256 characters i.e. English characters plus a few commonly used international characters

shea
Download Presentation

Processing different formats of data

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Processing different formats of data

  2. Data formats • Text • Pictures • Numbers • Sounds

  3. Storing & processing text • Most computers use ASCII • But only enough space to code 256 characters i.e. English characters plus a few commonly used international characters • Increase in world wide communication has led to a new type of coding UNICODE • 16 bits per character therefore 65,536 characters

  4. Bitmap Made up of pixels Vector based Stored by coordinates at start, end and middle points Storing and processing graphics

  5. Bitmapped graphics • Pixels • Each bit in a stored graphic tells the computer whether a pixel should be on or off therefore the number of bits determines the number of colours • The number of pixels determines the resolution

  6. Bitmapped graphics • 4 bits in a black & white graphic equals 16 shades of grey • 8 bits equals 256 shades • Therefore if each prime colour (red, green and blue) is eight bits then 16 million different shades can be achieved

  7. Problems • Every detail of every pixel needs to be stored leading to large file sizes • If the image is changed it becomes distorted • If shown on a different screen resolution then quality is reduced • Difficult to edit .bmp .jpg .jpeg .pcx .tiff

  8. Vector based graphics • Stored a geometric based data • Possible to scale and remain in proportion • Images can be altered without distortion .ai .cgm .wmf .cdr .mpp

  9. Storing and processing numbers • Stored in binary code using ASCII • Not suitable if calculations required therefore a binary number system has been developed for whole numbers • Uses a predefined base i.e. 1:128 • 128 64 32 16 8 4 2 1 • 0 0 0 1 0 1 0 1 = 21 • What is the binary number code for 201?

  10. Storing and processing numbers • For large numbers two consecutives bytes are used • For real numbers a different system is used known as floating point notation

  11. Storing & processing sounds • Sound travels in analogue waves • Converted to a digital format using an analogue to digital converter (sound card) • Once digitalised it is known as a discrete signal and stored in binary code • The quality is determined by the sampling frequency

More Related