Vocabulary byte - The technical term for 8 bits of data.

Slides:



Advertisements
Similar presentations
Information Representation
Advertisements

Reducing File Sizes. File Formats In this lesson, we will be looking at: How do we measure file size? Why are some files bigger than others? Why should.
Introduction to Multimedia Student Multimedia Design Center 06/06/06.
First Bytes - LabVIEW. Today’s Session Introduction to LabVIEW Colors and computers Lab to create a color picker Lab to manipulate an image Visual ProgrammingImage.
Manipulating Images Image A visual representation of something that is seen in real life. It can be two-dimensional or three-dimensional A visual representation.
Connecting with Computer Science 2 Objectives Learn why numbering systems are important to understand Refresh your knowledge of powers of numbers Learn.
11 Games and Content Session 4.1. Session Overview  Show how games are made up of program code and content  Find out about the content management system.
Image Storage Bitmapped Graphics – in which an image is represented as a collection of dots Vector Graphics – in which an image is represented as a set.
1 Perception, Illusion and VR HNRS 299, Spring 2008 Lecture 14 Introduction to Computer Graphics.
Data Representation CS280 – 09/13/05. Binary (from a Hacker’s dictionary) A base-2 numbering system with only two digits, 0 and 1, which is perfectly.
1 Ethics of Computing MONT 113G, Spring 2012 Session 10 HTML Tables Graphics on the Web.
Image formats. Basic terminologies… Pixels: Pixels are the building blocks of every digital image. a pixel is a single point in a graphic image. Resolutions:
Digital Graphics for Computer Games Pixels Types of Digital Graphics (Raster and Vector) Compression.
In the Know … Technological Vocabulary. Beginning Terms 1. Aperture – the mechanical opening in the lens that lets light in. 2. ASA / ISO – rating given.
BINARY Toby Wilson. LEARNING OBJECTIVES  Be able to convert binary to denary  Be able to convert denary into binary  Be able to explain how computers.
Image Editing Vocabulary Words Pioneer Library System Norman Public Library Nancy Rimassa, Trainer Thanks to Wikipedia ( help.
AP CSP: Pixelation – B&W/Color Images
AP CSP: Making Visualizations & Discovering a Data Story
AP CSP: Lossy Compression and File Formats
GCSE COMPUTER SCIENCE Topic 3 - Data 3.3 Data Storage and Compression.
Unit 2: Lesson 11 & 12 Making Data Visualizations
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Vocabulary byte - The technical term for 8 bits of data.
Sending Binary Messages
AP CSP: Cleaning Data & Creating Summary Tables
AP CSP: Finding a Data Story
Vocabulary byte - The technical term for 8 bits of data.
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Everything is a number Everything in a computer memory and on storages is a number. Number  Number Characters  Number by ASCII code Sounds  Number.
Vocabulary byte - The technical term for 8 bits of data.
UNIT 2 – LESSON 3 Encoding B&W Images.
Lesson 2-3 AP Computer Science Principles
UNIT 2 – CHAPTER 1 – LESSON 1 DIGITAL INFORMATION.
Vocabulary byte - The technical term for 8 bits of data.
Vocabulary byte - The technical term for 8 bits of data.
Take the Survey.
How to Convert Pictures into Numbers
UNIT 2 – LESSON 4 Encoding Color Images.
Lossy Compression and File Formats
U2L4 Encoding Color Images
Vocabulary byte - The technical term for 8 bits of data.
Vocabulary byte - The technical term for 8 bits of data.
CS Principles U2L3 Encoding B&W Images.
Vocabulary byte - The technical term for 8 bits of data.
Good and Bad Data Visualizations
Vocabulary byte - The technical term for 8 bits of data.
Vocabulary byte - The technical term for 8 bits of data.
Vocabulary byte - The technical term for 8 bits of data.
AP CSP: Bytes, File Sizes, and Text Compression
RAPID RESEARCH DATA INNOVATIONS
Vocabulary byte - The technical term for 8 bits of data.
Sending Bits on the Internet
Chapter III, Desktop Imaging Systems and Issues: Lesson IV Working With Images
Infotools Harmoni Dashboards.
Chapter 3:- Graphics Eyad Alshareef Eyad Alshareef.
COMPREHENSION Tool Kit K-3 1 1
CS320n –Visual Programming
Representing Images 2.6 – Data Representation.
Unit 2: Lesson 11 & 12 Making Data Visualizations
Lesson 3 & 4: Encoding Images
RAPID RESEARCH DATA INNOVATIONS
Do Now! Convert the following sequence of bits into an image using the protocol we discussed (first 8 bits are lengthxwidth, Then fill in the rows pixel.
U4L2 – Finding Trends with Visualizations
U3L1 The Need For Programming
Vocabulary Big Data - “Big data is a broad term for datasets so large or complex that traditional data processing applications are inadequate.” Moore’s.
Do it now activity Use the coloured pencils to complete the do it now activity. Stick in your book.
Visuals are analog signals...
Lesson 3 & 4: Encoding Images
U2L6 Rapid Research – Format Showdown
Exam Objectives: Identify Design Elements When Preparing Images
Presentation transcript:

Vocabulary byte - The technical term for 8 bits of data. The standard fundamental unit (or “chunk size”) underlying most computing systems today measured in “megabytes”, “kilobytes”, “gigabytes”, etc. Image - A type of data used for graphics or pictures. metadata - is data that describes other data. For example, a digital image my include metadata that describe the size of the image, number of colors, or resolution. pixel - short for "picture element" it is the fundamental unit of a digital image, typically a tiny square or dot which contains a single point of color of a larger image. RGB - the RGB color model uses varying intensities of (R)ed, (G)reen, and (B)lue light are added together in to reproduce a broad array of colors. Lossless Compression - a data compression algorithm that allows the original data to be perfectly reconstructed from the compressed data. Lossy Compression - (or irreversible compression) a data compression method that uses inexact approximations, discarding some data to represent the content. Most commonly seen in image formats like .jpg. Abstraction - Pulling out specific differences to make one solution work for multiple problems.

U2L12 Discover a Data Story CS Principles U2L12 Discover a Data Story

U2L12 Discover a Data Story Objectives SWBAT: Collaboratively investigate a dataset. Create a visualization (chart) from provided data. Identify possible trends or connections in a data set by creating visualizations of it. Accurately communicate about a visualization of their own creation.

Discover a Data Story Being able to look at large sets of data and use visualization as a tool for discovery is a common task that many people who work with data do on a daily basis. A computer scientist should have decent facility with using tools opening and browsing large datasets, and doing some cursory exploration to see what’s there. The computer scientist should be familiar enough with the tools to, over time, develop some instincts about data, how it’s collected, the kinds of formats it comes in, and how that affects what can or cannot be done to visualize it.

Quick Investigation of a sample dataset For today’s work there are several datasets for you to choose from. We’re going to take 5 minutes to poke around in one of the datasets to see how it’s structured. Then we’ll come back together to get some terms straight before discovering further. Go to Code Studio Find the link to the “Personality” dataset and open the folder. Find and open the README file. Find and open the rawData.csv file. Find and open one other .csv file - there are a few.

Answer the following questions in your notes: “What’s the README file?” “What’s the rawData.csv file?” “What’s in the other CSV files?”

“What’s the README file?” Most datasets, when you download them, contain a README file. The README file is just a plain text document that gives some background information about the dataset, how it was collected, and what the column headings mean. The README is a good first stop when trying to understand exactly what a dataset contains.

“What’s the rawData.csv file?” For the datasets we provide, each folder contains a “raw” dataset, which is the original data, as it was collected. Recall that .csv stands for “comma-separated values.” CSV is a common, plain text format for distributing datasets.

“What’s in the other CSV files?” The other files are what we call “summary tables.“ These are tables that were created by running some computations on the raw data to do things like count, average, sum, compare, and categorize the data in interesting ways. It is likely that these summary tables will be the data you use to create your visualizations.

Discover a Data Story Go to code studio and open the file: Activity Guide - Discover a Data Story Find a partner to explore the data with. With your partner explore the datasets and choose one you’d like to learn more about. Make sure you Read the README to understand the raw data that was collected Look at the summary tables provided for your dataset. Repeat these steps with additional datasets Choose one to explore more deeply.

Activity Guide - Discover a Data Story The activity guide asks you to: Pick a dataset Use visualization tools to “discover a data story” Prepare one (or two) to present Respond to prompts