1 Chap. 1 Computers and Information ECE2030 Dr. John A. Copeland “Logic and Computer Design Fundamentals” 2nd Edition M. Morris Mano & Charles R. Kime.

Slides:



Advertisements
Similar presentations
MUHAMMAD AHMED HUSSAIN
Advertisements

التصميم المنطقي Second Course
INTRODUCTION OF COMPUTER
FIRST COURSE Essential Computer Concepts. New Perspectives on Microsoft Office 2007: Windows XP Edition 2 Objectives Compare the types of computers Describe.
Hardware. Basic Computer System Central Processing Unit Input Devices Output Devices Backing Storage Devices.
Binary Systems1 DIGITAL LOGIC DESIGN by Dr. Fenghui Yao Tennessee State University Department of Computer Science Nashville, TN.
Computer Hardware Introduction. Computer System Components Input Keyboard, Mouse, Camera, Touch Pad Processing CPU Output Monitor, Printer Storage Floppy,
FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 Objectives Compare the types of computers.
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Computer Hardware.
Overview Digital Systems and Computer Systems Number Systems [binary, octal and hexadecimal] Arithmetic Operations Base Conversion Decimal Codes [BCD (binary.
Digital Circuit Why Digital Circuit? – Digital signals ( 0 and 1) are very easy to handle with electronic circuits only 2 states needed: Switch ON or OFF,
SYEN 3330 Digital Systems Jung H. Kim Chapter 1 1 SYEN 3330 Digital Systems Chapter 1.
Hardware Overview CS French Chapter 11. Main Functional Elements of a Computer System Input / Output (I/O) –to give out information –to take in data and.
Overview Digital Systems, Computers, and Beyond
Starting Out with C++: Early Objects 5/e © 2006 Pearson Education. All Rights Reserved Starting Out with C++: Early Objects 5 th Edition Chapter 1 Introduction.
Digital Computers and Information
Number Systems and Codes In PLC
CPS-304 DIGITAL LOGIC & DESIGN Instructor : Ms. Saba Iqbal.
CMSC 104, Version 9/01 1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The.
Introduction to Digital Logic Design
Alternate Version of STARTING OUT WITH C++ 4 th Edition Chapter 1 Introduction to Computers and Programming.
Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic device.
FIRST COURSE Essential Computer Concepts. 2 Objectives Compare the types of computers Describe the components of a computer system Describe input and.
CSC 125 Introduction to C++ Programming Chapter 1 Introduction to Computers and Programming.
Programmable Logic Controllers
Tom Allen Computer Science Department Trinity University.
Computer Hardware and Software Jinchang Wang. Hardware vs. Software Hardware is something tangible. Computer hardware includes electronic circuitry and.
Charles Kime & Thomas Kaminski © 2008 Pearson Education, Inc. (Hyperlinks are active in View Show mode) Chapter 1 – Digital Systems and Information Logic.
What is a Computer ? Computers are Electronic Machines that process (performs calculation and manipulation) Data under the control of Set of Instructions.
COMPUTER SYSTEM ARCHITECTURE By Sohaib.  The digital computer is a digital system that performs various computational tasks.  The word digital implies.
©2008 The McGraw-Hill Companies, Inc. All rights reserved. Digital Electronics Principles & Applications Seventh Edition Chapter 13 Computer Systems Roger.
An Introduction to Computers August 12, 2008 Mrs. C. Furman.
COE (CENTER OF EXCELLENCE) CHEMICAL GROUP I.T.I., DASHRATH VADODARA.
Lecture No. 1 Computer Logic Design. About the Course Title: –Computer Logic Design Pre-requisites: –None Required for future courses: –Computer Organization.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
1.8 Binary Storage and Registers
ACOE161 – Digital Logic for Computers
Computer System Internal components - The processor - Main memory - I / O controllers - Buses External components (peripherals). These include: - keyboard.
Chap 1. Digital Computers and Information Fall 2003 Sang-Hoon Oh Mokwon Univ.
Computer History Earliest computer was the abacus abacus invented around 3,000 B.C. other calculating machines developed in 1600’s digital computer started.
Computer Fundamentals/ Organizing Your Work/ 1 of 16.
WMBA 6080Technology Guide 1 1 Computer Hardware. WMBA 6080Technology Guide 12 Hardware: The Basics Central processing unit (CPU) manipulates the data.
Machine Architecture and Number Systems
2 nd MEETING Basic Introduction to Computers. The Computer Defined  A device that computes  Electronic device  Converts data into information  Modern.
Electronic Analog Computer Dr. Amin Danial Asham by.
Copyright 2003 Scott/Jones Publishing Standard Version of Starting Out with C++, 4th Edition Chapter 1 Introduction to Computers and Programming.
CMSC Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number.
ECE/CS 352 Digital System Fundamentals© T. Kaminski & C. Kime 1 ECE/CS 352 Digital Systems Fundamentals Spring 2001 Chapter 1 Tom Kaminski & Charles R.
The Computer System.
Hardware Information Created by Nasih 1. Hardware  The physical components of a computer system, including any peripheral equipment such as printers,
Digital Systems and Information Dr. Sanjay P. Ahuja, Ph.D. FIS Distinguished Professor of CIS ( ) School of Computing, UNF.
©2013 Pearson Education, Inc. Upper Saddle River, NJ. All Rights Reserved. Introduction to Computers and Computing.
Digital logic COMP214  Lecture 1 Dr. Sarah M.Eljack Chapter 1 1.
Logic and Computer Design Fundamentals
An Overview of the Computer System
Computer Architecture
Computer Hardware Introduction.
SYEN 3330 Digital Systems Chapter 1 SYEN 3330 Digital Systems.
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
Some Information Instructor Details Main Book. Some Information Instructor Details Main Book.
Communications channels تقديم المهندس سنان محمد حسن
Binary Logic.
Understanding input, output and storage devices
Hardware Information Created by Nasih.
Computer Electronic device Accepts data - input
Presentation transcript:

1 Chap. 1 Computers and Information ECE2030 Dr. John A. Copeland “Logic and Computer Design Fundamentals” 2nd Edition M. Morris Mano & Charles R. Kime

Signals Physical Types: Voltage Current Photons Fixed Number of Discrete Levels (digital, not analog) 2 levels - binary (simpler circuits for computers) Called (true, false), (high,low) or (0,1) multi-level - good for communications (ECE4604) 2

3 1-volt noise margin

A binary number is called a “Bit”. “0” or “1” Eight bits as a unit are called a “Byte”. “ ” Bits may reside: on different memory elements in a semiconductor memory chip (C charged or not), on different spots on a magnetic disk (M + or -) on different spots on a CD (pit or no pit), on the input and outputs of “logic gates” in a computer “register” or “on a bus” 4

5 Keyboard, mouse, CRT or LCD Display Floppy disk, hard drive, RAM (semiconductor IC), CD ROM Data and program instructions. FPU, MMU, Internal Cache.

6 1x8 + 3 =11 base10 1x8 +0x4+1x2 +1 = 11 base10 If base > 10 new symbols must be defined for 11, 12,...

7 Used in pocket calculators, reduces binary to decimal conversions.

8 Alphanumeric characters assigned a 7-bit pattern or binary number. B 7 B 6 B 5 B 4 B 3 B 2 B 1 e.g., “A”= Normally “Bytes” are expressed as B 7 B 6 B 5 B 4 B 3 B 2 B 1 B 0. The bits shown above would be 6-0, and B 7 is the “parity” or “high order” bit.

9 Codes (0) to (31) End of Line: Teletype and DOS = LF+CR, UNIX = LF, Macintosh = CR CR (Carriage Return)LF (Line Feed) Tab, ^I LF, ^J CR, ^M