Digital Technologies Hangarau Matihiko Level 1

Size: px
Start display at page:

Download "Digital Technologies Hangarau Matihiko Level 1"

Transcription

1 External Assessment Resource Digital Technologies Hangarau Matihiko Level 1 This resource supports external assessment against Achievement Standard (1.11) 1 Standard title: Credits: Resource title: Demonstrate understanding of compression coding for a chosen media type 3 credits Family Wedding Resource reference: Digital Technologies Hangarau Matihiko (1.11)Version 1 This resource provides: models of common assessment tasks. a model response that illustrates key aspects the assessment a schedule Achievement standard: 1.11 Standard title: Credits: Resource title: External Assessment Resource Demonstrate understanding of compression coding for a chosen media type 3 credits Family Wedding Resource reference: Digital Technologies Hangarau Matihiko 1.11A Version 1 Teacher/Kaiako Guidelines The following resources are supplied to enable teachers/kaiako to carry out valid and consistent assessment using this external assessment resource. Teachers/kaiako need to befamiliar with the outcome being assessed by the achievement standard. The achievement criteria and the explanatory notes contain information, definitions, and requirements that are crucial

2 when interpreting the standard and assessing students/ākonga against it. Context/Te Horopaki This assessment activity requires students to respond digitally to the material presented in the common assessment task to demonstrate their understanding of Human computer interaction. The context of this example is an online interface. Conditions/Ngā Tikanga Teaching and learning should take place within a collaborative environment consistent with the Nature of Technology. Candidates should produce an individual response to the assessment stimulus for the purposes of summative assessment. The 3 credits for the achievement standard indicates that approximately 30 hours needs to be allocated for teaching, learning (in and out of the classroom) and assessment in a programme of study. This achievement standard does not assess writing style or format however the response must communicate the candidates understanding. You may give students guidance on appropriate style and format for their response. Assessment specifications for this achievement standard can be found on the NZQA s NCEA subject page Submission of candidate responses Candidate responses must be submitted following the school s authenticity verification process. The schools authenticity process must be informed by Authenticity requirements for non- examination external assessment» NZQA Candidate responses must be uploaded digitally on the specified date The Common Assessment Task Will be made available online at the start of term 3 The formats used in 2018 and following years will be similar to either Assessment Type One or Assessment Type Two. In each year a different media type and scenario will be presented. Resource requirements/ngā Rauemi Additional information/he Kōrero Atu

3 External Assessment Resource Achievement standard: AS Standard title: Credits: Demonstrate understanding of compression coding for a chosen media type 3 credits Resource reference: Digital Technologies Hangarau Matihiko 1.11A Version 1 Introduction/Kupu Arataki Student/Ākonga instructions This assessment activity requires you to respond to the question(s) or real- world scenario provided to you. Your response will be assessed on how comprehensively you demonstrate your understanding of compression. Teacher note: Insert due dates and timeframes Task/Hei Mahi Model Assessment Type One. Respond to the scenario and instructions below. In your response, you should seek to demonstrate comprehensive understanding of compression A family member has recently had their wedding and they asked you to take photos. You used a professional quality digital camera that takes images in an uncompressed format. You have taken over 200 photos. You have now been asked to arrange the following: Format and provide high quality images to be professionally printed, some will be placed in a photo album and other will be printed A3 size to the framed and hung on the wall Format and provide images for a web site that is to be created. There will be thumbnails that are 128 pixels wide that will link to images that are 1920 pixels wide At the wedding reception, a TV will be set up with a USB stick of the photos playing a slideshow of the photos Some sample images need to be sent by FAX for checking and approval As a computer scientist write a report to: explain using examples how each compression method works explain how all three image formats, uncompressed, compressed- lossless, and compressed- lossy allow the wedding photos to be used in the range of ways required. For each use discuss which compression type is best.

4 Task/Hei Mahi Model Assessment Type two. Respond to the scenario and questions below. In your response, you should seek to demonstrate comprehensive understanding of compression A family member has recently had their wedding and they asked you to take photos. You used a professional quality digital camera that takes images in an uncompressed format. You have taken over 200 photos. You have now been asked to arrange the following: Format and provide high quality images to be professionally printed, some will be placed in a photo album and other will be printed A3 size to the framed and hung on the wall Format and provide images for a web site that is to be created. There will be thumbnails that are 128 pixels wide that will link to images that are 1920 pixels wide At the wedding reception a TV will be set up with a USB stick of the photos playing a slideshow of the photos Some sample images need to be sent by FAX for checking and approval As a computer scientist answer the following questions. 1. Why are image files compressed? 2. How can the colours in an uncompressed photo image be presented in bits? 3. How does a lossless image compression method work? 4. From the scenario, what are two uses when lossy compression is appropriate? 5. What are the advantages and disadvantages of lossy and lossless compression methods? 6. How do the algorithms used to compress images work to minimise the perceived loss? 7. For each example of use from the scenario, which is the appropriate form of compression coding? Why?

5 1 Why are image files compressed? Model response The photos from the wedding are being used for a number of purposes including being placed on a website, put on a USB stick and Faxed for checking. Uncompressed images take up quite a bit of space on the devices they will be stored on and are slow to transfer over the Internet. They can also be slow to copy or load from a USB stick. It is therefore good to compress the images so they take up less space I took a sample photo and saved it in 3 formats to demonstrate the types of uncompressed and compressed files that might be used BMP is uncompressed and is just over 9MB PNG is compressed lossless and is just over 5MB JPG is compressed lossy and is just over 1MB I did the maths and 1300/9217 is.14 or 14% of the original size. So you can fit 7 times as many photos in the same amount of space or the photo will download 7 times faster. 2 How can the colours in an uncompressed photo image be presented in bits? There are three primary colours of light. Red, Green and Blue. This is often shortened to RGB All images from Wikipedia These three colours can be combined to make up any colour. On a computer monitor or TV there are groups of these 3 colours together that make up picture elements or pixels. Each of the three colours in a pixel can have 256 different levels of brightness. 256 times 256 times 256 is 16,777,261 so there are over 16 million possible colours that each pixel can show. Computers use zeros and ones to make up numbers, this is called binary. The zeros and ones are combined into groups of 8 zeros and ones which are called a byte I have produce a table below showing how the numbering system works Binary number Decimal Number

6 I went into paint and painted an orange background as orange is my favourite colour. Next I clicked on Edit Colours. Below is a screenshot of what I got You can see in the Edit Colors box it has Red: 255, Green: 127, Blue 39 Next I used the calculator to convert these numbers into binary Colour Decimal Binary Red Green Blue So you can see that in a photo there are millions of pixels, each pixel is red, green and blue and they can have 256 levels of brightness which is over 16 million colours in total. The 256 levels of each colour are one byte of 8 binary characters of zero or one.

7 3 How does a lossless image compress method work? There are a number of lossless compression methods. A lossless compression lets the image be made smaller without any loss of quality when it is un- compressed In the wedding some photos are being faxed. Faxing uses Run Length Encoding to transmit the photo, so I will show how that works, using a picture of a wedding cake I drew the picture of the wedding cake on the left, then changed all of the white squares to 0 and the black square 1 The next step is to count how many times there is a zero until it changes to a one, or how many times there is a one until it changes to a zero ,6, ,1,4,1, ,1,4,1, ,1,4,1, ,12, ,1,10,1,3 You can instead of each row one and five numbers. This is much faster Depending on the type of image sent the efficiently can vary see that, with this example, having to send 18 numbers for you only have to send between

8 4 What are two uses when lossy compression is appropriate? Images are going to be shown from a USB stick onto a TV at the reception. To fit as many photos on as possible and to make sure the photos can load quickly the lossy format JPG should be used On the website the large photos should also be in the lossy JPG format. As lossy JPG is the smallest file size it means the photos will download quickly onto the computer and take up the smallest amount of space on the server With large size photos being displayed on a screen the lossy JPG format is normally the best format to use. JPG has been designed for use with these types of images 5 What are the advantages and disadvantages of lossy and lossless compression methods? Lossy File Type - JPG Lossy images have the advantage of producing much smaller file sizes and faster download speeds. Lossy JPG compression is best suited for large size photographs such as the high- resolution wedding photos to be placed on the web site With large images the 8 by 8 blocks are not seen due to the high resolution of the file. This is because they are too small and there are so many of them that they are not an issue With photographs (as opposed to other image types), like the ones taken for the wedding they are of the natural world that is made of shading with few sharp edges. This means that the eye is unlikely to notice any obvious compression artefacts The disadvantage of lossy JPG images is with small size images or images that are not photographs as the compression artefacts can be easily noticed Below is the letter W. The first is just typed in, the second is snipped and saved as a JPG. You can see the compression algorithm does not work well with the sharp edges found in text W The same problem will also occur in the low resolution thumbnails of the wedding photos to be put on the web site. Because they are only 128 pixels wide it is only 16 8 by 8 blocks wide meaning the compression artefacts will be easily visible. Lossless File Type PNG With lossless file types there is only one real disadvantage and that is the file size. You can see from the table that PNG is 7 times the size of a JPG file It makes no sense to use lossless PNG file for large photos, lossy JPG does a good job The disadvantage of lossless PNG files is the large file size The advantage of lossless PNG files is when there are low resolution photographs such as the ones used for the thumbnails. The file size might be 4 times greater. However, with low resolution images even though the ratio does not change the number of KBs becomes unimportant You can see above that the 128 pixel JPG is 9KB and the 128 pixel is 41KB

9 Image from Wikipedia In the 128 pixel thumbnails above you can see the PNG on the right is much clearer than the JPG on the left Summary JPG is best for high resolution photographs as it is much smaller and it is hard to tell the difference between lossless and lossy. For images that are not photos or for low resolution images then lossless PNG is better. With small images there is no appreciable space saving and the images are much clearer. Even with high resolution images that are not photos PNG is still the better option 6 How do the algorithms used to compress images work to minimise the perceived loss? In nature most colours shade from one colour to another and humans are used to viewing the world with very few sharp edges. Even when there is a sharp edge like in a window frame or lamppost the way light shines on means there is not normally a perceptible sharp edge JPG compression takes advantage of this by dividing images into blocks of 8 by 8 pixels a total of 64 pixels Image from Wikipedia The compression is based on a Discreet Cosine Transform which makes the block appear close to the original shading so that with a high resolution image it is perceived as the same image as the uncompressed image, while taking a fraction of the original size.

10 7 For each example of use from the scenario, which is the appropriate form of compression coding? Why? The wedding photos are going to be used for a number of reasons. A range of different file types are needed. This includes uncompressed, compressed lossless and compressed lossy Original photos The photos were taken in an uncompressed format on the camera. This is most likely RAW format which is referred to as a digital negative. This is because it contains the unprocessed image data which can still be processed in a similar way to a film negative. Once RAW format images are changed to a compressed format you can no longer make adjustments like the one shown below. Adjustments need to be made before the images are compressed Image from Wikipedia USB Drive at the Reception At the reception a format needs to be used that can be read by the TV and is fast to load. For this reason, the lossy JPG file format is the best choice. The images shown on a TV are high resolution photographs so there is no advantage using PNG format and the TV may not be able to read RAW format files. With the smaller file size, they could be copied onto the USB drive and they would all fit even if the drive was quite small Faxing the Photos When the photos are faxed they will be sent using lossless Run Length Encoding as that is what fax machines use to transmit the data. Because it is a photo being sent this is unlikely to save any time or data as there would not be any white or black areas in a row. The image would be of poor quality and most likely be printed in grey scale Images for the website The large images for use on the website should be saved in lossy JPG format. As they are high resolution photographs there would be little or no difference in the quality of the images displayed compared with lossless PNG. The images would however load considerably faster and take up much less space on the website With the thumbnails lossless PNG should be used. This is because the JPG artefacts would be very obvious on a low resolution photo. Additionally, with low resolution images the file size is very small for both JPG and PNG files. This means lossless PNG files would be much better Photos to be printed When photos are to be printed, especially large A3 size images you want the best possible quality. Because of this even though JPG is the ideal format for large photos it should not be used here as loading time and file size are probably not very important. PNG files would seem to make sense, however PNG files are saved using RGB colours which does not contain all colours. Printing is done in CYMK, which has a bigger range of colours than RGB

11 All images from Wikipedia All images from Wikipedia It would be better to convert the RAW image files to the lossless compressed format of TIFF as that supports CMYK colours that would result in printed picture with better colours

12 External assessment resource Digital Technologies 1.10A V1 for Achievement Standard 1.11 PAGE FOR TEACHER USE Assessment schedule/mahere Aromatawai: Digital Technologies Achievement Standard (1.11) Demonstrate understanding of compression for a selected media type Demonstrate in- depth understanding of compression for a selected media type Demonstrate comprehensive understanding of compression coding for a chosen media type 1. Why are image files compressed? Answers demonstrate understanding of reasons for compression 2. How can the colours in an uncompressed photo image be presented in bits? Answers should to show specific detailed knowlege about the use of bits 3. How does a lossless image compression method work? Answer should show understanding of the mechaims of lossless compression in the specific context of the scenario 4. From the scenario, what are two uses when lossy compression is appropriate? At least two specific examples should be provided See the linked examples 5. What are the advantages and disadvantages of lossy and lossless compression methods? The answer should make plain the advantages and or disadvantages in a specifc situation. 6. How do the algorithms used to compress images work to minimise the perceived loss? The relationship between perception and algorithm should be plain 7. For each example of use from the scenario, which is the appropriate form of compression coding? Why? Each real- world use example should be matched to the correct compression technique. The explanation for appropriateness must be technical. Final grades will be decided using professional judgement based on a holistic examination of the evidence provided against the criteria in the Achievement Standard. This resource is copyright Crown 2017 Page 1 of 1

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

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

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

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

Elementary Computing CSC 100. M. Cheng, Computer Science

Elementary Computing CSC 100. M. Cheng, Computer Science Elementary Computing CSC 100 1 Graphics & Media Scalable Outline & Bit- mapped Fonts Binary Number Representation & Text Pixels, Colors and Resolution Sound & Digital Audio Film & Digital Video Data Compression

More information

LEVEL 1/2/3 CREATIVE imedia FAQS FEBRUARY Can the moderator review some work before it is completed?

LEVEL 1/2/3 CREATIVE imedia FAQS FEBRUARY Can the moderator review some work before it is completed? LEVEL 1/2/3 CREATIVE imedia FAQS FEBRUARY 2013 1. Can the moderator review some work before it is completed? The moderator is unable to see the candidate work in MAPS until it has been submitted to OCR

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

Project activity sheet 3

Project activity sheet 3 1 Macmillan English Project activity sheet 3 Project: Food bar chart Units 13 18 Learning outcomes By the end of the project, children will have: practised language from Units 13 18 through a group project

More information

TERM 3 GRADE 10 PROJECT

TERM 3 GRADE 10 PROJECT TERM 3 GRADE 10 PROJECT Python TEACHER S GUIDELINES Picture 1 Picture 2 IMPORTANT NOTICE Dear teachers, in the case that your school is facing any software issues with Python or PyCharm, please ensure

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

Professor Laurence S. Dooley. School of Computing and Communications Milton Keynes, UK

Professor Laurence S. Dooley. School of Computing and Communications Milton Keynes, UK Professor Laurence S. Dooley School of Computing and Communications Milton Keynes, UK How many bits required? 2.4Mbytes 84Kbytes 9.8Kbytes 50Kbytes Data Information Data and information are NOT the same!

More information

IMAGE COMPRESSION USING FOURIER TRANSFORMS

IMAGE COMPRESSION USING FOURIER TRANSFORMS IMAGE COMPRESSION USING FOURIER TRANSFORMS Kevin Cherry May 2, 2008 Math 4325 Compression is a technique for storing files in less space than would normally be required. This in general, has two major

More information

Objectives. Connecting with Computer Science 2

Objectives. Connecting with Computer Science 2 Objectives Learn why numbering systems are important to understand Refresh your knowledge of powers of numbers Learn how numbering systems are used to count Understand the significance of positional value

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

DIS: Design and imaging software

DIS: Design and imaging software Using IT productivity tools and applications This is the ability to use a software application designed to create, modify and layout artwork or images for display in print or on a screen (eg vector graphics

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

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

Stonelaw High School. Computing Science. BGE - Computer Systems

Stonelaw High School. Computing Science. BGE - Computer Systems Stonelaw High School Computing Science BGE - Computer Systems Contents Computer Systems... 3 Computer Systems... 3 Hardware & Software... 3 Data Representation... 3 Representing Positive Integers... 3

More information

St. Paul s Convent School (Secondary Section) ELMO Student User Guide

St. Paul s Convent School (Secondary Section) ELMO Student User Guide St. Paul s Convent School (Secondary Section) ELMO Student User Guide Version 1.0 Page 1 of 14 1. User Account 1.1 Login Open Chrome browser and go to http://elmo.spcs.edu.hk, a Sign In screen will be

More information

GRAPHIC FILE FORMATS / SOFTWARE SELECTION / SOFTWARE COMPATIBILITY

GRAPHIC FILE FORMATS / SOFTWARE SELECTION / SOFTWARE COMPATIBILITY HIGHER COMPUTING COMPUTER SYSTEMS COMPUTER SOFTWARE GRAPHIC FILE FORMATS / SOFTWARE SELECTION / SOFTWARE COMPATIBILITY SUCCESS CRITERIA I can describe the standard file formats for graphics files: Jpeg

More information

Graphics File Formats

Graphics File Formats 1 Graphics File Formats Why have graphics file formats? What to look for when choosing a file format A sample tour of different file formats, including bitmap-based formats vector-based formats metafiles

More information

Welcome. Web Authoring: HTML - Advanced Topics & Photo Optimisation (Level 3) Richard Hey & Barny Baggs

Welcome. Web Authoring: HTML - Advanced Topics & Photo Optimisation (Level 3) Richard Hey & Barny Baggs Welcome Web Authoring: HTML - Advanced Topics & Photo Optimisation (Level 3) Richard Hey & Barny Baggs Health and Safety Course Information General Information Objectives To understand the need for photo

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

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

Robert Matthew Buckley. Nova Southeastern University. Dr. Laszlo. MCIS625 On Line. Module 2 Graphics File Format Essay

Robert Matthew Buckley. Nova Southeastern University. Dr. Laszlo. MCIS625 On Line. Module 2 Graphics File Format Essay 1 Robert Matthew Buckley Nova Southeastern University Dr. Laszlo MCIS625 On Line Module 2 Graphics File Format Essay 2 JPEG COMPRESSION METHOD Joint Photographic Experts Group (JPEG) is the most commonly

More information

GK-12 Lesson Plan. Discrete Cosine Transform, compression, jpg, transform. Five minutes researching the DCT.

GK-12 Lesson Plan. Discrete Cosine Transform, compression, jpg, transform. Five minutes researching the DCT. Teacher: Period: Date(s): SETTING THE STAGE Essential Question Class: GK-12 Lesson Plan How can we compress an image file? Content Objective(s) (Student-friendly) Connection to previous or future lessons

More information

CollegiateLink Student Leader User Guide

CollegiateLink Student Leader User Guide CollegiateLink 2010 Last updated August 2010 0 Table of Contents Getting Started... 2 Managing Your Organization s Site... 3 Managing Your Organization s Interests... 5 Managing Your Organization s Roster...

More information

QA Hub User Guide. IM11 V001 dated

QA Hub User Guide. IM11 V001 dated QA Hub User Guide 1 QA HUB USER GUIDE What is the Quality Assurance (QA) Hub? The QA Hub is a web-based data management tool, which has replaced Elmhurst s original Monitoring system. The QA Hub will maintain

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

ITP 140 Mobile App Technologies. Colors

ITP 140 Mobile App Technologies. Colors ITP 140 Mobile App Technologies Colors Colors in Photoshop RGB Mode CMYK Mode L*a*b Mode HSB Color Model 2 RGB Mode Based on the RGB color model Called an additive color model because adding all the colors

More information

CS101 Lecture 12: Image Compression. What You ll Learn Today

CS101 Lecture 12: Image Compression. What You ll Learn Today CS101 Lecture 12: Image Compression Vector Graphics Compression Techniques Aaron Stevens (azs@bu.edu) 11 October 2012 What You ll Learn Today Review: how big are image files? How can we make image files

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

SOCIAL MEDIA IMAGE & VIDEO SIZES 2019

SOCIAL MEDIA IMAGE & VIDEO SIZES 2019 SOCIAL MEDIA IMAGE & VIDEO SIZES 2019 Profile Image: 180 x 180 px Cover Photo: 820 x 312 px - Must be at least 180 x 180 pixels. - Photo will appear on page as 170 x 170 pixels. - Photo thumbnail will

More information

Multimedia Systems Image III (Image Compression, JPEG) Mahdi Amiri April 2011 Sharif University of Technology

Multimedia Systems Image III (Image Compression, JPEG) Mahdi Amiri April 2011 Sharif University of Technology Course Presentation Multimedia Systems Image III (Image Compression, JPEG) Mahdi Amiri April 2011 Sharif University of Technology Image Compression Basics Large amount of data in digital images File size

More information

More HTML. Images and links. Tables and lists. <h1>running in the family</h1> <h2>tonight 9pm BBC One</h2>

More HTML. Images and links. Tables and lists. <h1>running in the family</h1> <h2>tonight 9pm BBC One</h2> More HTML Images and links Tables and lists running in the family tonight 9pm BBC One hurdles legend Colin Jackson traces his family tree to Jamaica in Who Do You Think You Are?

More information

SIMON. Creating and Assessing Assessment Tasks. Creating an Assessment Task. Step 1

SIMON. Creating and Assessing Assessment Tasks. Creating an Assessment Task. Step 1 Creating an Assessment Task Step 1 Navigate to the subject area in your Learning Areas and select Assessment Tasks. Step 2 Select Maintain Tasks (View Tasks is for assessing the completed tasks, recording

More information

Guidance for Centre Internal Verification Procedures

Guidance for Centre Internal Verification Procedures THE CHARTERED INSTITUTE OF BUILDING AWARDING ORGANSATION Guidance for Centre Internal Verification Procedures CIOB Level 3 Certificate in Supervising Construction Works to Existing Buildings and Structures

More information

Web graphics. Introduction

Web graphics. Introduction Web graphics Introduction Role of Web Graphics Role of Web Graphics Although web designers could build a site without graphics, most users would not readily recognize a collection of bare pages as a cohesive

More information

CpSc 101, Fall 2015 Lab7: Image File Creation

CpSc 101, Fall 2015 Lab7: Image File Creation CpSc 101, Fall 2015 Lab7: Image File Creation Goals Construct a C language program that will produce images of the flags of Poland, Netherland, and Italy. Image files Images (e.g. digital photos) consist

More information

CollegiateLink Student Leader User Guide

CollegiateLink Student Leader User Guide CollegiateLink 2011 Last updated February 2011 0 Table of Contents Getting Started... 2 Managing Your Organization s Site... 3 Managing Your Organization s Interests... 5 Managing Your Organization s Roster...

More information

USER MANUAL FOR. Filling up vacancies in Household Establishment of the President s Secretariat, Rashtrapati Bhavan, New Delhi.

USER MANUAL FOR. Filling up vacancies in Household Establishment of the President s Secretariat, Rashtrapati Bhavan, New Delhi. USER MANUAL FOR Filling up vacancies in Household Establishment of the President s Secretariat, Rashtrapati Bhavan, New Delhi. 1. How to Apply An applicant can apply through Apply Online link provided

More information

Higher National Unit specification. General information for centres. Digital Imaging: Advanced Bitmap Techniques. Unit code: F6BS 35

Higher National Unit specification. General information for centres. Digital Imaging: Advanced Bitmap Techniques. Unit code: F6BS 35 Higher National Unit specification General information for centres Unit title: Digital Imaging: Advanced Bitmap Techniques Unit code: F6BS 35 Unit purpose: This Unit is designed to further develop the

More information

Unit Title: Digital Graphics for Interactive Media

Unit Title: Digital Graphics for Interactive Media Unit Credit Value: 10 Unit Level: Three Unit Guided Learning Hours: 60 Ofqual Unit Reference Number: F/600/6622 Unit Review Date: 31/12/2016 Unit Sector: 9.3 Media and Communication Unit Summary The aim

More information

ClipArt and Image Files

ClipArt and Image Files ClipArt and Image Files Chapter 4 Adding pictures and graphics to our document not only breaks the monotony of text it can help convey the message quickly. Objectives In this section you will learn how

More information

Image coding and compression

Image coding and compression Image coding and compression Robin Strand Centre for Image Analysis Swedish University of Agricultural Sciences Uppsala University Today Information and Data Redundancy Image Quality Compression Coding

More information

Lecture Coding Theory. Source Coding. Image and Video Compression. Images: Wikipedia

Lecture Coding Theory. Source Coding. Image and Video Compression. Images: Wikipedia Lecture Coding Theory Source Coding Image and Video Compression Images: Wikipedia Entropy Coding: Unary Coding Golomb Coding Static Huffman Coding Adaptive Huffman Coding Arithmetic Coding Run Length Encoding

More information

UNIT Art and Design: Web Content (SCQF level 5)

UNIT Art and Design: Web Content (SCQF level 5) National Unit Specification: general information CODE F5BP 11 SUMMARY This Unit is designed to enable the candidate to gain knowledge and understanding of the use and application of art and design within

More information

Logo & Icon. Fit Together Logo (color) Transome Logo (black and white) Quick Reference Print Specifications

Logo & Icon. Fit Together Logo (color) Transome Logo (black and white) Quick Reference Print Specifications GRAPHIC USAGE GUIDE Logo & Icon The logo files on the Fit Together logos CD are separated first by color model, and then by file format. Each version is included in a small and large size marked by S or

More information

Flipgrid has a condensed start guide to help teachers get started using Flipgrid. Click Teachers Here for that PDF.

Flipgrid has a condensed start guide to help teachers get started using Flipgrid. Click Teachers Here for that PDF. TEACHER GUIDE What is Flipgrid? Flipgrid is the leading video discussion platform used by PreK to PhD educators, students, and families around the world. Teachers post topics to spark the conversation

More information

Frequently Asked Questions about Text and Graphics

Frequently Asked Questions about Text and Graphics 1 Frequently Asked Questions about Text and Graphics 1. What is a font? A font is a set of printable or displayable text characters that are in a specific style and size. The type design for a set of fonts

More information

Print Services User Guide

Print Services User Guide Print Services User Guide Understanding Artwork for Print 1 Preferred Formats: Preferred formats should contain only vector-based graphics and text, and/or high-resolution images. Low resolution images

More information

Creating and Editing Images in Paint Shop Pro Version XI. File Types

Creating and Editing Images in Paint Shop Pro Version XI. File Types Creating and Editing Images in Paint Shop Pro Version XI Paint Shop Pro (PSP) from JASC software (http://www.jasc.com) is an imageediting and creation program. You can download a 30-day trial version from

More information

JPEG Compression. What is JPEG?

JPEG Compression. What is JPEG? JPEG Compression Michael W. Chou Scott Siegrist EEA Spring April, Professor Ingrid Verbauwhede What is JPEG? JPEG is short for the 'Joint Photographic Experts Group'. The JPEG standard is fairly complex

More information

SOCIAL MEDIA IMAGE & VIDEO SIZES 2018

SOCIAL MEDIA IMAGE & VIDEO SIZES 2018 SOCIAL MEDIA IMAGE & VIDEO SIZES 2018 Profile Image: 180 x 180 px Cover Photo: 820 x 310 px - Must be at least 180 x 180 pixels. - Photo will Appears/will appear on page as 160 x 160 pixels. - Photo thumbnail

More information

National 5 Computing Science Assignment Assessment task

National 5 Computing Science Assignment Assessment task National 5 Computing Science Assignment Assessment task Specimen valid from session 2017 18 and until further notice. This edition: August 2017 (version 1.0) The information in this publication may be

More information

USER GUIDE. COMPARATOR User Guide Version

USER GUIDE. COMPARATOR User Guide Version USER GUIDE COMPARATOR User Guide Version 1.0 FISH Digital Forensics Ltd Fordingbridge, Hampshire, SP6 2BD, England Registered in England: 7299556, VAT No: GB997569136 01. CONTENTS Introduction Comparator

More information

So, what is data compression, and why do we need it?

So, what is data compression, and why do we need it? In the last decade we have been witnessing a revolution in the way we communicate 2 The major contributors in this revolution are: Internet; The explosive development of mobile communications; and The

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

1.1 Research and describe the current and historical concepts and principles of graphics design to include: a) composition and layout

1.1 Research and describe the current and historical concepts and principles of graphics design to include: a) composition and layout Unit Title: Digital Graphics editing Level: 3 Sub-level: Unit 313 Credit value: 6 Guided learning hours: 50 Unit purpose and aim This unit helps learners to familiarise themselves with the more advanced

More information

How to use the open-access scanners 1. Basic instructions (pg 2) 2. How to scan a document and perform OCR (pg 3 7) 3. How to scan a document and

How to use the open-access scanners 1. Basic instructions (pg 2) 2. How to scan a document and perform OCR (pg 3 7) 3. How to scan a document and How to use the open-access scanners 1. Basic instructions (pg 2) 2. How to scan a document and perform OCR (pg 3 7) 3. How to scan a document and save it directly into Microsoft Word (pg 8 9) 4. How to

More information

Introduction to Ardora

Introduction to Ardora Ardora is an authoring software focused mainly on the development of educational content for the Web. Its main purpose is that teachers focus their efforts on the methodological and didactic aspects of

More information

Individual Test Item Specifications

Individual Test Item Specifications Individual Test Item Specifications 8209540- Digital Design 4 2015 The contents of this document were developed under a grant from the United States Department of Education. However, the content does not

More information

Counselor Manual. Table of Contents

Counselor Manual. Table of Contents Counselor Manual Welcome to the counselor manual! Here you will find step-by-step instructions for every counselor interaction with Coalition Platform technology. Why is the Coalition providing this resource?

More information

SCYR Individual Registration

SCYR Individual Registration SCYR Individual Registration For Parents/Guardians and Club Administrators 2014-2015 Table of Contents INTRODUCTION 3 ACCOUNT SETUP 3 LOGIN TYPE 3 FIRST TIME USER 4 LOGON AFTER CREATING ACCOUNT 5 PASSWORD

More information

Guide to Supplemental Materials

Guide to Supplemental Materials Guide to Supplemental Materials October 7, 2017 A submitted manuscript should stand on its own, i.e., it should make a sound presentation of the rationale, research questions, and methods and data analyses,

More information

FSAA Online System Open Response Submission Guidelines: Writing Prompt 2

FSAA Online System Open Response Submission Guidelines: Writing Prompt 2 General Information The design of the FSAA Performance Task includes writing prompts in grades 4 10 of the English Language Arts (ELA) content area. Refer to the FSAA Performance Task Administration Manual

More information

Cambridge Assessment International Education Cambridge Ordinary Level. Published

Cambridge Assessment International Education Cambridge Ordinary Level. Published Cambridge Assessment International Education Cambridge Ordinary Level COMPUTER SCIENCE 2210/12 Paper 1 MARK SCHEME Maximum Mark: 75 Published This mark scheme is published as an aid to teachers and candidates,

More information

Instructions for automatically masking a black background in Agisoft PhotoScan

Instructions for automatically masking a black background in Agisoft PhotoScan A Simple Photogrammetry Rig for the Reliable Creation of 3D Artifact Models in the Field: Lithic Examples from the Early Upper Paleolithic Sequence of Les Cottés (France) Instructions for automatically

More information

THE HONG KONG SCHOOL SPORTS FEDERATION STUDENT ATHLETES ONLINE REGISTRATION SYSTEM USER MANUAL

THE HONG KONG SCHOOL SPORTS FEDERATION STUDENT ATHLETES ONLINE REGISTRATION SYSTEM USER MANUAL THE HONG KONG SCHOOL SPORTS FEDERATION STUDENT ATHLETES ONLINE REGISTRATION SYSTEM USER MANUAL Table of Content 1. School Teacher... 2 1.1 Login... 2 1.2 Forgot Password... 3 1.3 Create Batch... 3 1.4

More information

Operate a Personal Computer

Operate a Personal Computer ICA10105 Certificate I in Information Technology ICAU1128B Operate a Personal Computer (20hrs) ICAU1128B: Operate a Personal Computer Description This unit defines the competency required to operate a

More information

Image Coding and Compression

Image Coding and Compression Lecture 17, Image Coding and Compression GW Chapter 8.1 8.3.1, 8.4 8.4.3, 8.5.1 8.5.2, 8.6 Suggested problem: Own problem Calculate the Huffman code of this image > Show all steps in the coding procedure,

More information

+ Film vs Digital. n Film and CMOS sensors capture images in completely different ways:

+ Film vs Digital. n Film and CMOS sensors capture images in completely different ways: + The Techie Stuff + Film vs Digital n Film and CMOS sensors capture images in completely different ways: + First Photo in 1826 Joseph Nicéphore Niépce 8 hour exposure + First Photo of a Person - 1838

More information

CREATIVE HOME & CRAFT

CREATIVE HOME & CRAFT Boxed Compilation Windows 98, ME, 2000, XP or VISTA - PC DVD-ROM drive Unleash your crafty side with this incredible compilation. Design your dream home, create personalised cross-stitch masterpieces,

More information

Lesson 7 Working with Graphics

Lesson 7 Working with Graphics Lesson 7 Working with Graphics *Insert pictures from files *Insert picture from Microsoft Clip Art Collections *Resize and reposition a picture *Create and modify WordArt *Create and modify SmartArt *Create

More information

Photoshop Elements 3 The Organizer

Photoshop Elements 3 The Organizer Photoshop Elements 3 The Organizer The Organizer is a separate Photoshop Elements program, which you can use to keep track of your photos, organize your pictures into collections, and label them with tags.

More information

ALL COLORS HAVE DIFFERENT EFFECTS ON IMAGE SIZE A HELPING APPROACH FOR IMAGE OPTIMIZATION

ALL COLORS HAVE DIFFERENT EFFECTS ON IMAGE SIZE A HELPING APPROACH FOR IMAGE OPTIMIZATION ALL COLORS HAVE DIFFERENT EFFECTS ON IMAGE SIZE A HELPING APPROACH FOR IMAGE OPTIMIZATION Prof. Fazal Rehman Shamil University Of Shamil, Mianwali, Pakistan fazalrehmanshamil@gmail.com ABSTRACT To increase

More information

IMAGE COMPRESSION. Image Compression. Why? Reducing transportation times Reducing file size. A two way event - compression and decompression

IMAGE COMPRESSION. Image Compression. Why? Reducing transportation times Reducing file size. A two way event - compression and decompression IMAGE COMPRESSION Image Compression Why? Reducing transportation times Reducing file size A two way event - compression and decompression 1 Compression categories Compression = Image coding Still-image

More information

Press-Ready Cookbook Page Guidelines

Press-Ready Cookbook Page Guidelines Press-Ready Cookbook Page Guidelines table of contents These instructions are for all pages of your cookbook: Title Page, Special Pages, Table of Contents, Dividers, Recipe Pages, etc. WHAT IS PRESS-READY?

More information

Moderators Report. January Certificate in Digital Applications DA201

Moderators Report. January Certificate in Digital Applications DA201 Moderators Report January 2014 Certificate in Digital Applications DA201 Edexcel and BTEC Qualifications Edexcel and BTEC qualifications are awarded by Pearson, the UK s largest awarding body. We provide

More information

This presentation is on issues that span most every digitization project.

This presentation is on issues that span most every digitization project. This presentation is on issues that span most every digitization project. 1 This presentation is based on this general lifecycle. While each project s workflow will differ in the details, any digitization

More information

Resize and Watermark Images Using Ribbet.com

Resize and Watermark Images Using Ribbet.com Resize and Watermark Images Using Ribbet.com Ribbet.com provides an easy, free service for simple image editing. Ribbet.com is capable of making many different changes to your image, but we focus on re-sizing

More information

Publication Quality Graphics

Publication Quality Graphics Publication Quality Graphics Biochemistry Boot Camp 2018 Session #6 Nick Fitzkee nfitzkee@chemistry.msstate.edu Why Quality Graphics? Clarity of Presentation Sharp-looking Posters, Presentations, Papers

More information

Learning Programme Fundamentals of data representation AS Level

Learning Programme Fundamentals of data representation AS Level Learning Programme Fundamentals of data representation AS Level Topic/Content Objectives/Skills Homework Assessment Stretch & Challenge (Thirst for Learning) Number systems Be familiar with the concept

More information

Understanding file formats

Understanding file formats Understanding file formats When you save files from Elements, you need to pick a file format in the Format drop-down menu found in both the Save and Save As dialog boxes. When you choose from the different

More information

Compression Part 2 Lossy Image Compression (JPEG) Norm Zeck

Compression Part 2 Lossy Image Compression (JPEG) Norm Zeck Compression Part 2 Lossy Image Compression (JPEG) General Compression Design Elements 2 Application Application Model Encoder Model Decoder Compression Decompression Models observe that the sensors (image

More information

A Digital Talking Storybook

A Digital Talking Storybook Using ICT Levels 2, 3 & 4 A Digital Talking Storybook Desirable Features: Presenting Music and Sound Assessment Focus Film and Animation Express Evaluate Exhibit Level 2 Level 3 Level 4 Part 1 Part 2 Part

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

FAMILY RESOURCE NETWORK BRANDING STYLE GUIDE FIRST THINGS FIRST FAMILY RESOURCE NETWORK MARCH 2014 VERSION 1.2

FAMILY RESOURCE NETWORK BRANDING STYLE GUIDE FIRST THINGS FIRST FAMILY RESOURCE NETWORK MARCH 2014 VERSION 1.2 BRANDING STYLE GUIDE FIRST THINGS FIRST MARCH 2014 VERSION 1.2 CONTENTS Introduction 3 Logo Files 4 Clear Space / Logo Sizing 5 Co-Branding 6 Things to Avoid 7 Color Palette 8 Branding Approval 9 2 INTRODUCTION

More information

to start ICT systems and 2.2 Open software application, e.g. word processing, desktop open and use

to start ICT systems and 2.2 Open software application, e.g. word processing, desktop open and use Unit Title: OCR unit number: 1 Level: Entry 3 Credit value: 3 Guided learning hours: 15 Unit reference number: Displaying Information Using ICT T/502/1141 Learning Outcomes Assessment Criteria The Learner

More information

Initial Login and Setup Instructions. Verifying your Family Information

Initial Login and Setup Instructions. Verifying your Family Information ! Initial Login and Setup Instructions Get$Connected$*$Stay$Connecte 1. There will be an email in your inbox with an invitation from Sycamore to log in to your parent account. Follow the link provided.

More information

Tutorials by All Creative Designs. Picasa 5 (3.9) Photo Editing Tutorial. How to download, install and use the Picasa Photo Editor

Tutorials by All Creative Designs. Picasa 5 (3.9) Photo Editing Tutorial. How to download, install and use the Picasa Photo Editor Tutorials by All Creative Designs www.allcreativedesigns.com.au Picasa 5 (3.9) Photo Editing Tutorial How to download, install and use the Picasa Photo Editor How to web optimize your photos for use on

More information

Preview from Notesale.co.uk Page 12 of 49

Preview from Notesale.co.uk Page 12 of 49 SECTION I: FUNDAMENTALS OF COMPUTING [cont d] 8. describe ways of caring for computers and peripherals in the working environment; 9. discuss health and safety factors associated with computer use. General

More information

Color and Shading. Color. Shapiro and Stockman, Chapter 6. Color and Machine Vision. Color and Perception

Color and Shading. Color. Shapiro and Stockman, Chapter 6. Color and Machine Vision. Color and Perception Color and Shading Color Shapiro and Stockman, Chapter 6 Color is an important factor for for human perception for object and material identification, even time of day. Color perception depends upon both

More information

Coastal Connections. Student Leader User Guide

Coastal Connections. Student Leader User Guide Coastal Connections Last updated October 2011 0 Table of Contents Getting Started... 2 Managing Your Organization s Site... 3 Managing Your Organization s Interests... 5 Managing Your Organization s Roster...

More information

EDLD 5366 Digital Graphics and Web Design. Directions. Assignment 1.1

EDLD 5366 Digital Graphics and Web Design. Directions. Assignment 1.1 Directions Assignment 1.1 In Week 1, you have been introduced to the principles of design. In this assignment, you will be identifying these principles in three graphic designs. The first design you will

More information

Common File Formats. Need a standard to store images Raster data Photos Synthetic renderings. Vector Graphic Illustrations Fonts

Common File Formats. Need a standard to store images Raster data Photos Synthetic renderings. Vector Graphic Illustrations Fonts 1 Image Files Common File Formats Need a standard to store images Raster data Photos Synthetic renderings Vector Graphic Illustrations Fonts Bitmap Format - Center for Graphics and Geometric Computing,

More information

Unit 2 Lesson 1. Bytes and File Sizes. Resources

Unit 2 Lesson 1. Bytes and File Sizes. Resources Unit 2 Lesson 1 Bytes and File Sizes Resources Unit 2 Lesson 1 Name(s) Period Date Activity Guide - Bytes and File Sizes What is a byte? A byte is a unit of data that is 8 bits long. A byte is the standard

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education *9248013325* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/32 Paper 3 Data Analysis and Website Authoring

More information

This is not yellow. Image Files - Center for Graphics and Geometric Computing, Technion 2

This is not yellow. Image Files - Center for Graphics and Geometric Computing, Technion 2 1 Image Files This is not yellow Image Files - Center for Graphics and Geometric Computing, Technion 2 Common File Formats Need a standard to store images Raster data Photos Synthetic renderings Vector

More information

How Many Humans Does it Take to Judge Video Quality?

How Many Humans Does it Take to Judge Video Quality? How Many Humans Does it Take to Judge Video Quality? Bill Reckwerdt, CTO Video Clarity, Inc. Version 1.0 A Video Clarity Case Study page 1 of 5 Abstract for Subjective Video Quality Assessment In order

More information