Digital Systems and Information Dr. Sanjay P. Ahuja, Ph.D. FIS Distinguished Professor of CIS (2010-2014) School of Computing, UNF.

Slides:



Advertisements
Similar presentations
Chapter 5 The System Unit.
Advertisements

Processor System Architecture
Binary Systems1 DIGITAL LOGIC DESIGN by Dr. Fenghui Yao Tennessee State University Department of Computer Science Nashville, TN.
Chapter 1 Binary Systems 1-1. Digital Systems
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
Logic and Computer Design Dr. Sanjay P. Ahuja, Ph.D. FIS Distinguished Professor of CIS ( ) School of Computing, UNF.
Number Systems & Logic Gates Day 2. Octal Number System Base (Radix)8 Digits0, 1, 2, 3, 4, 5, 6, 7 e.g = =648 1 =88 0 =1 The digit.
Chapter 8 CPU Dr. Bernard Chen Ph.D. University of Central Arkansas Spring 2009.
1 COMPUTER ARCHITECTURE (LECTURE) By Baljinder Singh Assistant Professor (CSE/IT) Beant College of Engg. & Technology, Gurdaspur.
1 Sensors and Measurements Penderia & Pengukuran ENT 164 Signal Processing Elements Hema C.R. School of Mechatronics Engineering Northern Malaysia University.
Programmable Logic Controllers
Copyright Jim Martin Computers Inside and Out Dr Jim Martin
How Computers Work Dr. John P. Abraham Professor UTPA.
COMPUTER SYSTEM ARCHITECTURE By Sohaib.  The digital computer is a digital system that performs various computational tasks.  The word digital implies.
Fundamentals of IT UNIT-I OnlyforIPMCA. DIGITAL SIGNALS & LOGIC GATES Signals and data are classified as analog or digital. Analog refers to something.
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 Architecture and Organization Introduction.
Computer Fundamentals ELEC 330 Digital Systems Engineering Dr. Ron Hayne.
EX_01.1/46 Numeric Systems. EX_01.2/46 Overview Numeric systems – general, Binary numbers, Octal numbers, Hexadecimal system, Data units, ASCII code,
EE2174: Digital Logic and Lab Professor Shiyan Hu Department of Electrical and Computer Engineering Michigan Technological University CHAPTER 2 Number.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Logic and Computer Design Dr. Sanjay P. Ahuja, Ph.D. FIS Distinguished Professor of CIS ( ) School of Computing, UNF.
Logic Design Dr. Yosry A. Azzam. Binary systems Chapter 1.
مدار منطقي مظفر بگ محمدي Course Structure & Grading Homework: 25% Midterm: 30% Final:50% There is 5% extra! ( =105!) Textbook:
Chapter 1 Introduction to Computers Maran Illustrated Computers CIS
Engineering 1040: Mechanisms & Electric Circuits Spring 2014 Number Systems.
Chapter 1 Introduction. Architecture & Organization 1 Architecture is those attributes visible to the programmer —Instruction set, number of bits used.
Chapter 1: Digital Computers and Information Illustration at beginning of each Chapter Base 10 Binary Base 2 Octal Base 8 Hex bas
COMPUTER ORGANIZATIONS CSNB123 Ver.1Systems and Networking1.
COMPUTER SCIENCE QUESTIONS… BY JACK. WHAT IS THE CPU? The cpu is the central processing unit.
1 Lect # 1 Binary Systems Digital vs. Analog Analog – a continuous range of values Digital – a discrete set of values –Like money –Can’t get smaller than.
What is a computer? Computer is a device for processing information.
Computer Architecture And Organization UNIT-II General System Architecture.
CSNB374: Microprocessor Systems Chapter 1: Introduction to Microprocessor.
Chap 1. Digital Computers and Information Fall 2003 Sang-Hoon Oh Mokwon Univ.
Computer Architecture Memory, Math and Logic. Basic Building Blocks Seen: – Memory – Logic & Math.
INTRODUCTION.  Upon completing this topic, you should be able to: Illustrate a basic elements of digital computer system and their functions, Depicts.
 Lecture 2 Processor Organization  Control needs to have the  Ability to fetch instructions from memory  Logic and means to control instruction sequencing.
Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
EE 1001 Digital Topics Introduction to Electrical Engineering Dr. Chris Carroll MWAH ccarroll.
CEC 220 Digital Circuit Design Number Systems & Conversions Friday, January 9 CEC 220 Digital Circuit Design Slide 1 of 16.
Programmable Logic Controllers LO1: Understand the design and operational characteristics of a PLC system.
MECH1500 Chapter 3.
General Computer Knowledge COE 201- Computer Proficiency.
The Computer System.
CPEN Digital Logic Design Binary Systems Spring 2004 C. Gerousis © Digital Design 3 rd Ed., Mano Prentice Hall.
Chapter 1 : Introduction to Binary Systems 1.1. Introduction to Digital Systems 1.2. Binary Numbers 1.3. Number Base Conversion 1.4. Octal and Hexadecimal.
CEC 220 Digital Circuit Design Number Systems & Conversions Wednesday, Aug 26 CEC 220 Digital Circuit Design Slide 1 of 16.
Hardware Information Created by Nasih 1. Hardware  The physical components of a computer system, including any peripheral equipment such as printers,
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Computer Studies Today Chapter 19 1 Chapter 19. Computer Studies Today Chapter 19 2 »Information stored in a computer is in two states: –ON –OFF.
Lecture 1.2 (Chapter 1) Prepared by Dr. Lamiaa Elshenawy
Digital logic COMP214  Lecture 1 Dr. Sarah M.Eljack Chapter 1 1.
1 Digital Logic Design (41-135) Chapter 5 Number Representation & Arithmetic Circuits Younglok Kim Dept. of Electrical Engineering Sogang University Spring.
Computer Architecture and Number Systems
CHAPTER 9 COMPUTER ARITHMETIC - ALU
Computer Organisation
Processor/Memory Chapter 3
COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE
Digital Arithmetic Wen-Hung Liao, Ph.D..
Week 3 The Components of the System Unit
Computer Electronic device Accepts data - input
CNET 315 Microprocessors & Assembly Language
Digital Systems and Binary Numbers
Chapter Four Data Representation in Computers By Bezawit E.
Notes from Last Class Office Hours: GL Accounts?
Information Representation: Machine Instructions
Networks & I/O Devices.
Dr. Clincy Professor of CS
Presentation transcript:

Digital Systems and Information Dr. Sanjay P. Ahuja, Ph.D. FIS Distinguished Professor of CIS ( ) School of Computing, UNF

Digital Systems and Information The computer is a digital system. It manipulates discrete elements of information from the set {0, 1}. Discrete information is represented in a digital system by signals. These signals use two discrete values and therefore are said to be binary signals (0 or 1, H or L, T or F). The two discrete values are represented by voltage ranges called HIGH and LOW.

Voltage Ranges for Binary Signals Input ranges are larger than output ranges to allow circuits to function correctly, i.e. recognize logics 1 and 0, in spite of variations in voltages due to “noise” voltages that may be added/subtracted from the output voltages.

Information Representation Digital computers use the binary number system, which has two digits, 0 and 1. A binary digit is called a bit. Example: (1001) 2 represents 9, i.e. 1 x x x x2 0 = 9

Computer System A computer system is composed of hardware and system software. The hardware is divided into 3 parts: CPU, main memory, I/O devices. Central Processing Unit (CPU) comprises the Arithmetic and Logic Unit (ALU), registers, control unit (CU), and cache memory (L1 and L2 caches). Main memory, also called RAM stores instructions and data. The I/O interface or I/O cards such as graphics cards, Network interface cards (NICs) etc., contain circuits for communicating with and controlling the transfer of information between the computer and the outside world.

Binary Number System Allowed binary digits (bits) are 0 and 1 and the radix or base = 2. With 2 bits, we get 2 2 = 4 combinations: 00, 01, 10, 11. With n-bits, we get 2 n combinations. With 2 3, we have 8 combinations: MSB000 LSB

Base Conversion – Powers of 2

Special Powers of 2

Hexadecimal Number System A major numbering system used in digital systems is the hexadecimal system, also named base 16. In this system, the numbers are counted from 0 to 9 and, since in base 16 we need 16 different symbols, decimal numbers 10 through 15 are represented by letters A through F, respectively. So we go from 0-9, and A-F.