Codes, Computers & Instant Communication Amazing possibilities in science, engineering, and technology Developed for CWSE-ON © Melanie Veltman 2011.

Slides:



Advertisements
Similar presentations
Introduction to Computers Part II
Advertisements

BITS, BYTES, AND THE BINARY SYSTEM HOW PROGRAMS CREATE IMAGES ON YOUR PC.
KFUPM COE 202: Digital Logic Design Number Systems Part 3 Courtesy of Dr. Ahmad Almulhem.
Information Representation
The Binary Numbering Systems
Connecting with Computer Science, 2e
Representing Information as Bit Patterns Lecture 4 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
Last time 3 main components to a computer system Types of computers Talked about software – task oriented What are some kinds of data that a computer works.
1 12/08/03SW Abingdon and Witney College Binary Converting to and from decimal.
Data storage Charles McAnany. What are the ones and zeroes? Hard drive Computer "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod.
Bits and Bytes.
Binary Conversions Number systems Binary to decimal Decimal to binary.
Connecting with Computer Science 2 Objectives Learn why numbering systems are important to understand Refresh your knowledge of powers of numbers Learn.
Bits, Bytes, KiloBytes, MegaBytes, GigaBytes & TeraBytes.
Bits & Bytes: How Computers Represent Data
Aloha Aloha What you see: What the computer sees: binary number columns binary number columns
Numeration Systems Introduction to Binary, Octal, and Hexadecimal.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
The fifty Cent Version of Digital Imaging Bits Bytes Pixels Matrix Dynamic range Machine language Processors (8,10,12 bits etc.) Base 10 numbering Binary.
Data Representation Int 2 Computing Unit 1 – Computer Systems St Kentigern’s Academy.
Foundations of Computer Science Computing …it is all about Data Representation, Storage, Processing, and Communication of Data 10/4/20151CS 112 – Foundations.
Data Representation A series of eight bits is called a byte. A byte can be used to represent a number or a character. As you’ll see in the following table,
Hardware Data Storage.
Math Review Do you remember, from math class, how exponentiation operations are typically represented? anan is known as the "base" a is known as the "base"
Compsci Today’s topics l Binary Numbers  Brookshear l Slides from Prof. Marti Hearst of UC Berkeley SIMS l Upcoming  Networks Interactive.
Number Representation. Representing numbers n Numbers are represented as successive powers of a base, or radix.
1 3 Computing System Fundamentals 3.5 Data Representation.
More Binary How does a computer represent everything using just zeros and ones?
Compsci Today’s topics l Binary Numbers  Brookshear l Slides from Prof. Marti Hearst of UC Berkeley SIMS l Upcoming  Networks Interactive.
Computer Science Binary. Binary Code Remember the power supply that is inside your computer and how it sends electricity to all of the components? That.
Visualizing Decimal and Binary
Data Representation The storage of Text Numbers Graphics.
1 1 7-Dec-15 Binary Converting to and from decimal.
OFF = 0 ON = 1 = 63 BINARY system
Binary 101 Gads Hill School. Aim To strengthen understanding of how computers use the binary number system to store information.
ROM CPU CMOS HARD DRIVERAM. POWER on off 1 bit 8 bits = 1 byte.
HNC COMPUTING - COMPUTER PLATFORMS 1 Micro Teach Binary.
 Computers are 2-state devices › Pulse – No pulse › On – Off  Represented by › 1 – 0  BINARY.
Part 1 File Formats Definition: A file format is a way to write the code of information for storage of an electronic file on a computer. Different software.
Number systems Visualizing Decimal and Binary. We count in base 10 because people started by counting on their fingers Base 10 is a number system that.
© 2016 AQA. Created by Teachit for AQA Number bases and Units of information Lesson.
Lecture Coding Schemes. Representing Data English language uses 26 symbols to represent an idea Different sets of bit patterns have been designed to represent.
Text and Images Key Revision Points.
Decimal Numbers.
GCSE COMPUTER SCIENCE Data 2.2 Characters and Images.
Consider this number: , Ones (7 ones) Tens (no tens)
CMSC201 Computer Science I for Majors Lecture 22 – Binary (and More)
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Bits & Bytes How Computers Represent Data
Introduction to Computers
What is Binary? Binary is a two-digit (Base-2) numerical system, which computers use to process and store data. The reason computers use the binary system.
Intermediate 2 Computing
Number Systems.
Visualizing Decimal and Binary
Data Representation Question: Characters
Representation of Data in Computer Systems
Binary Lesson 2 Bytes.
Binary Numbers? Foley SED 514 Section /2/2019.
Binary Lesson 2 Bytes.
Data Binary Conversion.
Plan Attendance Files Posted on Campus Cruiser Homework Reminder
Binary Lesson 2 Bytes.
How Computers Store Data
COMS 161 Introduction to Computing
The basics of any electronic device means either electricity is flowing or it is not i.e. a switch is either on or off Computers are electronic devices.
Learning Intention I will learn how computers store text.
Abstraction – Number Systems and Data Representation
Binary CSCE 101.
Presentation transcript:

Codes, Computers & Instant Communication Amazing possibilities in science, engineering, and technology Developed for CWSE-ON © Melanie Veltman 2011

Science, Engineering and Technology revolutionize the world we live in Image source: agevolazioni-ridotte-2011/17736/ Image Source: Image Source: content/uploads/cellphones.jpg Image Source:

What do scientists, engineers, and technologists do?

Build DesignTest

Image Source: /health/adam/19237.jpg Build DesignTest

Image Source: Image Source: /projects/katarzyna/bioinformatics.jpg Image courtesy Bethany Deyell Image Source: ence-ebooks.jpg

Scientists, Engineers, and Technologists Image Source: orized/2007/07/27/frink.gif Image Source:northernbeaches webdesigns.com.au Image Source: Image Source: Source:

Many of us use computer science, engineering, and technology every day Every day things?

Codes, Computers & Instant Communication

Number Systems are Codes Decimal System Base choices: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 Image Source:

Representing a Number with Base 10 – The Decimal System tens of thousands hundredstensones Remember- this number is a sum: 5 ten thousands + 2 thousands + 7 hundreds + 0 tens + 8 ones (5 x ) + (2 x 1000) + (7 x 100) + (0 x 10) + (8 x 1) =

Two Choice Number System What if we only had two choices? OFF or ON Image: Image: Image:

sixteenseightsfourstwosones This number is a sum: ( 1 sixteen + 0 eights + 1 four + 1 two + 0 ones) = 22 sixteenseightsfourstwosones Base 2 – the Binary System

sixteenseightsfourstwosones This number is a sum: ( 1 sixteen + 0 eights + 1 four + 1 two + 0 ones) = 22 sixteenseightsfourstwosones Base 2 – the Binary System

What about Text?

hi melanie! hi melanie! = a Standard based on 8 bits (a byte) Allows 256 unique codes, from ASCII Code for Text

Representing Pictures in Binary Picture Elements arePIXELS

9 x 9 pixels How could we code this in binary ?

So many pixels! Standard Photo: 1600 x 1200 = pixels ! MEGA Pixels ! We need to store image information in a more efficient code Image Source:

E ABCDEFG D AA F 1 0 E 0 E E 0 F 1 0 D 0 F 1 1 A D G A A G Ziv Lempel coding D

Binary code: 81 bits Ziv-Lempel code: 45 bits Close to 50% savings!

A B C D E F G H I J K L M N P Q R A B C D E F G H I J K L M N P Q R Chunk Size: 4

Write the most efficient CODE Rows OR columns Any chunk size EFFICIENCY = fewest number of characters A B C D E F G H J Row 1: Row 2: 1 A E A 1 0 Row 3: Row 4: … A E A 1 1 0

How do they work?

Might Science, Engineering, or Technology be for you? Image Source; SCIENCE If you don’t make mistakes, you’re doing it wrong.

If you … are creative Image Source:

… like problem solving Image Source:

… care about the future of our planet Image Source:

Admission Requirements College (Technology)  Applied OR Academic Level Science & Math Level Science & Math University (Science, Engineering)  Academic Level Science, Math, English Science, Math, English

NUMERACY is as important as LITERACY! Greater effort = greater results!

Thank you! What will you do with your future?