LO1 – Understand Computer Hardware

Slides:



Advertisements
Similar presentations
1 Chapter 2 The Digital World. 2 Digital Data Representation.
Advertisements

 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
Processing Data.
Binary Expression Numbers & Text CS 105 Binary Representation At the fundamental hardware level, a modern computer can only distinguish between two values,
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
Unit 3—Part A Computer Memory
Binary and Decimal Numbers
Introduction to Information Technology
IT-101 Section 001 Lecture #4 Introduction to Information Technology.
Representing Information in Binary (Continued)
Bits, Bytes, KiloBytes, MegaBytes, GigaBytes & TeraBytes.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
Memory Terminology & Data Representation CSCI 1060 Fall 2006.
Bits and Bytes in a computers memory Inside the computer are millions of electronic switches. These are grouped together in bundles of 8. A switch can.
Bits & Bytes: How Computers Represent Data
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
Chapter 2 Computer Hardware
Copyright © 2003 by Prentice Hall Module 5 Central Processing Unit 1. Binary representation of data 2. The components of the CPU 3. CPU and Instruction.
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.
Hardware Data Storage.
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.
What do computers know?  All they really know is on or off.  Kind of like a light switch  Computers aren’t nearly as smart as you are!
Bits & Bytes Created by Chris McAbee For AAMU AGB199 Extra Credit Created from information copied and pasted from
OBJECTIVES  Explain why a computer represents data in the form of binary  Explain the terms related to data storage: bit, byte, character, word  Calculate.
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.
Marr CollegeHigher ComputingSlide 1 Higher Computing: COMPUTER SYSTEMS Part 1: Data Representation – 6 hours.
Resistors Colour Code SI Units. Resistors Used to limit amount of current in circuit There must always be some resistance in a circuit. Three properties.
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.
Data Representation, Number Systems and Base Conversions
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
Data Representation (in computer system). Data Representation How do computers represent data? b The computers are digital Recognize.
Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
2.1.4 Data Representation Units.
M204 - Data Representation
ASCII AND EBCDIC CODES By : madam aisha.
Binary Decimal Hexadecimal
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
Chapter 2 In Brief…. Chapter 2 …Is a little boring. Sorry. But it contains material you need to be familiar with.
 Computers are 2-state devices › Pulse – No pulse › On – Off  Represented by › 1 – 0  BINARY.
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.
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
© OCR 2016 Unit 2.6 Data Representation Lesson 1 ‒ Numbers.
DATA REPRESENTATION - TEXT
Understanding binary Understanding Computers.
Computer basics.
INFS 211: Introduction to Information Technology
3.1 Denary, Binary and Hexadecimal Number Systems
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.
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 Computer Memory Computer Technology (S1 Obj 2-3)
Lecture 3 ISE101: Computing Fundamentals
Unit 3—Part A Computer Memory
Data Representation Numbers
Data Representation Question: Characters
How do computers work? Storage.
Unit 3—Part A Computer Memory
Information Representation
Binary System.
AS Level ICT Selection and use of storage requirements, media, and devices: storage and storage capacity Unit 1 Topic a - Selection and use of storage.
Basic Computer Organization
UNIT – 3 & 4. Data Representation and Internal
Presentation transcript:

LO1 – Understand Computer Hardware 1.7 Units of Measurement

Units of measurements Computers are powered by electricity which is either ‘on’ or ‘off’. This is represented as ‘1’ and ‘0’ even on home equipment such as kettles. Each one (1) or zero (0) is called a bit, which is short for ‘binary digit’. However, to carry out instructions or manipulate data, these patterns of 1s and 0s need to be understandable to both the computer and the human user. Coding computer programs and data in binary is time consuming and likely to result in errors so computer scientists assigned a fixed pattern of bits to decimal numbers and characters. Binary coded decimals (BCD) were formed from a group of only four bits of an eight-bit or one-byte register. The second four bits were used for the sign of the number (plus or minus). These four-bit segments became known as a nibble. As computers were used for many more purposes than mathematical and scientific equations, the range of numbers and characters to be encoded grew and the four bits could not provide enough unique patterns to cover upper and lower case characters, numbers and special symbols such as comma, full stop and exclamation marks. As a result, eight bits became the new version of binary coded decimal called EBCDIC. This in its turn was superseded by ASCII code (American Standard Code for Information Interchange) and now Unicode, which incorporates non-English language characters such as Chinese and Arabic. Marketing information about computers refers to terabytes (TB), gigabytes (GB) and kilobytes (kB) of data storage. However, a new computer with its 1TB store only has about 976 GB of available storage space. This is because of the difference between a decimal thousand (1000) and the binary equivalent of 2ˆ10 (1024). When computer memory was only a few thousand kilobytes, computer scientists and engineers noticed that there was only 24 bytes of difference from the decimal thousand, so they started to use the decimal unit ‘kilo’ as shorthand for 1024 bytes. Unfortunately, as memory size has grown, so has the difference between the two values, resulting in a difference of about 10% when talking about tera values (which is 10ˆ12 and the binary equivalent of 2ˆ40). It matters because the speed of transfer of the smaller decimal gigabyte of data is very different from that of a binary equivalent.

Units of measurements continued… Some organisations calculate their data sizes in binary but use the decimal naming conventions. For others, sizes are calculated and named as decimals. Therefore, it is useful to know that there are different units of measurements and understand their relative sizes. For example, giga is bigger than mega but smaller than tera. In the table below, the term SI (Système International d’Unités) refers to the globally agreed system of base units of measurement. The IEC (International Electrotechnical Commission) is the body responsible for international standards of the electronic and electrical and other related technologies. As you can see, the difference between a petabyte and a pebibyte is very large. You do not need to remember these numbers, but you do need to recognise the names and the number of bytes in powers of 10 and powers of 2, respectively. Powers of numbers mean the number of times it is multiplied by itself. Let us look at some of the powers of 10. You can represent the word “power” in a number of ways so 10 to the power of 2 is the same as 102 or 10^2 or 10 x 10 = 100. Similarly, powers of 2 are the number of times 2 is multiplied by itself so 22=2^2=2x2=4. Note: A number to the power 0 (for example 100) is always 1!

Units of measurement continued… Bit A 'bit' (short for Binary Digit) is the smallest unit of data that can be stored by a computer. Each 'bit' is represented as a binary number, either 1 (true) or 0 (false) Byte A 'byte' contains 8 bits, so for example, it could be stored as 11101001. A single keyboard character that you type, such as the letter A or the letter T takes up one byte of storage. Nibble This is not a very commonly used term compared to bit and byte. It is the term given to a group of four bits. Therefore two nibbles make a byte. The reason it is not very common is because most microprocessors use groups of 8 bits and higher i.e. They use one or more bytes to process data. Not many devices make use of a nibble. Kilobyte A kilobyte is a unit of storage capacity. It can be written as kB or kbyte. Generally thought of 1000 bytes. However to be completely correct, it is actually 1024 bytes which is 2 to the power of 10. Megabyte Can be written as MB or mbyte. Generally thought of as one million bytes or 1000 kilobytes. However to be completely correct, it is actually 1,048,576 bytes or 1024 kilobytes. Gigabyte Can be written as GB or gbyte. Generally thought of as 1000 Megabytes (not correct). However to be completely correct, it is actually 1024 Megabytes. Terabyte Commonly written as TB. A terabyte is equivalent to 1024 Gigabytes, it is not 1000 Gigabytes. Petabyte A petabyte is the equivalent to 1-24 terabytes.