Year 7 Computer Science Digital Portfolio

Slides:



Advertisements
Similar presentations
College Bank Registration College will login in Digital University College will enter bank details in college definition module College will upload image.
Advertisements

Enter here. Enter your User Id and click on Go.
ONLINE DATA STORAGE & DOCUMENTS Lesson 3. Lesson 3 – Online documents In this lesson we will be covering:  Online documents  Compression and expansion.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Storing Graphics EXTENSION.
Python Programming Using Variables and input. Objectives We’re learning to make use of if statements to enable code to ask questions. Outcomes Build an.
Animal Rescue Lesson 3. What will you do in this lesson?
U1_a02_copyright text and images ADD NAME HERE. Insert below a copyright free IMAGE that could be used in your health and safety presentation.
AnimationPortfolio Student Name :. Animation Targets I can design criteria to critically evaluate the quality of my work I can use the criteria to identify.
Do it now activity Can you work out what the missing symbols are and work out the order they should be in if the table shows smallest to largest KB kilobyte.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Representing and Storing Graphics EXTENSION.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
Review for test! Alice Chapter 1&2 Test is tomorrow! - March 26 th March 25th.
NAME Python Programming Workbook Select a Lesson:
DATA REPRESENTATION IMAGES GCSE Computing. Learning Objective ■ To understand how an image is represented in Binary ■ To be able to convert a Binary code.
Writing an message Finish off your slide on recommendations of how to write an .
For Loop GCSE Computer Science – Python. For Loop The for loop iterates over the items in a sequence, which can be a string or a list (we will discuss.
Binary Numbers. Base 10 and Base 2  We normally work with numbers in base 10.  In base 10 we use the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.  Everything.
How to Convert PDF to EXE. Do you have many PDFs document and want all to.exe and distribute them into your CD, so your customers can run the.exe files.
By the end of this session you should be able to... Understand character sets and why these are used within computer systems. Understand how characters.
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
Computer Systems Nat 5 Computing Science Data Representation
Intro to Google Docs 2014.
Component 1.9 Security and Data Management
Access resources and slides
3.3 Fundamentals of data representation
GCSE COMPUTER SCIENCE Topic 3 - Data 3.3 Data Storage and Compression.
Document that explains the chosen concept to the animator
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
File Compression 3.3.
3.1 Fundamentals of algorithms
Lesson Objectives Aims You should be able to:
Computer Science A-level
Computer Systems Nat 4/5 Data Representation Lesson 4:
Lesson 1 - Sequencing.
IGCSE 6 Cambridge Effectiveness of algorithms Computer Science
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
3 - STORAGE: DATA CAPACITY CALCULATIONS
Denary to Binary Numbers & Binary to Denary
…to GCSE Level with Python Sue Sentance
Page Title Sub Title Photos Diagrams Drawings
FLIPPED CLASSROOM ACTIVITY CONSTRUCTOR – USING EXISTING CONTENT
Binary Code Cracking.
Yenka Portfolio Level for this topic: Student Name : My Levels
LO3 - Activities Movie and Try Surfing Animation - DA202
Adding Music to Your Google Slides Presentation
Computers & Programming Languages
Unit 02 – Splash Out Scenario - DA202
Fill the screen challenge!
Learning to Program in Python
Representing Images 2.6 – Data Representation.
What do these words mean to you?
Binary Code Cracking.
Storage Devices and Data Capacity
Learning Outcomes –Lesson 4
Escape sequences: Practice using the escape sequences on the code below to see what happens. Try this next code to help you understand the last two sequences.
Motion and Looks.
Number Patterns Name: ______________________________
Finding & Filling Forms
How to Use CheckMyWork Guide
Rapid Research - Format Showdown
Design Brief.
Computer Systems Nat 4.5 Computing Science Data Representation
Introduction to Python programming for KS3
WJEC GCSE Computer Science
Multimedia – Unit 22 Name.
Year 8 Computer Science Digital Portfolio
Year 9 Computer Science Digital Portfolio
Computer Science A-level
1.3 Compression, Encryption & Hashing
Python Creating a calculator.
Presentation transcript:

Year 7 Computer Science Digital Portfolio Name: Class: Teacher:

Contents Lesson 1 – Pixels and Image Representation Lesson 2 – Image Sizes and File Types Lesson 3 – Steganography and Moving Images Lesson 4 – Creating an Algorithm for Animation Lesson 5 – Sequence and Iteration in Animation Lesson 6 – Creating an Animation

L1 Pixels and Image Representation Enter date… L1 Pixels and Image Representation Definitions Image Representation What is a Pixel? What is Metadata? What is Resolution? How does a computer system represent images? Image Representation Task Paste a screenshot of your image below. Type answer here… Type answer here… Type answer here… Type answer here… LO1: To identify key terminology; LO2: To explain how binary is used to represent images in a computer system; LO3: To create pixelated images using binary codes.

L2 Image Sizes and File Types Enter date… L2 Image Sizes and File Types File Sizes File Types Fill in the table below. Examples What is 3GB in MB? What is 2,000,000 MB in TB? Match up the following files with their extensions. Size Unit Smallest Largest An essay A presentation A still image A song A video A moving image A scanned document PPT MP4 GIF JPEG/PNG DOC PDF MP3 Multiply by 1000 Divide by 1000 Type answer here… Type answer here… LO1: To identify image/file sizes and state whether they are high/low file sizes; LO2: To identify file types (for images and generic documents); LO3: To calculate file sizes and convert between units.

L2 Image Sizes and File Types Enter date… L2 Image Sizes and File Types File Sizes File Types Using the table on the previous slide, answer the following questions. What is 5GB in KB? What is 4,000,000 KB in GB? What is 0.3 TB in GB? What is 4.53 GB in KB? Using Google, research the different file types for the following. Images Videos Music Word Documents Type answer here… Type answer here… Type answer here… Type answer here… Type answer here… Type answer here… Type answer here… Type answer here… LO1: To identify image/file sizes and state whether they are high/low file sizes; LO2: To identify file types (for images and generic documents); LO3: To calculate file sizes and convert between units.

L3 Steganography and Moving Images Enter date… L3 Steganography and Moving Images Steganography Encrypting and Decrypting Messages What is meant by ‘steganography’? What is meant by ‘encryption’? What is meant by ‘decryption’? Go to https://stylesuxx.github.io/steganography. You will need to download the images from RHSC Computer Science and then upload them to the website to decrypt the message. Write the message below. Extension Download some images from Google and add a secret message to them using the website above. Swap with the person next to you and try to decrypt their message. What did it say? Type answer here… Type answer here… Type answer here… Type answer here… Type answer here… LO1: To identify what is meant by the term ‘steganography’; LO2: To encrypt and decrypt messages in images; LO3: To explain real-world applications of steganography.

L4 Creating an Algorithm for Animation Enter date… L4 Creating an Algorithm for Animation Algorithm LO1: To create an algorithm (flowchart) for an animation; LO2: To produce a Python program to demonstrate how the animation will run.

L5 Sequence and Iteration in Animation Enter date… L5 Sequence and Iteration in Animation Definitions Storyboard What is meant by ‘Sequence’? What is meant by ‘Iteration’? Scenarios A person walking past a moving clock on a station platform. A person running away from an animal. Two animals chasing each other. Create a ‘storyboard’ for the animation that we will be developing. A storyboard is like a ‘flipbook’ that shows the scenes and what happens between each scene. Make sure to include enough detail in your storyboard so that you can use it to create your animation! Type answer here… Type answer here… LO1: To identify key terms ‘iteration’ and ‘sequence’; LO2: To create a ‘storyboard’ for an animation.

L6 Creating an Animation Enter date… L6 Creating an Animation Pivot Animator Software Using your storyboard from last lesson, create an animation for one of the previous scenarios. Make sure to include enough detail and try to make it as realistic as possible. Go to: Start Menu Computer Science Pivot Animator LO1: To develop an animation based on a flowchart and storyboard; LO2: To use Pivot Animator software.

Assessment Assessment Feedback Enter date… Lesson LOs Achieved? L1 Pixels and Image Representation LO1: To identify key terminology. LO2: To explain how binary is used to represent images in a computer system. LO3: To create pixelated images using binary codes. L2 Image Sizes and File Types LO1: To identify image sizes and state whether they are high/low file sizes. LO2: To identify file types (for images and generic documents). LO3: To calculate file sizes and convert between units. L3 Steganography and Moving Images LO1: To identify what is meant by the term ‘steganography’. LO2: To encrypt and decrypt messages in images. LO3: To explain real-world applications of steganography. L4 Creating an Algorithm for Animation LO1: To create an algorithm (flowchart) for an animation. LO2: To produce a Python program to demonstrate how the animation will run. L5 Sequence and Iteration in Animation LO1: To identify key terms ‘iteration’ and ‘sequence’. LO2: To create a ‘storyboard’ for their animation. L6 Creating an Animation LO1: To develop an animation based on a flowchart and storyboard. LO2: To use Pivot Animator software. Teacher Comment Student Response