Chapter 1-C,D Computers and Digital Basics.

Slides:



Advertisements
Similar presentations
Chapter 4 The Components of the System Unit
Advertisements

Computer Concepts 2013 Chapter 1 Computers and Digital Basics.
Digital Data Representation
Computers and Digital Basics Chapter 1. 1 Chapter 1: Computers and Digital Basics2 Chapter Contents  Section A: All Things Digital  Section B: Digital.
Chapter 1: Computers and Digital Basics 1 Computers and Digital Basics Chapter 1.
Computers and Digital Basics Chapter 1. 1 Chapter 1: Computers and Digital Basics2 Chapter Contents  Section A: All Things Digital  Section B: Digital.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Starting Out with Programming Logic & Design First Edition by Tony Gaddis.
Professor Michael J. Losacco CIS 1110 – Using Computers System Unit Chapter 4.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
Computers and Digital Basics Chapter 1. 1 Chapter 1: Computers and Digital Basics2 Chapter Contents  Section A: All Things Digital  Section B: Digital.
Chapter 4 The Central Processing Unit: What goes on Inside the Computer.
Chapter 2 System Unit Components Discovering Computers 2012: Chapter
COMPONENTS OF THE SYSTEM UNIT
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
Computer Concepts 2014 Chapter 1 Computers and Digital Basics.
Computers and Digital Basics Chapter 1. 1 Chapter 1: Computers and Digital Basics2 Chapter Contents  Section A: All Things Digital  Section B: Digital.
C.S. Choy95 COMPUTER ORGANIZATION Logic Design Skill to design digital components JAVA Language Skill to program a computer Computer Organization Skill.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Copyright Jim Martin Computers Inside and Out Dr Jim Martin
An Introduction Chapter Chapter 1 Introduction2 Computer Systems  Programmable machines  Hardware + Software (program) HardwareProgram.
1 CSC 1401 S1 Computer Programming I Hamid Harroud School of Science and Engineering, Akhawayn University
CSC 101 Introduction to Computing Lecture 9 Dr. Iftikhar Azim Niaz 1.
Topics Introduction Hardware and Software How Computers Store Data
Chapter 4 The System Unit: Processing and Memory Prepared by : Mrs. Sara salih.
Practical PC, 7th Edition Chapter 17: Looking Under the Hood
General Topics Digital Basics Instructions & Programs.
Chapter 1: Introduction to Computers and Programming.
Copyright © 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1: Introduction to Computers and Programming.
MBMPowered by DeSiaMore System Unit 1. MBMPowered by DeSiaMore Definition The system unit/system cabinet is a container that houses most of the electronic.
Chapter 2 Computer Hardware
Personal Computer Adapted by Dr. Semmes from Mrs. Jungman’s Hardware Presentation and Mrs. Belisle’s Class Notes.
Chapter 4 The Components of the System Unit. Today The System Unit Motherboard CPU Control Unit ALU Machine Cycle System Clock Data Representation Memory.
Tomorrow’s Technology and You 8/e Chapter 2 Hardware Basics: Inside the Box.
Your Interactive Guide to the Digital World Discovering Computers 2012 Edited by : Noor Alhareqi.
Discovering Computers Fundamentals, 2010 Edition Living in a Digital World Chapter Three.
Computer Systems Organization CS 1428 Foundations of Computer Science.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Microprocessor Dr. Rabie A. Ramadan Al-Azhar University Lecture 2.
The Central Processing Unit: What Goes on Inside the Computer
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Spring 2007.
Computers and Digital Basics Chapter 1. 1 Chapter 1: Computers and Digital Basics 2 Chapter Contents  Section A: All Things Digital  Section B: Digital.
Chapter 17 Looking “Under the Hood”. 2Practical PC 5 th Edition Chapter 17 Getting Started In this Chapter, you will learn: − How does a computer work.
Computer Hardware Basic Computer Concepts Data Representation and Digital Electronics  Data Representation  makes it possible to convert letters, sounds,
Indira Gandhi National Open University presents. A Video Lecture Course: Computer Platforms.
Chapter 1 Computers and Digital Basics
The Computer System.
Chapter 2 Turning Data into Something You Can Use
The System Unit What is the system unit? p Fig. 4-1 Next  Case that contains electronic components of the computer used to process data  Sometimes.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Computer Operation. Binary Codes CPU operates in binary codes Representation of values in binary codes Instructions to CPU in binary codes Addresses in.
Computer Hardware. 7/23/2016M. Eyadat2 Objectives –Explain why most computers are digital –Describe the role of the ALU –List factors that affect performance.
Chapter 17 Looking “Under the Hood”
Computers and Digital Basics
Chapter 1 Computers and Digital Basics
Chapter 2.
Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips, adapter.
Topics Introduction Hardware and Software How Computers Store Data
Processor/Memory Chapter 3
Microprocessor Systems Design I
Discovering Computers 2011: Living in a Digital World Chapter 4
Microprocessor Systems Design I
The Central Processing Unit
Chapter 2 – Computer hardware
Edited by : Noor Alhareqi
Edited by : Noor Alhareqi
Edited by : Noor Alhareqi
Topics Introduction Hardware and Software How Computers Store Data
Computers Inside and Out
Edited by : Noor Alhareqi
Presentation transcript:

Chapter 1-C,D Computers and Digital Basics

Digital Data Representation Data Representation Basics Representing Numbers, Text, and Pictures Quantifying Bits and Bytes Circuits and Chips Chapter 1: Computers and Digital Basics

Question When you shop for digital devices, their capabilities are often touted in terms of speed and capacity. Suppose you’re shopping for a USB Flash drive. A friend recommends one that’s 64 GB. What does that mean? A. It operates at 64 gigabits per second. B. It holds 64 billion bytes of data. C. It holds 64 million 0s and 1s to represent data. D. It uses 64-bit ASCII code to hold data. Chapter 1: Computers and Digital Basics 3

Data Representation Data representation refers to the form in which data is stored, processed, and transmitted Digital devices work with distinct and separate data Analog devices work with continuous data Figure 1-23 Chapter 1: Computers and Digital Basics

Representing Numbers, Text, and Pictures Numeric data Binary number system Character data ASCII, Extended ASCII, EBCDIC, and Unicode Digitizing is the process of converting analog data into digital format Figure 1-24 Chapter 1: Computers and Digital Basics

Data Representation Figures 1-25 – 1-26 Chapter 1: Computers and Digital Basics

Quantifying Bits and Bytes Figure 1-29 Chapter 1: Computers and Digital Basics

Circuits and Chips An integrated circuit (computer chip) is a super-thin slice of semiconducting material packed with microscopic circuit elements Figures 1-30 and 1-31 Chapter 1: Computers and Digital Basics

Circuits and Chips The electronic components of most digital devices are mounted on a circuit board called a system board Figure 1-32 Chapter 1: Computers and Digital Basics

Digital Processing Programs and Instruction Sets Processor Logic Chapter 1: Computers and Digital Basics

Programs and Instruction Sets Computers, portable media players, PDAs, and smartphones all work with digital data Computer programmers create programs that control digital devices. These programs are usually written in a high-level programming language The human-readable version of a program created in a high-level language by a programmer is called source code Chapter 1: Computers and Digital Basics

Programs and Instruction Sets Figures 1-34 – 1-35 Chapter 1: Computers and Digital Basics

Programs and Instruction Sets An instruction set is a collection of preprogrammed activities a microprocessor is hardwired to perform Each instruction has a corresponding sequence of 0s and 1s The end product is called machine code 1s and 0s Chapter 1: Computers and Digital Basics

Programs and Instruction Sets An op code (short for operation code) is a command word for an operation such as add, compare, or jump The operand for an instruction specifies the data, or the address of the data, for the operation In the following instruction, the op code means add and the operand is 1, so the instruction means Add 1 Chapter 1: Computers and Digital Basics

Programs and Instruction Sets Figure 1-36 Chapter 1: Computers and Digital Basics

Processor Logic The ALU (arithmetic logic unit) is the part of the microprocessor that performs arithmetic operations The ALU uses registers to hold data that is being processed The microprocessor’s control unit fetches each instruction, just as you get each ingredient out of a cupboard or the refrigerator The term instruction cycle refers to the process in which a computer executes a single instruction Chapter 1: Computers and Digital Basics

Processor Logic Figures 1-37 – 1-38 Chapter 1: Computers and Digital Basics

Processor Logic Figure 1-39 Chapter 1: Computers and Digital Basics

Question Programmers write computer programs for word processing, displaying photos, playing music, and showing movies. What programmers write, however, is not what a computer actually processes. Why is this the case? A. Because programmers usually write programs using high-level programming languages that have to be converted into machine language that computers can work with. B. Because programs are basically outlines that programmers have to fill out using op codes. C. Because high-level languages are too detailed for computers to process, so programs written in these languages have to be simplified. D. Because computer programmers make too many errors for programs to run successfully. Chapter 1: Computers and Digital Basics 19

Fast-Poll True/False Questions Answer A for True and B for False A bit is a binary digit, such as a 1 or 0. ASCII, EBCDIC, and Unicode are used to represent character data. A megabyte is 1024 bits. Microprocessors are a type of integrated circuit. C, COBOL, and Java are examples of programming languages. Chapter 1: Computers and Digital Basics 20

FastPoll True/False Questions Answer A for True and B for False A compiler converts source code to object code. The list of codes for a microprocessor’s instruction set is called machine language. A microprocessor holds data in the interpreter register. T F Chapter 1: Computers and Digital Basics 21