CHAPTER 2 PART 1 Paulina Treviño de Anda #29 pg. 6,7 Paula Michelle Valenti García #30 pg. 8,9 Gregorio Humberto Villarreal Quiroga #31 pg. 2,3 María Gabriela.

Slides:



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

 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Hardware. Basic Computer System Central Processing Unit Input Devices Output Devices Backing Storage Devices.
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
assumes basic arithmetic
Computer Hardware Information Technology Week 5 and 6
Computer System Alanoud Al Saleh. Computer systems Are defined as: A machine for solving problems. Specifically the modern computer is high-speed electronic.
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 Hardware Computer Technology Jeopardy Review By C. Lyman © July 2007.
What is Information Technology?
Aug CMSC 104, LECT-021 Machine Architecture and Number Systems Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY.
Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall Digital Planet: Tomorrow’s Technology and You George Beekman Ben Beekman Tenth Edition.
Computer Systems. Basic Components Auxiliary Storage OutputProcessor Main Memory Input.
The Computer Systems By : Prabir Nandi Computer Instructor KV Lumding.
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.
Hardware Peripheral Mouse Display Keyboard CPU Disk Drive Floppy Disk Hard Disk Software Word Processing Information Icon User Friendly Bit Byte Kilobyte.
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
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.
Computer Basics By: Nicole Hayes. Purposes of Computers Business – Track inventory. – Calculate payroll. – Maintain databases. Personal – Surf the web.
Slide 1 Wednesday, October 07, 2015 Low Level Machine.
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!
Computer Hardware Information Technology Week 5 and 6
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
Intro to Computers Computer Apps 1.
Machine Architecture CMSC 104, Section 4 Richard Chang 1.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
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.
COMPUTER BASICS Computer Technology. WHAT IS A COMPUTER?  Electronic  Accepts data and instructions  Manipulates, processes, and displays the information.
Computer Hardware.
Components of a Computer System
The Computer System CS 103: Computers and Application Software.
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
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.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
Basic Computer Terms & Concepts. Computer System A collection of devices, each with a special function. Four components of a computer system: »Input »Output.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
Basic Computer Components Unit 2. What is a computer?  A computer is an electronic device that accepts raw data and processes it into information that.
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
Basic Computer Fundamentals
Introduction to Computers
Computer Hardware and Software
Introduction to Programming Part 2
Memory Parts of a computer
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
Unit 2 Computer Memory Computer Technology (S1 Obj 2-3)
Computer Hardware Introduction.
Introduction to Computers
Unit 3—Part A Computer Memory
Introduction to Computing Lecture # 1
How do computers work? Storage.
Computer Electronic device Accepts data - input
Unit 3—Part A Computer Memory
Computer Electronic device Accepts data - input
Introduction to Computers
Chapter 3 Hardware and software 1.
Introduction to Programming Part 2
Computer Electronic device Accepts data - input
Chapter 3 Hardware and software 1.
COMPUTER FUNDAMENTALS i
Basic Computer Organization
Presentation transcript:

CHAPTER 2 PART 1 Paulina Treviño de Anda #29 pg. 6,7 Paula Michelle Valenti García #30 pg. 8,9 Gregorio Humberto Villarreal Quiroga #31 pg. 2,3 María Gabriela Yóbal de Anda #32 pg.4,5 Chapter 2 Part 11

What Computers Do  Receive input : They accept information from the outside world.  Process information : Perform arithmetic or logical operations on information.  Produce Output : They communicate information to outside world.  Store Information : They store and retrieve information from memory and storage devices. Chapter 2 Part 1 2

What Computers Do (cont.)  Input Devices : Accept input from the outside. Examples: Keyboards, mouse, and touch pads.  Output Devices : Send information to the world. Examples: Printer, speakers, monitor.  Microprocessor : Is the computer’s “brain”, also called Processor or Central Processing Unit (CPU). It processes information, calculates, and makes basic decisions.  The Storage Devices : Store information can be primary (memory) or secondary. The computer’s memory is used to store programs and data. Storage secondary devices can include Hard disks and USBs. Chapter 2 Part 1 3

A Bit About Bits Information is communication that has a value because it informs. The difference between data and information is that information has value, data doesn’t. As an educator named Richard Saul Wurman says, if it doesn’t makes sense to you, it does not qualify. Things that contain information:  Words  Numbers  Pictures  Highlighted sentences  Sounds  Pictures Chapter 2 Part 1 4

Bit Basics Information is digital, made up of countable units named digits so it can be subdivided. Computers can digest information only when it has been broken down into bits, or binary digit. A bit is the smallest unit of information a computer can digest. A bit can have one of two values: 0 or 1 A byte is a collection of 8 bits Chapter 2 Part 1 5

Bits as Numbers  Computers are built from switching devices that reduce information to 0s and 1s, this system is called the binary system.  People who worked with early computers had to use binary arithmetic. Today’s computers use a software that converts decimals into binary system automatically. Chapter 2 Part 1 6

Bits as Codes  To make words or sentences, programmers made codes that represent each letter.  The ASCII(most widely used code) represents each character as a unique 8-bit code.  To facilitate multilingual computing, the computer industry is embracing Unicode, a coding sheme that supports more than 100,000 unique characters, for all the major languages. Chapter 2 Part 1 7

The World’s Languages  The most widely used code, ASCII represents each character as a unique 8-bit code.  ASCII is too limited to accomdate, Chinese, Greek, Hebrew, Japanese, Arabic, and other languages  To computer industry is embracing UNICODE a coding acheme that supports more than 100,000 unique characters  Today’s computers aren’t just manipulating numbers and text, a group of bits canalso represent colors, sounds, quantitive measurements from the enviroment, or another process. Chapter 2 Part 1 8

Bits, Bytes, and Buzzwords  Some bit related terminology does come up in a day to day computer work. Most computer users need to have at least a basic understanding of the following terms for quantity data:  Byte: a logical group of 8 bits, also referred to as an octet  Kilobyte: 1,000 bytes of information  Megabyte: 1,000 KB or 1 million bytes  Gigabytes: 1,000 or 1 billion bytes  Terabyte: 1 million or 1 trillion bytes  Petabyte this astronomical value is the equivalent of 1024 terabytes or 1 quadrillion bytes.  The abbreviations KB, MB, GB, TB and PB describe the capacity of memory and storage components.  File: is an organized collection of information, such as as term paper or set of names and addresses, stored in a computer readable form.  Megabits: add to the confusion, people often measure data transfer speed or memory size. Chapter 2 Part 1 9