1. Vicky has been on holiday and has taken lots of photos

Slides:



Advertisements
Similar presentations
Mr Greenhalgh S4 Computing Int 1 Things you could do with knowing before the Exam…
Advertisements

Information Communication and Technology Class By: Mr. Latibeaudiere March, 2011.
Hardware. Basic Computer System Central Processing Unit Input Devices Output Devices Backing Storage Devices.
Lesson 4 Alternative Methods Of Input.
Original image: 512 pixels by 512 pixels. Probe is the size of 1 pixel. Picture is sampled at every pixel ( samples taken)
 Wisegeek.com defines Data Compression as:  “Data compression is a general term for a group of technologies that encode large files in order to shrink.
Introduction ‘Have you ever played video games before? Look at the joystick movement. When you move the joystick to the left, the plane on the TV screen.
Bits and Data Storage. Basic Hardware Units of a Computer.
Computer Systems Peripherals. What is a peripheral? A peripheral is a device which can be attached to a computer processor Peripherals can be internal.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
MULTIMEDIA What is Multimedia? The word MULTIMEDIA is made up from two words, MULTI meaning more than one and MEDIA meaning a way of displaying or passing.
Computer Organisation 1 Secondary Storage Sébastien Piccand
Hardware Data Storage.
Advanced Diploma 1 Backing Storage. Advanced Diploma 2 Aims Understand how data is stored Be able to use the binary system to represent ASCII characters.
Secondary Storage GCSE Computing. Objectives… Understand the need for input and output devices. Describe suitable input devices for a wide range of computer.
COMPUTER PARTS AND COMPONENTS INPUT DEVICES
Specialized Input and Output. Inputting Sound ● The microphone is the most basic device for inputting sounds into a computer ● Microphones capture sounds.
©La-Nette Mark Did you know computers are everywhere you look, and even in places you can't see. Computers check out your groceries, pump your gas,
File Sizes & Storage Requirements.  An image has a width in pixels and a height in pixels  Start by calculating the number of pixels all up  640 x.
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
TechnoSpecialist Computers Information Package By Troy Rayner.
Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
An exercise in close “viewing”.  The following pictures have all been taken from The New York Times. The caption and all other identifying information.
Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
Chapter 1 Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
Memory The term memory is referred to computer’s main memory, or RAM (Random Access Memory). RAM is the location where data and programs are stored (temporarily),
Secondary Storage. WHAT IS SECONDARY STORAGE  SECONDARY STORAGE IS THE STORAGE THAT IS NON- VOLATILE. RAM IS VOLATILE AND SHORT TERM AND FORGETS EVERYTHING.
Input Devices. Input devices allow us to enter data into the computer system –Mouse –Keyboard –Graphics Tablet –TrackPad –Touch-sensitive screen - Scanner.
Open Microsoft Excel Draw this image. Is it possible?
Lesson Objectives Explain the need for secondary storage. Describe common storage technologies such as optical, magnetic and solid state. Describe flash.
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
HNC COMPUTING - COMPUTER PLATFORMS 1 Computer Platforms Week 2 Backing Storage.
Enter your Group Name Here Enter Members Names Here.
OBJECTIVE AND OUTCOMES Objective: To be able to create images in binary format and understand the part metadata plays in recreating images. Outcomes:
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
Chapter 1: Introduction to Computers and Programming
3 - STORAGE: CHOICE OF STORAGE MEDIA/DEVICE
Choosing Data Types Database Administration Fundamentals
Primary and Secondary Storage
Image and Sound Representation
Lesson 4 Alternative Methods Of Input.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
Alternative Methods Of Input
Data representation – Sound.
Revision Units Exam date 16th May 2017 Summer 1.
Storage Devices You will be able to:
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Secondary Storage.
Associated Hardware and File Handling
3 - STORAGE: DATA CAPACITY CALCULATIONS
3 - STORAGE: TYPES AND CHARACTERTISTICS
1. Davinder is a music student
1. Ann wants to purchase a new computer and is looking at two models
Lesson 4 Alternative Methods Of Input.
Little work is accurate
COMPUTER MEMORY & DATA STORAGE
McGraw-Hill Technology Education
COMPUTER MEMORY & DATA STORAGE
Data Storage In today’s lesson we will look at:
The Computer Work Stations
Storage Keywords Secondary Storage
1. Explain how ASCII is used to represent text in a computer system
Storage Devices and Data Capacity
Data Types & File Size Calculations
Computer Science Getting Ready for Year 10.
Unit 1.3 Storage Lesson 2: Storing Data
Lesson 4 Alternative Methods Of Input.
Unit 1.3 Storage Lesson 1: Storage Devices
McGraw-Hill Technology Education
WJEC GCSE Computer Science
Presentation transcript:

1. Vicky has been on holiday and has taken lots of photos 1. Vicky has been on holiday and has taken lots of photos. The memory in her camera is now full and she needs to transfer her photos to an external secondary storage device. Define what is meant by ‘secondary storage’. 2 marks

2. Vicky has been on holiday and has taken lots of photos 2. Vicky has been on holiday and has taken lots of photos. The memory in her camera is now full and she needs to transfer her photos to an external secondary storage device. Identify the three common storage technologies Vicky can choose from. 3 marks

3. Vicky has been on holiday and has taken lots of photos 3. Vicky has been on holiday and has taken lots of photos. The memory in her camera is now full and she needs to transfer her photos to an external secondary storage device. State four characteristics of secondary storage devices that Vicky should consider when choosing a device. 4 marks

4. Explain whether secondary storage is volatile or non volatile 3 marks

5. Would you use magnetic, optical or solid state storage for the following scenario. Give reasons for your decision Storing pictures in a digital camera 2 marks

6. Would you use magnetic, optical or solid state storage for the following scenario. Give reasons for your decision Handheld device used by students for field work 2 marks

7. Would you use magnetic, optical or solid state storage for the following scenario. Give reasons for your decision Storage drives on the schools main server 2 marks

8. Would you use magnetic, optical or solid state storage for the following scenario. Give reasons for your decision Videos of the schools production to be given to parents 2 marks

9. Some secondary storage devices are magnetic others are solid state 9. Some secondary storage devices are magnetic others are solid state. Describe the characteristics of magnetic and solid state secondary storage 6 marks

10. Estimate the file size of each of the following files A text file that contains 10000 characters. Give your answer in KB 2 marks

11. Estimate the file size of each of the following files A database has 6 fields and 200 records. Give your answer in KB CDNumber, a text field with 6 characters Title, a text field with max. 20 characters Artist, a text field with max. 15 characters DatePublished NumberOfTracks, an integer field TotalLength, a real field 2 marks Text = 1 byte per character. Integer = 4 bytes Real = 4 bytes Date = 8 bytes

12. Estimate the file size of each of the following files An image is 2030 x 1000 pixels in size. It has 65536 colours (2 bytes each). 2 marks

13. Estimate the file size of each of the following files A sound file has 4 bytes per sample. It takes 100 samples per second, over 1 channel and is 2 minutes 30 seconds long (you need to convert the minutes into seconds). 2 marks bytesPerSample * samplesPerSecond * channels * duration

14. What is a variable? 2 marks

14. Give an example of a variable you have used and explain why it was needed 2 marks

15. What is type casting? 1 marks

16. Give an example of where you have used type casting and explain why it was needed 2 marks

18. What is the difference between using a for loop and a while loop 18. What is the difference between using a for loop and a while loop. Give an example of when you would use a while loop 3 marks

17. Draw the flowchart for the following scenario I would like a program that asks the user for their name. It should then ask them what the capital of France is. If they say Paris it should say well done and if they say anything else it should say sorry incorrect. 6 marks