What are Computers? G Use this tutorial alongside the numbers coded in your workbook and answer the related questions in each section. http://creativecommons.org/licenses/by-nc/4.0/

Slides:



Advertisements
Similar presentations
Base 10 Denary Decimal
Advertisements

Technology ICT Option: Data Representation. Data Representation In our everyday lives, we communicate with each other using analogue data. This data takes.
1 Chapter 2 The Digital World. 2 Digital Data Representation.
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
1 12/08/03SW Abingdon and Witney College Binary Converting to and from decimal.
Bits and Bytes.
CHARACTERS Data Representation. Using binary to represent characters Computers can only process binary numbers (1’s and 0’s) so a system was developed.
Hexadecimal and ASCII Lesson Objective: Understand the purpose of ASCII and how to use it. Lesson Outcome: Convert between Hexadecimal and ASCII Convert.
Bits and Bytes.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
Chapter 2 Computer Hardware
Data Representation and Storage Lecture 5. Representations A number value can be represented in many ways: 5 Five V IIIII Cinq Hold up my hand.
Q.
Fill in the blanks: (1) _________ has only two possible values 0 and 1. (2) There are __________bits in a byte. (3) 1 kilobyte of memory space can store.
Lecture 5. Topics Sec 1.4 Representing Information as Bit Patterns Representing Text Representing Text Representing Numeric Values Representing Numeric.
OBJECTIVES  Explain why a computer represents data in the form of binary  Explain the terms related to data storage: bit, byte, character, word  Calculate.
The Hexadecimal Number System and Memory Addressing ISAT 121.
name-picker/47_5KcDj3 © Mrs G Hemel.
Bits and Bytes IGCSE. A binary number is either a 0 or a 1 and is known as a 'bit' or b inary dig it. However, the CPU cannot deal with just one bit at.
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.
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.
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
Business Programming I Fall – 2000 By Jim Payne Lecture 05Jim Payne - University of Tulsa2 Alphanumeric Storage Numbers that are not numbers? Alphabetic.
2.1.4 Data Representation Units.
Representing Characters in a Computer System Representation of Data in Computer Systems.
09/06/ Data Representation ASCII, Binary Denary Conversion, Integer & Boolean data types.
A+ Computer Repair Lesson 3: Number System. Objectives Define binary, decimal, octal, and hexadecimal numbering systems. Define binary, decimal, octal,
What do you think this lesson is all about? Write your answer on a sticky note.
Understanding Computers
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
Lesson 2 – Denary to Binary
Data Representation. In our everyday lives, we communicate with each other using analogue data. This data takes the form of: Sound Images Letters Numbers.
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
DATA REPRESENTATION - TEXT
GCSE COMPUTER SCIENCE Data 2.2 Characters and Images.
Understanding binary Understanding Computers.
Unit 2.6 Data Representation Lesson 2 ‒ Characters
Arithmetic Shifts and Character Representation
Lesson Objectives Aims You should be able to:
From the ASCII table… Symbol Decimal Binary A B 66
UNDERSTANDING YOUR COMPUTER
3.1 Denary, Binary and Hexadecimal Number Systems
Data Transfer ASCII FILES.
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.
Denary to Binary Numbers & Binary to Denary
Data Encoding Characters.
Binary Code Cracking.
Data Representation ASCII.
Representing Characters
Data Representation Question: Characters
Binary Code Cracking.
Data Representation Conversion 05/12/2018.
Presenting information as bit patterns
From the ASCII table… Symbol Decimal Binary A B 66
Data Binary Conversion.
Digital Encodings.
How Computers Store Data
Half Term 1 Please type your name here:.
Binary  Name: Class: .
Learning Intention I will learn how computers store text.
Option: Data Representation
Option: Data Representation
WJEC GCSE Computer Science
What are Computers? B Use this tutorial alongside the numbers coded in your workbook and answer the related questions in each section.
Networks & I/O Devices July 10, 2019.
Binary.
Presentation transcript:

What are Computers? G Use this tutorial alongside the numbers coded in your workbook and answer the related questions in each section. http://creativecommons.org/licenses/by-nc/4.0/ What are computers adapted from Nikki Maddams

(G) Computer Language Index 89. Objectives and Outcomes 90. Keywords 91. Binary piano 92. How do computers talk? 93a. Binary - computer language 94. How data is represented 95. Bits bytes and buzzwords 96. Binary 97. Decoding binary 98. ASCII bits as codes 99. Task 100. Question time 101. The binary game 102. What do you know? 103. Computer terms 104. Word tracker

Objectives and Outcomes Learning Objective: Understand how to decode binary numbers and convert them to letters using ASCII. Learning Outcomes: GOOD: Decode decimal numbers to and from binary and convert them to letters. BETTER: Use an ASCII table to decipher an encoded message written in binary. BEST: Play the binary game online to decode binary numbers.

binary --- denary --- machine code --- ASCII

Make your own Binary Piano Below are two images. They should be copied back-to-back as exactly as possible, so that the bold 0's on the back fall directly behind the powers of 2. (So, the second image should be upside down on the back of the first image.) Instructions for folding and cutting are in your workbook. Cut out as one piece and fold and paste in half. Then cut to end of solid lines by numbers 128-1 to make a Binary Piano. Now complete task 2.

Not bad Fred but my hard drive’s playing up a bit. How do Computers Talk? Is this right? Not bad Fred but my hard drive’s playing up a bit. Hello Frank how ya doin?

How do Computers Talk? NO!!! This is more like it: 10110011 01011010 10000101 10010100 10010100 11010111 10110101

Binary Computer Language Computers communicate and share data using 1’s and 0’s. This is called: Binary (also known as machine code) The computer’s memory is the part where data is stored. Just as information could be put into a book, using letters of the alphabet, the data in the computers memory is a series of data characters ‘0’ & ‘1’s.

How data is represented in the computer

Bits, Bytes, and Buzzwords Binary – A numbering system using only 1s and 0s Bit – A single unit, either a 1 or 0 Byte – A collection of 8 bits, e.g. 01001011 Kilobyte – 1024 bytes equals 1K of storage

Binary Binary is usually written as 8 bits: The people holding signs would be 1’s and those without would be 0’s. + + 8 = 11 2 1

Decoding Binary The 8 bits represent: 128, 64, 32, 16, 8, 4, 2, 1 So to convert 0 0 0 1 0 1 0 1 we can use the table below: 128 64 32 16 8 4 2 1 Adding these together gives 21

ASCII - Bits as Codes For example: 01000001 = 65 = A American Standard Code for Information Interchange In computers every letter, symbol or number you type is represented by an ASCII code number. When computers use binary, this can be converted back to letters and words by looking up the value in the ASCII table. For example: 01000001 = 65 = A

Task To decode the message: Convert the binary number to a decimal number Look up the decimal number in the ASCII table to find the equivalent letter. Use the help sheet called “Decoding Binary Messages” to decode the secret message you have been given in your workbook.

Question Time What is another name for binary? [94] How is data represented in the computer? [94] Explain what is a BIT and what is a BYTE and KILOBYTE? [95] Starting from the right-hand side what numbers are represented by the 8 bits in a binary number? [97] What does the acronym A S C I I stand for? [98] How does the computer represent ASCII codes? [98]

The Binary Game Split Class Blue Team VS. Red Team forums.cisco.com/CertCom/game/binary_game_page.htm .

Mixed up for you to match up!! WIFI Mixed up for you to match up!! Zip Mac Virus Hard Drive Blind Carbon Copy Yahoo

Word Starter- Brain Tracker Using the Brain Tracker grid, how many words can you find? Each word must contain the central G and no letter can be used twice. Can you find the nine letter word? E S D G I T How many words? 5 = average 9 = good 12 = excellent 13+ = WOW! V E I