2.1.4 Data Representation Units.

Slides:



Advertisements
Similar presentations
Chapter 4: Representation of data in computer systems
Advertisements

Base 10 Denary Decimal
Computer Hardware Introduction. Computer System Components Input Keyboard, Mouse, Camera, Touch Pad Processing CPU Output Monitor, Printer Storage Floppy,
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
assumes basic arithmetic
CREATED BY, MS. JENNIFER DUKE BITS, BYTES, AND UNITS OF MEASUREMENT.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
Computer Logic Distinction between analogue and discrete processes and quantities. Conversion of analogue quantities to digital form. Using sampling techniques.
Data and Program Representation
The Computer Computer Systems / Ch. 11 Mohamed Zaki Principal Lecturer.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
Hardware Peripheral Mouse Display Keyboard CPU Disk Drive Floppy Disk Hard Disk Software Word Processing Information Icon User Friendly Bit Byte Kilobyte.
Chapter 2 Computer Hardware
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,
Slide 1 Wednesday, October 07, 2015 Low Level Machine.
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.
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.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Unit 2—Part A Computer Memory Computer Technology (S1 Obj 2-3)
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.
 Bits & Bytes Bits & Bytes  Units of data Units of data  Storage devices Storage devices  Storage Types Storage Types  Secondary Storage Secondary.
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.
How We Measure Memory. Learning Goal Today we are going to learn how the computer stores information.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
Data Representation (in computer system). Data Representation How do computers represent data? b The computers are digital Recognize.
Computers - The Journey Inside continues…
Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage.
Thursday 8 th October, 2015 Information Technology Fundamentals of Hardware & Software.
How We Measure Memory. At the Bottom of things A piece of digital information is always stored as a sequence of binary states. What’s that mean you ask???
Computer Math CPS120: Binary Representations. Binary computers have storage units called binary digits or bits: Low Voltage = 0 High Voltage = 1 all bits.
Know what a computer is used for Understand the difference between hardware and software Be able to describe the way that data is stored in a computer.
Units Representation of Data in Computer Systems.
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.
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
File types and storage. Primary and Secondary storage  Primary – built into the computer, the computers memory capacity  RAM – random access memory.
HNC COMPUTING - COMPUTER PLATFORMS 1 Computer Platforms Week 2 Backing Storage.
Understanding Computers
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
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.
Once you have been through these notes you will need to complete the workbook.
CC111 Lec#2 The System Unit The System Unit: Processing and Memory Lecture 2 Binary System.
~How PC Parts Work~ (30 MARKS). List 4 External components you can see on the PC in front of you and describe the basic function of each one. 1) DVD Drive.
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
© OCR 2016 Unit 2.6 Data Representation Lesson 1 ‒ Numbers.
Understanding binary Understanding Computers.
Computer basics.
Lesson Objectives Aims You should be able to:
An Overview of the Computer System
Consider this number: , Ones (7 ones) Tens (no tens)
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Computer Memory Digital Literacy.
Computer Hardware and Software
Memory Parts of a computer
Information Support and Services
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.
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
3 - STORAGE: DATA CAPACITY CALCULATIONS
Unit 2 Computer Memory Computer Technology (S1 Obj 2-3)
Computer Hardware Introduction.
Lesson 1 The Computer Mohamed Zaki Principal Lecturer
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
Data Representation Numbers
Representation of Data in Computer Systems
How do computers work? Storage.
Summer Term Year 10 Slides
(return of the…) Data blast
Binary System.
LO1 – Understand Computer Hardware
Presentation transcript:

2.1.4 Data Representation Units

Data representation - Units Candidates should be able to: Define the term bit, nibble, byte, kilobyte, megabyte, gigabyte, terabyte Understand that data needs to be converted into a binary format to be processed by a computer

Data and Information Data is any collection of numbers, characters or other symbols that has been coded into a format we can input into a computer and process. Data on its own has no meaning, or context. It is only after processing by a computer that data takes on a context and becomes information.

There are many types of data All data ends up being stored as a series of numbers inside the computer. Data can be inputted into the computer by the user in many different ways. The main types of data we input into a computer which gets processed are numbers, text, dates, images and sound.

Units Bit, Nibble, Byte Bit (Binary Digit) is the smallest unit of data that can be stored. Each bit is represented as a binary number, either 1 (true) or 0 (false). Byte contains 8 bits. Could be stored as 11101001. A single keyboard character such as letter A, takes up one byte of storage. Nibble is not commonly used as groups of 8 bits and higher are most common. Used for a group of four bits so two nibbles make a byte.

Kilobyte Unit of storage which can be written as kB or kbyte. Thought of as 1,000 bytes but is actually 1,024 bytes which is 2 to the power of 10. Equivalent to 1024 characters on the screen. Megabyte Unit of storage which can be writted as MB or mbyte. Thought of as one million bytes or 1,000 kilobytes but is actually 1,048,576 bytes or 1,024 kilobytes. Typical MP3 song can be between 3 to 5 megabytes in size. CD can store 650 megabytes of data.

Gigabyte Can be written as GB or gbyte. Thought of as 1,000 megabytes but is actually 1024 megabytes. A DVD can hold a film which would be around 4-8 gigabytes in size. Hard disks are in gigabytes with a typical on being 160GB. Terabyte Can be written as TB. Commonly seen as 1,000GB but is actually 1024 GB. Equivalent to just over one million megabytes. Could hold about 300 hours of good quality video.

Binary data Analogue data is processed by humans, it is data on a continuous scale. E.g. temperature in the classroom going down in stages from 20 C to 19.9 C etc. Computers can only process digital data, 1s and 0s and binary data. So data from the outside world needs to be converted into binary numbers before the computer can process it. This is done by a piece of hardware called an analogue-to-digital converter (ADC) Analogue data = time, height, noise levels, acidity etc.

Converting a denary number into a binary number We use a ‘Denary’ number system in our everyday lives which has the number digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9. This is called a ‘base-10’ number system. Examples are 5, 24, 316, 8715. Computers use binary numbers to process data. There are only two digits, 1 and 0. This is called a ‘base-2’ number system. Examples are 1, 101, 1101, 11011001.

Try this out http://forums.cisco.com/CertCom/game/binary_game.swf