Computer Terminology Chapter 2 CIT 1100. History of Computers First known device used to compute was the Abacus 3000 BC 1617 John Napier created a crude.

Slides:



Advertisements
Similar presentations
Computer Basics Binary Bits & Bytes
Advertisements

1 Chapter 2 The Digital World. 2 Digital Data Representation.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
Data Storage – Part 1 CS 1 Introduction to Computers and Computer Technology Rick Graziani Fall 2013.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Processing Data.
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
1 Chapter Overview Computer Communication The Computer Bus Objectives  Understand how a computer transmits and receives information.  Explain the principles.
Computers Chapter 4 Inside the Computer © 2005 Prentice-Hall, Inc.Slide 2.
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
Computer Hardware Information Technology Week 5 and 6
Bits and Bytes.
5th Meeting “BITS AND BYTES” BIT A bit or binary digit is the basic unit of information in computing and telecommunications. It is the amount of information.
Aug CMSC 104, LECT-021 Machine Architecture and Number Systems Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY.
/4 Binary Code & CPUs Digital Signals
The Components of the System Unit Chapter 4 By: Janice Colon.
CSCI 125 & 161 Lecture 2 Martin van Bommel. Hardware vs Software Hardware - physical components you can see and touch –e.g. processor, keyboard, disk.
CSCE 106 Fundamentals of Computer Science Assisting Slides The American University in Cairo Computer Science and Engineering Department.
Standard Grade Computing LOW LEVEL MACHINE CHAPTER 21.
1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
Lesson 2 — How Does A Computer Process Data?
An Abacus. Babbage’s Difference Engine Electronic Computers  1939–1944, Howard H. Aiken developed the Harvard Mark I—also known as the IBM ASCC.  Grace.
Data Representation Int 2 Computing Unit 1 – Computer Systems St Kentigern’s Academy.
Chapter 2 Computer Hardware
Binary Code.
Hardware Data Storage.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Intro to Computers Computer Apps 1.
Computer Systems TexPREP Summer Camp Computer Science.
What is a computer? A computer is a device that:
The Hexadecimal Number System and Memory Addressing ISAT 121.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
BAT3O / BTX4C. Definition: A computer is an electronic machine that 1) takes in data and instructions (input) 2) works with the data (processing) 3) puts.
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.
CSCI-100 Introduction to Computing Hardware Part I.
How We Measure Memory. Learning Goal Today we are going to learn how the computer stores information.
The Computer System.
2.1.4 Data Representation Units.
Chapter Two Hardware Basics: Inside the Box ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
Circuits & Switches. Electricity Formed when an excess of positive or negative particles that are parts of atoms attempts to balance itself=electrical.
Memory The term memory is referred to computer’s main memory, or RAM (Random Access Memory). RAM is the location where data and programs are stored (temporarily),
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
Millions of electronic pulses move through your computer every second. Computers are capable of processing thousands of functions in the time it takes.
Understanding Computers
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
Unit 1 Digital Data Section D. Chapter 1, Slide 2Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 1D – Digital DataSlide 2 Wikipedia.
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
Understanding binary Understanding Computers.
3 – Boolean Logic and Logic Gates 4 – Binary Numbers
Chapter 1: An Overview of Computers and Programming Languages
Chapter 2.
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
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.
BITS & BYTES.
Chapter 2 – Computer hardware
Computer Hardware Introduction.
Computers & Programming Languages
BITS & BYTES.
Why computers use binary
Chapter Four Data Representation in Computers By Bezawit E.
Information Technology Department
LO1 – Understand Computer Hardware
Technology 3 Bits & Bytes.
Presentation transcript:

Computer Terminology Chapter 2 CIT 1100

History of Computers First known device used to compute was the Abacus 3000 BC 1617 John Napier created a crude slide rule referred to as Napier’s Bones First mechanical adding machine was created by Blaise Pascal 1642 Difference Engine is considered the first general purpose computing machine created in 1822 by Charles Babbage

History of Computers Up until the 19 th century all “computers” were mechanical In 1906 Lee De Forest invented the vacuum tube Scientists realized that they could now create an actual electronic computer

History of Computers Vacuum Tubes allowed early engineers to control the flow of electricity The methods needed to represent and store information took another 50 years to resolve During WWII there was a breakthrough

History of Computers Its much easier to communicate with a machine using Binary A single Binary digit has only 2 states – Its either ON – Or Its OFF The only drawback is you can only represent 2 things using Binary digits Decimal can represent 10 things OFFON

6 Bits Two patterns are known as the state of the bit. For example, magnetic encoding of information on tapes, floppy disks, and hard disks are done with positive or negative polarity. The boxes illustrate a position where magnetism may be set and sensed; pluses (red) indicate magnetism of positive polarity (1 bit), interpreted as “present” and minuses (blue) (0 bit)

History of Computers DECIMAL REPRESENTATION BINARY REPRESENTATION Allows you to count to ten using one character (0-9) 01 Allows you to count to 2 using one character (0-1)

Binary The Binary Numbering system is used by computers to represent data People prefer to communicate using Decimal numbering To communicate with hardware you must break everything down to its most basic form BINARY

Decimal We have become familiar with base 10 because that’s the way we have always counted. We have memorized ten characters that represent ten symbols used to represent numbers

Decimal Math Carry

Binary Math

Counting BinaryDecimal

The CPU Central Processing Unit – Input – Processing – Output – Storage

INPUT Switch OFF 0Switch ON 1 Using one piece of wire with one light bulb we can represent 2 different states in Binary ON / OFF

ASCII CHARACTERS In order to create meaningful data on a computer you need the following symbols: Counting Numbers 0-9 Alpha Characters A-Z Alpha Characters a-z Punctuation Special Characters 256 Characters

16 ASCII-7 In the early days, a 7 bit code was used, with 128 combinations of 0’s and 1’s, enough for a typical keyboard. The standard was developed by ASCII (American Standard Code for Information Interchange) Each group of 7 bits was mapped to a single keyboard character. 0 = = = = … 127 =

DATA BUS With one wire you can represent 2 states With two wires you can represent 4 states With three wires you can represent 8 states 2 x = number of possible combinations of 1s & 0s

DATA BUS Using a single bit, with two discrete states, gives only two options (ON or OFF). 1 bit, 2 unique patterns: 0 or 1 2 bits, 4 unique patterns: 00, 01, 10 or 11 4 bits, 16 unique patterns: 0000, 0001, 0010, 0010, … bits, 256 unique patterns: , , , …

Binary

DATA BUS With 8 Wires you can represent 2 8 = 256 unique characters INPUT DEVICE AB a bHK High Order Bit Low Order Bit

21 Byte Byte = A collection of bits (usually 7 or 8 bits) which represents a character, a number, or other information. More common: 8 bits = 1 byte Abbreviation: B

22 Bytes 1 byte (B) Kilobyte (KB) = 1,024 bytes (2 10 ) “one thousand bytes” 1,024 = 2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 * 2 Megabyte (MB) = 1,048,576 bytes (2 20 ) “one million bytes” Gigabyte (GB) = 1,073,741,824 bytes (2 30 ) “one billion bytes”

Definitions BIT – The smallest piece of data a computer can work with BYTE – 8 Bits BUS – A piece of wire that carries a signal Clock – Used to synchronize evens

Labs Hints Locate & identify the connector that delivers power to the motherboard. Is the connector an AT or ATX style? power-up-an-atx-power-supply/

Labs Hints Molex vs. berg connector? 4 Pin Berg Connector 4 Pin Molex Connector 20 Pin Molex

Labs Hints Does your system support PCI –E slots?

Labs Hints Scan the motherboard for any terminal blocks and jumpers. These numbers are just FYI. Each venders have their own different numbers and purpose reference chart.

Labs Hints What Socket is supported by the system?

Labs Hints North Bridge chip type vs. South Bridge chip type

Labs Hints