Welcome to CSE 370 Introduction to Digital Design Jan 10, 2002.

Slides:



Advertisements
Similar presentations
ECE 331 – Digital System Design
Advertisements

Appendix 1 Number Systems Objectives: Review of number systems and radix conversion methods Review of binary, octal, hexadecimal and BCD unsigned codes.
DATA REPRESENTATION CONVERSION.
MOHD. YAMANI IDRIS/ NOORZAILY MOHAMED NOOR 1 Lecture 3 Number System.
ECE 301 – Digital Electronics Course Introduction, Number Systems, Conversion between Bases, and Basic Binary Arithmetic (Lecture #1)
ECE 331 – Digital System Design
VIT UNIVERSITY1 ECE 103 DIGITAL LOGIC DESIGN CHAPTER I NUMBER SYSTEMS AND CODES Reference: M. Morris Mano & Michael D. Ciletti, "Digital Design", Fourth.
ECE 301 – Digital Electronics Number Systems and Conversion, Binary Arithmetic, and Representation of Negative Numbers (Lecture #10) The slides included.
DIGITAL SYSTEMS TCE1111 Representation and Arithmetic Operations with Signed Numbers Week 6 and 7 (Lecture 1 of 2)
S. Barua – CPSC 240 CHAPTER 2 BITS, DATA TYPES, & OPERATIONS Topics to be covered are Number systems.
Number System and Codes
FIGURES FOR CHAPTER 1 INTRODUCTION NUMBER SYSTEMS AND CONVERSION
Based on slides by:Charles Kime & Thomas Kaminski © 2004 Pearson Education, Inc. ECE/CS 352: Digital System Fundamentals Lecture 1 – Number Systems and.
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
Chapter 2 Number Systems + Codes. Overview Objective: To use positional number systems To convert decimals to binary integers To convert binary integers.
CHAPTER 1 INTRODUCTION NUMBER SYSTEMS AND CONVERSION.
Lecture 1 Binary Representation Topics Terminology Base 10, Hex, binary Fractions Base-r to decimal Unsigned Integers Signed magnitude Two’s complement.
Supplemental Chapter Number Bases
Tanenbaum, Structured Computer Organization, Fifth Edition, (c) 2006 Pearson Education, Inc. All rights reserved Binary Numbers Appendix.
CHAPTER 1 INTRODUCTION NUMBER SYSTEMS AND CONVERSION
NUMBER SYSTEM.
CE1111 :Digital Logic Design lecture 01 Introduction Dr. Atef Ali Ibrahim.
Computer Number Systems. d n-1 d n-2 d n d 2-m d 1-m d -m Conventional Radix Number r is the radixd i is a digit d i Є {0, 1, ….., r – 1 } -m ≤
1-1 Lecture 1 Class Overview and Appendix A -- Number Systems.
ECE 331 – Digital System Design
Number systems, Operations, and Codes
Introduction to Computing Dr. Nadeem A Khan. Lecture 10.
Positional Number Systems
Number System. Number Systems Important Number systems – Decimal – Binary – Hexadecimal.
Lecture 2 Binary Values and Number Systems. The number 943 is an example of a number written in positional notation. The relative positions of the digits.
Number Systems Binary to Decimal Octal to Decimal Hexadecimal to Decimal Binary to Octal Binary to Hexadecimal Two’s Complement.
Positional Number Systems Decimal, Binary, Octal and Hexadecimal Numbers Wakerly Section
Chapter 1  Number Systems Decimal System Binary System Octal System Hexadecimal System  Binary weighted cods Signed number binary order  1’s and 2’s.
Computing Machinery Chapter 6: Computer Arithmetic.
Lecture 2 Binary Arithmetic Topics Terminology Fractions Base-r to decimal Unsigned Integers Signed magnitude Two’s complement August 26, 2003 CSCE 211.
CEC 220 Digital Circuit Design Binary Arithmetic & Negative Numbers Monday, January 13 CEC 220 Digital Circuit Design Slide 1 of 14.
School of Computer and Communication Engineering, UniMAP Mohd ridzuan mohd nor DKT 122/3 - DIGITAL SYSTEM I Chapter.
NUMBER SYSTEM. Number System Number Base B => B symbols – Base 16(Hexa):0, 1,……9, A,…, E, F – Base 10 (Decimal): 0, 1, 2,……, 7, 8, 9 – Base 8(Octal):
CMPUT Computer Organization and Architecture I1 CMPUT229 - Fall 2002 Topic1: Numbers, Numbers, and Numbers José Nelson Amaral.
NUMBER SYSTEMS AND CODES. CS Digital LogicNumber Systems and Codes2 Outline Number systems –Number notations –Arithmetic –Base conversions –Signed.
CSC 331: DIGITAL LOGIC DESIGN COURSE LECTURER: E. Y. BAAGYERE. CONTACT: LECTURE TIME: 15:40 – 17:45 hrs. VENUE: SP-LAB.
©2010 Cengage Learning SLIDES FOR CHAPTER 1 INTRODUCTION NUMBER SYSTEMS AND CONVERSION Click the mouse to move to the next page. Use the ESC key to exit.
Arithmetic Chapter 4 Subject: Digital System Year: 2009.
May 2, 2001System Architecture I1 Systems Architecture I (CS ) Lecture 11: Arithmetic for Computers * Jeremy R. Johnson May 2, 2001 *This lecture.
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
1 EGR 277 – Digital Logic Syllabus Office Hours No food or drinks in the classrooms Web page (demonstration) Lecture #1 EGR 277 – Digital Logic Reading.
Chapter 5 NUMBER REPRESENTATION AND ARITHMETIC CIRCUITS.
1 Digital Logic Design (41-135) Chapter 5 Number Representation & Arithmetic Circuits Younglok Kim Dept. of Electrical Engineering Sogang University Spring.
Computer Science 210 Computer Organization
Lecturer: Santokh Singh
Positional Number Systems Decimal, Binary, Octal and Hexadecimal Numbers Wakerly Section
Introduction to Computing
By: Jonathan O. Cabriana
Integer Real Numbers Character Boolean Memory Address CPU Data Types
CHAPTER 1 INTRODUCTION NUMBER SYSTEMS AND CONVERSION
Logistics Always read the Calendar at
CSE 102 Introduction to Computer Engineering
Number Systems.
Overview Introduction Data representation Fixed Point Representation
TAO1221 COMPUTER ARCHITECTURE AND ORGANIZATION LAB 6
Principles of Computing – UFCFA Lecture-3
Data Representation in Computer Systems
Computer Science 210 Computer Organization
Chapter 2: Number Systems
Digital Logic Design (CSNB163)
ECE 301 – Digital Electronics
Chapter 6: Computer Arithmetic
COMS 161 Introduction to Computing
Arithmetic Operation By: Asst Lec. Besma Nazar Nadhem
Presentation transcript:

Welcome to CSE 370 Introduction to Digital Design Jan 10, 2002

TA information –Tian Sang: Office hour –Monday 4:30-5:30 pm, Sieg 226a –Friday, 1:30-2:30 pm, Sieg 226b –Right after lectures

Conversions (Appendix A) Binary/octal/hexadecimal to decimal –Sum by position weight 12F 16 = 1* * F = = = = =

Conversions (Appendix A) Decimal to binary/octal/hexadecimal –Successive division for the integer part = = D1 16 = –Successive multiplication for the fraction part = = =

Conversions (Appendix A) Binary to octal and hexadecimal –Bit grouping = (11)(010)(001) 2 = = (1101)(0001) 2 = D1 16

Conversions (Appendix A) Octal and hexadecimal to binary –Expand each bit D1 16 = (11)(010)(001) 2 = = (010)(101) 2 =

Binary arithmetic operations Almost the same as those for decimal numbers. Just remember: a carry/borrow worth 2

Data representation (Chapter 5) Representation of 14: Representation of –14: –In signed-magnitude: –In signed-1’s complement: –In signed-2’s complement:

Overflow conditions Read page of the textbook for the solution for question 4 of assignment 1.

Reference More detailed information can be found in Chapter 3, Computer System Architecture 3 rd edition, M.Morris Mano, Prentice-Hall.