Topic 2 Data and Information. Data Data can be defined as a set of recorded facts, numbers or events that have no meaning.

Size: px
Start display at page:

Download "Topic 2 Data and Information. Data Data can be defined as a set of recorded facts, numbers or events that have no meaning."

Transcription

1 Topic 2 Data and Information Key The Key concepts for this topic are: Data Date is processed to produce information Information 2.1 What is Data? Data Data can be defined as a set of recorded facts, numbers or events that have no meaning. It can be recorded in education in many ways, such as the results of a Science experiment or a healthy eating survey for Food & Nutrition. In this case the set of data values recorded could be 1, 2, 3, 4, 5, 6, 7, 8; which without a context is simply a list of meaningless numbers. Most textbook examples of data are given as a series of alphanumeric characters (includes the full range of alphabetic and numeric character set); but other forms of data could consist of: images, video and sound. Types of Data Computers are logical devices that manipulate data using binary arithmetic, which briefly means only 2 numbers (0 and 1) are used. Data is stored in bytes which are made up of a series of 8 bits; for example, a byte could be So irrespective of the type of data being input into the system it will consist of a series of bytes. Although computer data is based on binary numbers various types of data can be used depending on the way the digital data is interpreted, including the most commonly used: Text / Alphanumeric data types are used where data is text, numbers or a mixture of both. Note that a telephone number needs to be in text format as it usually begins with a zero for the dialling code whereas if the telephone number was in numeric format the leading zero would be deleted. Numeric format data is used where numbers exist that may be part of a calculation. There are various ways the numeric field can be further defined such as INTEGER (example 1245) and REAL OR FLOATING POINT NUMBER (example 25.8). Currency is numeric data that would be based on a floating point number (example ) stored in a special format to main fixed decimal places. Boolean or Logical data is byte sized and is used where only two states for the data are possible, such as True / False, Yes / No, etc. This data is useful in programming or in running database queries where logical conditional statements are used for instance: IF (full_time_student = True) THEN pay_student_grant; AQA AS INFO 2 Course Companion Page 7 of 105 ZigZag Education 2008

2 Images are commonly stored on computers as either bitmaps or vector graphics as detailed below: Bitmap Graphics can be obtained by creating an image in a drawing package, scanning a picture or uploading a photograph from a digital camera or web cam. In this case the image is composed of a series of individual coloured pixels. There are several bitmap file types including BMP (large file size), JPEG (compressed bitmaps) and GIF (compressed low resolution images suitable for web publication). Vector Graphics are normally produced by a specialised drawing package like computer aided design (CAD). It is where the drawing is constructed from geometrical shapes such as points, lines, curves and polygon(s), which are all based upon mathematical equations, to represent an image. Each object is stored in the image, so a line may have the following characteristics, length, and thickness, the position in x-axis and y-axis and finally the colour. So the whole image is made up of a series of vectors that dictate the position of each shape in the drawing. File Size Note that image files are much larger than text files; the smallest image for a web page thumbnail picture is typically about 25 kilobytes or more. High quality photographic images are much larger than web based images and a typical A4 sized photograph will be about 4.5 megabytes or more. By way of contrasts, text files are much smaller at they are made up of text characters where each character is stored in one byte. Audio data is made up of sound waves (analogue inputs) that have to be converted to digital inputs before any processing can be carried out with them. This is achieved by converting taking a sample of the sound wave and using an analogue-to-digital converter (ADC) to gain a digital sound signal. Sound files in windows are WAV files and they can be quite large. Recently there have been developments to compress these files into MP3 format, which has become the standard for downloading and playing music on portable devices. Video images are made up of a series of images that can include a soundtrack. The common standard used is the compressed MPEG / MPEG-2 file formats. Flash movies can be produced using Macromedia Flash software and are played on a free downloadable flash player; this software is mainly used for producing animations which are stored in SWF file format and have small file sizes. Source of Data Data can be collected from a variety of sources, either directly or indirectly. Direct data is where the data collected is for a specific purpose, such as collecting the customer details, credit card details and the products they have bought in an online shopping transaction. It is obvious that all the data collected in this case is necessary for the online shop to complete the transaction and dispatch the goods to the correct address. When data collected by a company for one purpose is manipulated for a completely different purpose, this is said to be indirect data. Using the online shop as an example, directly collected data on previous purchases could be used to generate an individual customer profile; s could then be sent promoting goods that are likely to be of interest to the customer. A similar technique is used by the supermarket chain Tesco, where they create a customer profile linked to purchases detected using their Loyalty card. AQA AS INFO 2 Course Companion Page 8 of 105 ZigZag Education 2008

3 Coding Data In some cases there is a need to code data on collection to enable easier data input. This technique is often used by the operator to shorten the inputs on a paper-based form prior to data entry. Typical codes in this situation could be: Y for Yes and N for No M for Male and F for Female GB for Great Britain DD/MM/YYYY for a date to ensure a consistent input. Coding data has many advantages: It reduces the amount of data storage space required, especially in a large database. It can speed up the process of typing the information in, as there are less keys to press. It makes it easier to validate (check) data as the words on screen are shorter or abbreviations. Coded data takes up less space when it is displayed on screen or a printout. Encoding Data It is necessary to encode data that is input into an ICT system so it is in a form that can be understood by the machine. As already discussed computers only understand binary so in the simple case where we press a key on the keyboard the signal received by the computer has to be converted into a string of binary digits; for keyboard entry only 8 bits or one byte is needed to represent a character; for example, the number 9 is represented by , which is equivalent to the decimal number 57. The standard encoding used is known as ASCII and in the following table are shown some typical codes for various keys on the keyboard. Decimal Binary Code Keyboard Character : ; < = Images are encoded in much the same way except they use much more storage space. AQA AS INFO 2 Course Companion Page 9 of 105 ZigZag Education 2008

4 A high resolution photographic image of a building in Barcelona is shown below: When saved as a digital photograph it will be encoded into a series of colours for each pixel; without compression this would make a large image. Compression uses a technique to write formulas to map areas of the image which are the same colour. To express this simply, many parts of the sky in the example are the same colour and so could be saved as a series of large coloured rectangles, which would use less memory than storing each individual pixel. The code for the photographic image of a building in Barcelona is displayed using notepad text editor; this demonstrates that the encoded data is in a machine code and is unable to be understood by a person. The characters displayed are not in binary but a longer machine understandable code for this JPEG image file. The code will change for this image if the file format is changed or it is compressed. Note that image compression is the application of data compression on digital images, whereby redundancy is reduced in the image data so it can be stored in an efficient form. AQA AS INFO 2 Course Companion Page 10 of 105 ZigZag Education 2008

5 2.2 Data Processing Processing is required to enable information to be produced from data; there are a variety of data processing techniques employed including: Calculations where, for example, the input data is a gas meter reading which is converted into a volume of gas and multiplied by the cost to produce the information required which, in this case, is a final bill. Image Manipulation where the raw data, which is an input image, is processed, for example, by cropping, changing contrast and brightness. The resultant image can be further processed by saving it in a compressed format for website display purposes. Logical Processing where data in a database can be queried using logical operations to produce the information required. A typical example could be querying a database to gain a list of all the people over 18 years old by generating a logical operation on their date of birth. Audio / Visual (AV) Processing in this case AV editing software can be used to adjust sound by, for example, increasing the base and to adjust video by inserting or deleting images (or frames) into the video footage. 2.3 Information Information is obtained when data has been processed to give it context and meaning to the user. Raw Data Processed to give Meaning Information There are many examples where data that has no meaning can easily be processed and turned into information; the following example illustrates the point: Supermarket EPOS Transactions Example 1. At the electronic point of sale the till operator scans each purchase into the system using a bar code device; the bar codes inputted are actually meaningless to a human. 2. The system processes the total transaction and bar code data is used to gain access to product description, name of manufacturer, size of product, cost of product, number of each item purchased, etc. 3. The system then calculates a total for the transaction and prints a receipt with all of this information displayed on it. So the bar code data has been processed to print out information on the till receipt. AQA AS INFO 2 Course Companion Page 11 of 105 ZigZag Education 2008

6 2.4 Quality of Information Nowadays information is sold on the open market in the same way as any other commodity. Information is also collected by organisations from their own transactions for use in marketing their products and in general decision-making. Clearly the quality of the information will have a direct bearing on the success of any marketing and in the value of any decisions made. The main factors that affect the quality of information are described below: Accurate information can be used for either marketing or decision-making, but in each case it needs to be accurate. A mail merge marketing letter with inaccurate post codes will not reach the intended audience and increase company sales. Relevant information should be relevant and concise; if the user has more information than they actually need they are wasting storage space and may also get confused by considering additional irrelevant facts in their decision-making. If a supermarket is planning to build a new store they would be interested in facts like the size of the local population, where rival supermarkets are located in the area and the availability of suitable sites. The number and location of nearby bars and restaurants is irrelevant in their decision-making and may confuse them. Up to date information needs to be accurate and up to date when it is presented. The decision to restock a DIY store would be unsuccessful if based on stock levels that are three months out of date. Also a customer database that had not been updated for ten years would have many errors in it as people would have moved house, so any mail shot campaign would most likely be ineffective. Complete information needs to have all the essential details needed for a task. A mail shot letter sent as part of a marketing campaign is not likely to yield success if the name of the person at the address is unknown; mailing letters to The Occupier are normally consigned to the dustbin without being opened. In a similar manner calculating the combined sales figures for a well known supermarket in the West Country would be of little use in decision-making if the details for the county of Devon were missing. Understandable it is critical that any information received in a report is understandable by the person who is receiving the report. A company may be considering entering into ecommerce and may commission a website designer to investigate their options and send them a written report based on their findings. The organisation will struggle to make a good decision if the report they receive has lots of complicated technical terms that they don t understand. The report should be written in a style that reflects the capability of the user and if necessary should be actually presented by the author. Timely it is important that information is presented at the time when it is most needed. If decisions have to be made all the information should be on hand to aid the decision-making process. An example of the timeliness of information could be when a company is planning to relocate its offices and warehouse to a new area of the country. To help them decide on the new location they have tasked a staff member with researching current and proposed transport links. It is crucial that they have all this transport information on hand prior to making a choice, as some areas could be ruled out due to ignorance of a new road scheme that will be in place in the near future. AQA AS INFO 2 Course Companion Page 12 of 105 ZigZag Education 2008

Standard File Formats

Standard File Formats Standard File Formats Introduction:... 2 Text: TXT and RTF... 4 Grapics: BMP, GIF, JPG and PNG... 5 Audio: WAV and MP3... 8 Video: AVI and MPG... 11 Page 1 Introduction You can store many different types

More information

Final Study Guide Arts & Communications

Final Study Guide Arts & Communications Final Study Guide Arts & Communications Programs Used in Multimedia Developing a multimedia production requires an array of software to create, edit, and combine text, sounds, and images. Elements of Multimedia

More information

CHAPTER 2 - DIGITAL DATA REPRESENTATION AND NUMBERING SYSTEMS

CHAPTER 2 - DIGITAL DATA REPRESENTATION AND NUMBERING SYSTEMS CHAPTER 2 - DIGITAL DATA REPRESENTATION AND NUMBERING SYSTEMS INTRODUCTION Digital computers use sequences of binary digits (bits) to represent numbers, letters, special symbols, music, pictures, and videos.

More information

Unicode. Standard Alphanumeric Formats. Unicode Version 2.1 BCD ASCII EBCDIC

Unicode. Standard Alphanumeric Formats. Unicode Version 2.1 BCD ASCII EBCDIC Standard Alphanumeric Formats Unicode BCD ASCII EBCDIC Unicode Next slides 16-bit standard Developed by a consortia Intended to supercede older 7- and 8-bit codes Unicode Version 2.1 1998 Improves on version

More information

Introduction to Computer Science (I1100) Data Storage

Introduction to Computer Science (I1100) Data Storage Data Storage 145 Data types Data comes in different forms Data Numbers Text Audio Images Video 146 Data inside the computer All data types are transformed into a uniform representation when they are stored

More information

DATA TYPES. Numeric Data

DATA TYPES. Numeric Data Numeric Data Numeric data simply means numbers. But, numbers come in a variety of different types... Integers An integer is a whole number - it has no decimal or fractional parts. Integers can be either

More information

3.01C Multimedia Elements and Guidelines Explore multimedia systems, elements and presentations.

3.01C Multimedia Elements and Guidelines Explore multimedia systems, elements and presentations. 3.01C Multimedia Elements and Guidelines 3.01 Explore multimedia systems, elements and presentations. Multimedia Fair Use Guidelines Guidelines for using copyrighted multimedia elements include: Text Motion

More information

Example 1: Denary = 1. Answer: Binary = (1 * 1) = 1. Example 2: Denary = 3. Answer: Binary = (1 * 1) + (2 * 1) = 3

Example 1: Denary = 1. Answer: Binary = (1 * 1) = 1. Example 2: Denary = 3. Answer: Binary = (1 * 1) + (2 * 1) = 3 1.1.1 Binary systems In mathematics and digital electronics, a binary number is a number expressed in the binary numeral system, or base-2 numeral system, which represents numeric values using two different

More information

Chapter 1. Data Storage Pearson Addison-Wesley. All rights reserved

Chapter 1. Data Storage Pearson Addison-Wesley. All rights reserved Chapter 1 Data Storage 2007 Pearson Addison-Wesley. All rights reserved Chapter 1: Data Storage 1.1 Bits and Their Storage 1.2 Main Memory 1.3 Mass Storage 1.4 Representing Information as Bit Patterns

More information

3 Data Storage 3.1. Foundations of Computer Science Cengage Learning

3 Data Storage 3.1. Foundations of Computer Science Cengage Learning 3 Data Storage 3.1 Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: List five different data types used in a computer. Describe how

More information

GCSE Computing. Revision Pack TWO. Data Representation Questions. Name: /113. Attempt One % Attempt Two % Attempt Three %

GCSE Computing. Revision Pack TWO. Data Representation Questions. Name: /113. Attempt One % Attempt Two % Attempt Three % GCSE Computing Revision Pack TWO Data Representation Questions Name: /113 Attempt One % Attempt Two % Attempt Three % Areas of Strength Areas for Development 1. Explain how ASCII is used to represent text

More information

Prentice Hall. Learning Microsoft PowerPoint , (Weixel et al.) Arkansas Multimedia Applications I - Curriculum Content Frameworks

Prentice Hall. Learning Microsoft PowerPoint , (Weixel et al.) Arkansas Multimedia Applications I - Curriculum Content Frameworks Prentice Hall Learning Microsoft PowerPoint 2007 2008, (Weixel et al.) C O R R E L A T E D T O Arkansas Multimedia s I - Curriculum Content Frameworks Arkansas Multimedia s I - Curriculum Content Frameworks

More information

Preview from Notesale.co.uk Page 2 of 88

Preview from Notesale.co.uk Page 2 of 88 Contents About this Guide Information for Students... Be Revise-Wise How to Use this Guide to Do Well in Your Exams... Revision Checklist... 4 1 Data and Quality of Data... 5 1.1 Encoding and Storing Data...7

More information

Digital Media. Daniel Fuller ITEC 2110

Digital Media. Daniel Fuller ITEC 2110 Digital Media Daniel Fuller ITEC 2110 Daily Question: Which statement is True? 5 + 5 = 10 1 + 1 = 10 F + 1 = 10 Email answer to DFullerDailyQuestion@gmail.com Subject Line: ITEC2110-26 First, some mac

More information

Jianhui Zhang, Ph.D., Associate Prof. College of Computer Science and Technology, Hangzhou Dianzi Univ.

Jianhui Zhang, Ph.D., Associate Prof. College of Computer Science and Technology, Hangzhou Dianzi Univ. Jianhui Zhang, Ph.D., Associate Prof. College of Computer Science and Technology, Hangzhou Dianzi Univ. Email: jh_zhang@hdu.edu.cn Copyright 2015 Pearson Education, Inc. Chapter 1: Data Storage Computer

More information

Multimedia on the Web

Multimedia on the Web Multimedia on the Web Graphics in web pages Downloading software & media Digital photography JPEG & GIF Streaming media Macromedia Flash Graphics in web pages Graphics are very popular in web pages Graphics

More information

Data Storage. Slides derived from those available on the web site of the book: Computer Science: An Overview, 11 th Edition, by J.

Data Storage. Slides derived from those available on the web site of the book: Computer Science: An Overview, 11 th Edition, by J. Data Storage Slides derived from those available on the web site of the book: Computer Science: An Overview, 11 th Edition, by J. Glenn Brookshear Copyright 2012 Pearson Education, Inc. Data Storage Bits

More information

Bits and Bit Patterns

Bits and Bit Patterns Bits and Bit Patterns Bit: Binary Digit (0 or 1) Bit Patterns are used to represent information. Numbers Text characters Images Sound And others 0-1 Boolean Operations Boolean Operation: An operation that

More information

Industrial Technology

Industrial Technology 2016 HIGHER SCHOOL CERTIFICATE EXAMINATION Industrial Technology Multimedia Technologies Total marks 40 General Instructions Reading time 5 minutes Working time 1 1 2 hours Write using black pen Draw diagrams

More information

COMP : Practical 11 Video

COMP : Practical 11 Video COMP126-2006: Practical 11 Video Flash is designed specifically to transmit animated and interactive documents compactly and quickly over the Internet. For this reason we tend to think of Flash animations

More information

Template Graphics Guidelines

Template Graphics Guidelines Contents Page Overview 1 Screensaver Formats 1 Pop-Up Formats 2 Ticker Formats 3 Banner Formats 3 Web Page Formats 4 Edge Transparency Not Supported 5 Graphics Files 5 Bitmap vs Vector 6 Bitmap Pixellation

More information

The type of all data used in a C++ program must be specified

The type of all data used in a C++ program must be specified The type of all data used in a C++ program must be specified A data type is a description of the data being represented That is, a set of possible values and a set of operations on those values There are

More information

Topics. Hardware and Software. Introduction. Main Memory. The CPU 9/21/2014. Introduction to Computers and Programming

Topics. Hardware and Software. Introduction. Main Memory. The CPU 9/21/2014. Introduction to Computers and Programming Topics C H A P T E R 1 Introduction to Computers and Programming Introduction Hardware and Software How Computers Store Data Using Python Introduction Computers can be programmed Designed to do any job

More information

Data Representation and Networking

Data Representation and Networking Data Representation and Networking Instructor: Dmitri A. Gusev Spring 2007 CSC 120.02: Introduction to Computer Science Lecture 3, January 30, 2007 Data Representation Topics Covered in Lecture 2 (recap+)

More information

b A bit is the basic unit for storing electronic data, for example an MP3 file. The term bit is a

b A bit is the basic unit for storing electronic data, for example an MP3 file. The term bit is a Digital download and file storage Syllabus: FSCo2 Focus Study: Mathematics and Communication Digital Storage b A bit is the basic unit for storing electronic data, for example an MP3 file. The term bit

More information

AS Module 1 (I CT1): TOPIC Information and Data

AS Module 1 (I CT1): TOPIC Information and Data AS Module (I CT): TOPIC 3.2.2 Information and Data. Describe with the aid of examples, the difference between information and data. (4 marks) Information is derived data in the context of use. Example:

More information

GUIDELINES FOR WEB SITE DESIGN CHAPTER 10

GUIDELINES FOR WEB SITE DESIGN CHAPTER 10 GUIDELINES FOR WEB SITE DESIGN CHAPTER 10 What makes a Web site good? Who defines good? From whose perspective is it good the site visitor or the sponsoring organization? The following questions and tips

More information

Lesson 7 Software Fundamentals

Lesson 7 Software Fundamentals Software Fundamentals Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition 1 Objectives Identify the fundamental concepts of wordprocessing software. Identify the fundamental concepts

More information

The type of all data used in a C (or C++) program must be specified

The type of all data used in a C (or C++) program must be specified The type of all data used in a C (or C++) program must be specified A data type is a description of the data being represented That is, a set of possible values and a set of operations on those values

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future Twelfth Edition Chapter 5: Application Software: Tools for Productivity Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Application Software: Tools for Productivity

More information

1. Introduction to Multimedia

1. Introduction to Multimedia Standard:11 1. Introduction to Multimedia Communication is an integral part of our life. We use various means of communication like radio, newspaper, television, theatre, movies, internet and others. These

More information

Discussion. Why do we use Base 10?

Discussion. Why do we use Base 10? MEASURING DATA Data (the plural of datum) are anything in a form suitable for use with a computer. Whatever a computer receives as an input is data. Data are raw facts without any clear meaning. Computers

More information

Introduction to Geographic Information Systems Dr. Arun K Saraf Department of Earth Sciences Indian Institute of Technology, Roorkee

Introduction to Geographic Information Systems Dr. Arun K Saraf Department of Earth Sciences Indian Institute of Technology, Roorkee Introduction to Geographic Information Systems Dr. Arun K Saraf Department of Earth Sciences Indian Institute of Technology, Roorkee Lecture 04 Raster data model and comparisons with vector Hello friends,

More information

Unit 2 Digital Information. Chapter 1 Study Guide

Unit 2 Digital Information. Chapter 1 Study Guide Unit 2 Digital Information Chapter 1 Study Guide 2.5 Wrap Up Other file formats Other file formats you may have encountered or heard of include:.doc,.docx,.pdf,.mp4,.mov The file extension you often see

More information

2nd Paragraph should make a point (could be an advantage or disadvantage) and explain the point fully giving an example where necessary.

2nd Paragraph should make a point (could be an advantage or disadvantage) and explain the point fully giving an example where necessary. STUDENT TEACHER WORKING AT GRADE TERM TARGET CLASS YEAR TARGET The long answer questions in this booklet are designed to stretch and challenge you. It is important that you understand how they should be

More information

Web Design, 5 th Edition

Web Design, 5 th Edition Typography and Images Web Design, th Edition Chapter Objectives Explain webpage typography issues Discuss effective use of webpage images Describe image file formats Discuss how to prepare web-ready images

More information

1.6 Graphics Packages

1.6 Graphics Packages 1.6 Graphics Packages Graphics Graphics refers to any computer device or program that makes a computer capable of displaying and manipulating pictures. The term also refers to the images themselves. A

More information

St. Benedict s High School. Computing Science. Software Design & Development. (Part 2 Computer Architecture) National 5

St. Benedict s High School. Computing Science. Software Design & Development. (Part 2 Computer Architecture) National 5 Computing Science Software Design & Development (Part 2 Computer Architecture) National 5 DATA REPRESENTATION Numbers Binary/Decimal Conversion Example To convert 69 into binary: write down the binary

More information

255, 255, 0 0, 255, 255 XHTML:

255, 255, 0 0, 255, 255 XHTML: Colour Concepts How Colours are Displayed FIG-5.1 Have you looked closely at your television screen recently? It's in full colour, showing every colour and shade that your eye is capable of seeing. And

More information

ICT WORKSHEET GRADE 9 TERM1 EXAMINATION

ICT WORKSHEET GRADE 9 TERM1 EXAMINATION ICT WORKSHEET GRADE 9 TERM1 EXAMINATION Q1. (A) Give the most suitable device and one advantage and disadvantage of suggested method to (i) Input sound. (ii) Insert a hand-drawn map into a document (iii)

More information

Computing at Cox Green Curriculum Plan. Key Stage 3 Year 7

Computing at Cox Green Curriculum Plan. Key Stage 3 Year 7 Computing at Cox Green Curriculum Plan Key Stage 3 Year 7 Term 1 Term 2 Term 3 Term 4 Term 5 Term 6 E-safety Database Programming Spreadsheet and modelling Web design How data is represented in s? How

More information

Data Modelling: 1 Entity, Keys & Attributes

Data Modelling: 1 Entity, Keys & Attributes Data Modelling: 1 Entity, Keys & Attributes Introduction Data (information) has become as precious a commodity to the organisation as the product they sell. The data and information accumulated by a company

More information

Introduction to Computer Graphics

Introduction to Computer Graphics Introduction to 1.1 What is computer graphics? it would be difficult to overstate the importance of computer and communication technologies in our lives. Activities as wide-ranging as film making, publishing,

More information

Basic features. Adding audio files and tracks

Basic features. Adding audio files and tracks Audio in Pictures to Exe Introduction In the past the conventional wisdom was that you needed a separate audio editing program to produce the soundtrack for an AV sequence. However I believe that PTE (Pictures

More information

Worksheet - Storing Data

Worksheet - Storing Data Unit 1 Lesson 12 Name(s) Period Date Worksheet - Storing Data At the smallest scale in the computer, information is stored as bits and bytes. In this section, we'll look at how that works. Bit Bit, like

More information

Advanced High Graphics

Advanced High Graphics VISUAL MEDIA FILE TYPES JPG/JPEG: (Joint photographic expert group) The JPEG is one of the most common raster file formats. It s a format often used by digital cameras as it was designed primarily for

More information

Data Representation From 0s and 1s to images CPSC 101

Data Representation From 0s and 1s to images CPSC 101 Data Representation From 0s and 1s to images CPSC 101 Learning Goals After the Data Representation: Images unit, you will be able to: Recognize and translate between binary and decimal numbers Define bit,

More information

2018 Computing Science. National 5. Finalised Marking Instructions

2018 Computing Science. National 5. Finalised Marking Instructions National Qualifications 208 208 Computing Science National 5 Finalised Marking Instructions Scottish Qualifications Authority 208 The information in this publication may be reproduced to support SQA qualifications

More information

C H A P T E R 1. Introduction to Computers and Programming

C H A P T E R 1. Introduction to Computers and Programming C H A P T E R 1 Introduction to Computers and Programming Topics Introduction Hardware and Software How Computers Store Data How a Program Works Using Python Computer Uses What do students use computers

More information

Compression; Error detection & correction

Compression; Error detection & correction Compression; Error detection & correction compression: squeeze out redundancy to use less memory or use less network bandwidth encode the same information in fewer bits some bits carry no information some

More information

NUMBERS AND DATA REPRESENTATION. Introduction to Computer Engineering 2015 Spring by Euiseong Seo

NUMBERS AND DATA REPRESENTATION. Introduction to Computer Engineering 2015 Spring by Euiseong Seo NUMBERS AND DATA REPRESENTATION Introduction to Computer Engineering 2015 Spring by Euiseong Seo Chapter Goals Distinguish among categories of numbers Describe positional notation Convert numbers in other

More information

OCR J276 GCSE Computer Science

OCR J276 GCSE Computer Science Name: Class Teacher: Date: OCR J276 GCSE Computer Science REVISION BOOKLET 2.6 DATA REPRESENTATION Content in J276 GCSE Computer Science: 1.1 Systems Architecture 1.2 Memory 1.3 Storage 1.4 Wireless and

More information

MEDIA RELATED FILE TYPES

MEDIA RELATED FILE TYPES MEDIA RELATED FILE TYPES Data Everything on your computer is a form of data or information and is ultimately reduced to a binary language of ones and zeros. If all data stayed as ones and zeros the information

More information

Basic data types. Building blocks of computation

Basic data types. Building blocks of computation Basic data types Building blocks of computation Goals By the end of this lesson you will be able to: Understand the commonly used basic data types of C++ including Characters Integers Floating-point values

More information

PowerPoint Level 2. An advanced class in presentation software. Phone: SCIENCE SKILL SOLUTIONS TECH CENTER

PowerPoint Level 2. An advanced class in presentation software. Phone: SCIENCE SKILL SOLUTIONS TECH CENTER PowerPoint Level 2 An advanced class in presentation software Phone: 392-3900 Email: training@vpha.ufl.edu TECH SKILL SOLUTIONS FOR THE HEALTH SCIENCE CENTER Last modified December 13, 2001 Using the Slide

More information

Module 2. Input and output devices Page 11

Module 2. Input and output devices Page 11 Module 2 Input and output devices Page 11 A) Manual Input Devices Keyboards QWERTY Keyboards Numeric Keypads Concept Keyboards Pointing Devices Mouse Touchpad QWERTY KEYBOARDS Quiz Why are the keys of

More information

GCSE Computer Science Component 02

GCSE Computer Science Component 02 GCSE Computer Science Component 02 Revision Computational Thinking ABSTRACTION Making a problem simpler by removing unnecessary details. This is important when coding as it: Makes it easier to code! Means

More information

ICT IGCSE Theory Revision Presentation 2.1 Input devices and their uses

ICT IGCSE Theory Revision Presentation 2.1 Input devices and their uses Identify input devices and their uses, e.g. keyboard, numeric keypad, pointing devices (such as mouse, touchpad, tracker ball), remote control, joystick/driving wheel, touch screen, scanners, digital cameras,

More information

Computer Systems. IGCSE OCR AQA Edexcel Understand the term. embedded system and how an Purpose of embedded system

Computer Systems. IGCSE OCR AQA Edexcel Understand the term. embedded system and how an Purpose of embedded system This scheme gives pupils an introduction to computer systems and begins with students getting a real idea of the functions of the main hardware components by creating their own cardboard laptop. By looking

More information

SOFTWARE AND MULTIMEDIA. Chapter 6 Created by S. Cox

SOFTWARE AND MULTIMEDIA. Chapter 6 Created by S. Cox SOFTWARE AND MULTIMEDIA Chapter 6 Created by S. Cox OBJECTIVES Classify multimedia application software Describe software needed to create elements of a multimedia production Identify the software used

More information

Flying Start AS Computer Science. September 2015

Flying Start AS Computer Science. September 2015 Flying Start AS Computer Science September 2015 Name: To your first AS Computing lesson, you will need to bring: 1. A folder with dividers An A4 ring binder with labelled A4 dividers would be ideal. The

More information

IGCSE Information Communication Technology (ICT) Syllabus code Section 5: Data types

IGCSE Information Communication Technology (ICT) Syllabus code Section 5: Data types IGCSE Information Communication Technology (ICT) Syllabus code 0417 Section 5: Data types At the end of this Unit students will be able to: (a) identify different data types: logical/boolean, alphanumeric/text,

More information

Analogue vs. Discrete data

Analogue vs. Discrete data CL 1 Analogue vs. Discrete data analogue data Analogue vs. Discrete data Data is the raw information that is input into the computer. In other words, data is information that is not yet processed by the

More information

Final Labs and Tutors

Final Labs and Tutors ICT106 Fundamentals of Computer Systems - Topic 2 REPRESENTATION AND STORAGE OF INFORMATION Reading: Linux Assembly Programming Language, Ch 2.4-2.9 and 3.6-3.8 Final Labs and Tutors Venue and time South

More information

Representing Graphical Data

Representing Graphical Data Representing Graphical Data Chapman & Chapman, chapters 3,4,5 Richardson 1 Graphics in IT82 What does computer graphics cover? IT82 Input, output, and representation of graphical data Creation of graphics

More information

Year 8 Computing Science End of Term 3 Revision Guide

Year 8 Computing Science End of Term 3 Revision Guide Year 8 Computing Science End of Term 3 Revision Guide Student Name: 1 Hardware: any physical component of a computer system. Input Device: a device to send instructions to be processed by the computer

More information

8/16/12. Computer Organization. Architecture. Computer Organization. Computer Basics

8/16/12. Computer Organization. Architecture. Computer Organization. Computer Basics Computer Organization Computer Basics TOPICS Computer Organization Data Representation Program Execution Computer Languages 1 2 Architecture Computer Organization n central-processing unit n performs the

More information

SMK SEKSYEN 5,WANGSAMAJU KUALA LUMPUR FORM

SMK SEKSYEN 5,WANGSAMAJU KUALA LUMPUR FORM SMK SEKSYEN 5,WANGSAMAJU 53300 KUALA LUMPUR FORM 5 LEARNING AREA 4 MULTIMEDIA Ramadan, SMK Pekan 2007 MULTIMEDIA LESSON 21 MULTIMEDIA CONCEPTS DEFINITION OF MULTIMEDIA Multimedia has been used in many

More information

Streaming Technologies Glossary

Streaming Technologies Glossary Streaming Technologies Glossary A ACELP.net ADSL AIFF Artifact Asf Asx Avi B Bitrate C C Capture card Codec CIF (QCIF) Client Industry standard audio compression technology developed by VoiceAge Corporation.

More information

Switching to AQA from Edexcel

Switching to AQA from Edexcel Switching to AQA from Edexcel This resource compares our new GCSE Computer Science specification (8520) with the new Edexcel Computer Science specification (1CP1). If you are thinking of switching from

More information

Tips on DVD Authoring and DVD Duplication M A X E L L P R O F E S S I O N A L M E D I A

Tips on DVD Authoring and DVD Duplication M A X E L L P R O F E S S I O N A L M E D I A Tips on DVD Authoring and DVD Duplication DVD Authoring - Introduction The postproduction business has certainly come a long way in the past decade or so. This includes the duplication/authoring aspect

More information

Lecture 19 Media Formats

Lecture 19 Media Formats Revision IMS2603 Information Management in Organisations Lecture 19 Media Formats Last week s lectures looked at MARC as a specific instance of complex metadata representation and at Content Management

More information

OBJECTIVES After reading this chapter, the student should be able to:

OBJECTIVES After reading this chapter, the student should be able to: Data Representation OBJECTIVES After reading this chapter, the student should be able to: Define data types. Visualize how data are stored inside a computer. Understand the differences between text, numbers,

More information

Staff Microsoft Office Training Workshops

Staff Microsoft Office Training Workshops Staff Microsoft Office Training Workshops To see Course Information Hold down the CTRL key on the keyboard & click on the page number Contents Introduction to Office 365... 1 Introduction to Access Database

More information

Not For Sale. Glossary

Not For Sale. Glossary Glossary Actor A sprite and the role it plays as it interacts with another sprite on the stage. Animated GIF A graphic made up of two or more frames, each of which is displayed as an automated sequence

More information

AQA GCSE Computer Science PLC

AQA GCSE Computer Science PLC 1 - Fundamentals of Algorithms Useful Websites BBC Bite Size Cambridge GCSE Exam Dates https://www.bbc.co.uk/education/subjects/z34k7ty Paper 1 14/05/2018 am https://www.cambridgegcsecomputing.org/ Paper

More information

Bits, bytes, binary numbers, and the representation of information

Bits, bytes, binary numbers, and the representation of information Bits, bytes, binary numbers, and the representation of information computers represent, process, store, copy, and transmit everything as numbers hence "digital computer" the numbers can represent anything

More information

MRIEHEL SECONDARY SCHOOL HALF-YEARLY EXAMINATIONS 2016~17. Year 9 Computing Time: 1hr 30mins

MRIEHEL SECONDARY SCHOOL HALF-YEARLY EXAMINATIONS 2016~17. Year 9 Computing Time: 1hr 30mins MRIEHEL SECONDARY SCHOOL HALF-YEARLY EXAMINATIONS 2016~17 Year 9 Computing Time: 1hr 30mins Name: Class: Please read the following instructions carefully: 1. Answer ALL the questions in the space provided

More information

[301] Bits and Memory. Tyler Caraza-Harter

[301] Bits and Memory. Tyler Caraza-Harter [301] Bits and Memory Tyler Caraza-Harter Ones and Zeros 01111111110101011000110010011011000010010001100110101101 01000101110110000000110011101011101111000110101010010011 00011000100110001010111010110001010011101000100110100000

More information

Input devices are hardware devices that allow data to be entered into a computer.

Input devices are hardware devices that allow data to be entered into a computer. 1.4.2 Input Devices Input devices are hardware devices that allow data to be entered into a computer. Input devices are part of the four main hardware components of a computer system. The Image below shows

More information

Data Types What is a Data type? A Data type defines how a pattern of bits will be interpreted. What are Intrinsic Data types? Intrinsic data types are the data types that are defined within a particular

More information

Graphics in IT82. Representing Graphical Data. Graphics in IT82. Lectures Overview. Representing Graphical Data. Logical / Physical Representation

Graphics in IT82. Representing Graphical Data. Graphics in IT82. Lectures Overview. Representing Graphical Data. Logical / Physical Representation Graphics in IT82 What does computer graphics cover? Representing Graphical Data Chapman & Chapman, chapters 3,4,5 Richardson IT82 Input, output, and representation of graphical data Creation of graphics

More information

MINI MOCK (MIMO) Computer Science 2210

MINI MOCK (MIMO) Computer Science 2210 MINI MOCK (MIMO) Computer Science 2210 For Class 9th Abstract The Mini Mock examination paper for Final Term 2016-17 INSTRUCTIONS This Mini Mock paper is designed to test your preparation for Final-Term

More information

Professional Powerpoint Presentation II

Professional Powerpoint Presentation II Professional Powerpoint Presentation II Facilitator: Patrick Ng Fall 2012 Practical concerns in delivering presentation Creative Visual Possibility & Optimization for Presentation PPTII & IV: Quick Style,

More information

Data Representation 1

Data Representation 1 1 Data Representation Outline Binary Numbers Adding Binary Numbers Negative Integers Other Operations with Binary Numbers Floating Point Numbers Character Representation Image Representation Sound Representation

More information

Organisation and Presentation of Data in Medical Research Dr K Saji.MD(Hom)

Organisation and Presentation of Data in Medical Research Dr K Saji.MD(Hom) Organisation and Presentation of Data in Medical Research Dr K Saji.MD(Hom) Any data collected by a research or reference also known as raw data are always in an unorganized form and need to be organized

More information

CSE COMPUTER USE: Fundamentals Test 1 Version D

CSE COMPUTER USE: Fundamentals Test 1 Version D Name:, (Last name) (First name) Student ID#: Registered Section: Instructor: Lew Lowther Solutions York University Faculty of Pure and Applied Science Department of Computer Science CSE 1520.03 COMPUTER

More information

a- As a special case, if there is only one symbol, no bits are required to specify it.

a- As a special case, if there is only one symbol, no bits are required to specify it. Codes A single bit is useful if exactly two answers to a question are possible. Examples include the result of a coin toss (heads or tails), Most situations in life are more complicated. This chapter concerns

More information

Section 6 Storage Space

Section 6 Storage Space Section 6 Storage Space By the end of this section you should be able to: Access and use storage devices View used and available space Understand file compression Compress and edit files Extract compressed

More information

Your very own movie studio. menu bar

Your very own movie studio. menu bar Movie Maker This presentation will get you started with using Windows Movie Maker - Your very own movie studio. It provides step by step instructions for adding photos, videos, audio files etc. Quickly

More information

CS 100 Spring Lecture Notes 3/8/05 Review for Exam 2

CS 100 Spring Lecture Notes 3/8/05 Review for Exam 2 CS 100 Spring 2005 Lecture Notes 3/8/05 Review for Exam 2 The second exam is Thursday, March 10. It will cover topics from Homework 2 through Homework 4, including anything pertaining to binary representation.

More information

Computing Key Skills

Computing Key Skills Expected Year 1 Can they create a simple series of instructions - left and right? Can they record their routes? Do they understand forwards, backwards, up and down? Can they put two instructions together

More information

WJEC (Eduqas) GCSE ICT to Pearson Certificate in Digital Applications (CiDA) Mapping Document

WJEC (Eduqas) GCSE ICT to Pearson Certificate in Digital Applications (CiDA) Mapping Document WJEC (Eduqas) GCSE ICT to Pearson Certificate in Digital Applications (CiDA) Mapping Document Introduction If you are thinking of switching from WJEC (Eduqas) GCSE ICT to the Pearson Edexcel Certificate

More information

Roll No. : Invigilator's Signature :.. GRAPHICS AND MULTIMEDIA. Time Allotted : 3 Hours Full Marks : 70

Roll No. : Invigilator's Signature :.. GRAPHICS AND MULTIMEDIA. Time Allotted : 3 Hours Full Marks : 70 Name : Roll No. : Invigilator's Signature :.. CS/MCA/SEM-4/MCA-402/2012 2012 GRAPHICS AND MULTIMEDIA Time Allotted : 3 Hours Full Marks : 70 The figures in the margin indicate full marks. Candidates are

More information

These notes are designed to provide an introductory-level knowledge appropriate to understanding the basics of digital data formats.

These notes are designed to provide an introductory-level knowledge appropriate to understanding the basics of digital data formats. A brief guide to binary data Mike Sandiford, March 2001 These notes are designed to provide an introductory-level knowledge appropriate to understanding the basics of digital data formats. The problem

More information

Gerald's Column by Gerald Fitton

Gerald's Column by Gerald Fitton Gerald's Column by Gerald Fitton I've had quite a lot of feedback this month about some recent and some long ago articles; I wasn't sure whether to do a PipeDream/Fireworkz article, a domain name or email

More information

Lecture #3: Digital Music and Sound

Lecture #3: Digital Music and Sound Lecture #3: Digital Music and Sound CS106E Spring 2018, Young In this lecture we take a look at how computers represent music and sound. One very important concept we ll come across when studying digital

More information

GCSE ICT AQA Specification A (Short Course) Summary

GCSE ICT AQA Specification A (Short Course) Summary GCSE ICT AQA Specification A (Short Course) Summary 9.1 The general structure of information systems Understand that information systems may be described in terms of inputs, storage, processing, outputs

More information

DigiPoints Volume 1. Student Workbook. Module 8 Digital Compression

DigiPoints Volume 1. Student Workbook. Module 8 Digital Compression Digital Compression Page 8.1 DigiPoints Volume 1 Module 8 Digital Compression Summary This module describes the techniques by which digital signals are compressed in order to make it possible to carry

More information

9/8/2016. Characteristics of multimedia Various media types

9/8/2016. Characteristics of multimedia Various media types Chapter 1 Introduction to Multimedia Networking CLO1: Define fundamentals of multimedia networking Upon completion of this chapter students should be able to define: 1- Multimedia 2- Multimedia types and

More information