QUIZ: Generations of computer technology. Hardware:

Similar documents
QUIZ: Generations of computer technology. Hardware:

Chapter 2. Binary Values and Number Systems

Positional notation Ch Conversions between Decimal and Binary. /continued. Binary to Decimal

Chapter 2 Binary Values and Number Systems

Electronic Data and Instructions

CMPE223/CMSE222 Digital Logic Design. Positional representation

Number Systems and Conversions UNIT 1 NUMBER SYSTEMS & CONVERSIONS. Number Systems (2/2) Number Systems (1/2) Iris Hui-Ru Jiang Spring 2010

Numeral Systems. -Numeral System -Positional systems -Decimal -Binary -Octal. Subjects:

T02 Tutorial Slides for Week 2

Level ISA3: Information Representation

COE 202- Digital Logic. Number Systems II. Dr. Abdulaziz Y. Barnawi COE Department KFUPM. January 23, Abdulaziz Barnawi. COE 202 Logic Design

Digital Fundamentals

COMP Overview of Tutorial #2

Homework 1 graded and returned in class today. Solutions posted online. Request regrades by next class period. Question 10 treated as extra credit

CHW 261: Logic Design

Number System. Introduction. Decimal Numbers

Chapter 2 Exercises and Answers

TOPIC: NUMBER SYSTEMS

Number representations

CS & IT Conversions. Magnitude 10,000 1,

1010 2?= ?= CS 64 Lecture 2 Data Representation. Decimal Numbers: Base 10. Reading: FLD Digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9

COE 202: Digital Logic Design Number Systems Part 2. Dr. Ahmad Almulhem ahmadsm AT kfupm Phone: Office:

Octal & Hexadecimal Number Systems. Digital Electronics

Number Systems CHAPTER Positional Number Systems

BINARY SYSTEM. Binary system is used in digital systems because it is:

DATA REPRESENTATION. By- Neha Tyagi PGT CS KV 5 Jaipur II Shift, Jaipur Region. Based on CBSE curriculum Class 11. Neha Tyagi, KV 5 Jaipur II Shift

CHAPTER V NUMBER SYSTEMS AND ARITHMETIC

Hexadecimal Numbers. Journal: If you were to extend our numbering system to more digits, what digits would you use? Why those?

MACHINE LEVEL REPRESENTATION OF DATA

Data Representation COE 301. Computer Organization Prof. Muhamed Mudawar

Moodle WILLINGDON COLLEGE SANGLI. ELECTRONICS (B. Sc.-I) Introduction to Number System

Digital Logic Lecture 2 Number Systems

Module 1: Information Representation I -- Number Systems

Digital Systems COE 202. Digital Logic Design. Dr. Muhamed Mudawar King Fahd University of Petroleum and Minerals

Chapter 1 Preliminaries

CS 265. Computer Architecture. Wei Lu, Ph.D., P.Eng.

2 Number Systems 2.1. Foundations of Computer Science Cengage Learning

Module 2: Computer Arithmetic

QUIZ ch.1. 1 st generation 2 nd generation 3 rd generation 4 th generation 5 th generation Rock s Law Moore s Law

CS/EE1012 INTRODUCTION TO COMPUTER ENGINEERING SPRING 2013 HOMEWORK I. Solve all homework and exam problems as shown in class and sample solutions

Octal and Hexadecimal Integers

Course Schedule. CS 221 Computer Architecture. Week 3: Plan. I. Hexadecimals and Character Representations. Hexadecimal Representation

CPS 104 Computer Organization and Programming Lecture-2 : Data representations,

DLD VIDYA SAGAR P. potharajuvidyasagar.wordpress.com. Vignana Bharathi Institute of Technology UNIT 1 DLD P VIDYA SAGAR

CS101 Lecture 04: Binary Arithmetic

Slide Set 1. for ENEL 339 Fall 2014 Lecture Section 02. Steve Norman, PhD, PEng

CS 121 Digital Logic Design. Chapter 1. Teacher Assistant. Hadeel Al-Ateeq

Assembly Language for Intel-Based Computers, 4 th Edition. Chapter 1: Basic Concepts. Chapter Overview. Welcome to Assembly Language

EE292: Fundamentals of ECE

Numbering systems. Dr Abu Arqoub

Positional Number System

or 5.00 or 5.000, and so on You can expand the decimal places of a number that already has digits to the right of the decimal point.

Number Systems. TA: Mamun. References: Lecture notes of Introduction to Information Technologies (ITEC 1011) by Dr Scott MacKenzie

Digital Fundamentals

CHAPTER 2 Number Systems

Lecture 2: Number Systems

ECOM 2325 Computer Organization and Assembly Language. Instructor: Ruba A.Salamah INTRODUCTION

Lecture 1: Digital Systems and Number Systems

Decimal & Binary Representation Systems. Decimal & Binary Representation Systems

Divide: Paper & Pencil

Number Systems and Binary Arithmetic. Quantitative Analysis II Professor Bob Orr

DIGITAL SYSTEM DESIGN

data within a computer system are stored in one of 2 physical states (hence the use of binary digits)

Chapter 1. The Big Picture

Number Systems Base r

Digital Logic. The Binary System is a way of writing numbers using only the digits 0 and 1. This is the method used by the (digital) computer.

QUIZ. Name all the 4 parts of the fetch-execute cycle.

Basic Definition INTEGER DATA. Unsigned Binary and Binary-Coded Decimal. BCD: Binary-Coded Decimal

Chapter 4 Section 2 Operations on Decimals

Chapter Overview. Assembly Language for Intel-Based Computers, 4 th Edition. Chapter 1: Basic Concepts. Printing this Slide Show

Beyond Base 10: Non-decimal Based Number Systems

Slide Set 1. for ENEL 353 Fall Steve Norman, PhD, PEng. Electrical & Computer Engineering Schulich School of Engineering University of Calgary

} Evaluate the following expressions: 1. int x = 5 / 2 + 2; 2. int x = / 2; 3. int x = 5 / ; 4. double x = 5 / 2.

Course Syllabus [1/2]

CMPS 10 Introduction to Computer Science Lecture Notes

Introduction to Computer Programming with MATLAB Calculation and Programming Errors. Selis Önel, PhD

World Inside a Computer is Binary

Computer Arithmetic. In this article we look at the way in which numbers are represented in binary form and manipulated in a computer.

What Is It? Instruction Register Address Register Data Register

Chapter 2. Positional number systems. 2.1 Signed number representations Signed magnitude

Binary, Hexadecimal and Octal number system

Information Science 1

QUIZ. Name all the 4 parts of the fetch-execute cycle.

Logic Design: Part 2

A Level Computing. Contents. For the Exam:

Low-level software. Components Circuits Gates Transistors

IT 1204 Section 2.0. Data Representation and Arithmetic. 2009, University of Colombo School of Computing 1

D I G I T A L C I R C U I T S E E

Chapter 1 An Introduction to Computer Science. INVITATION TO Computer Science 1

Chapter 1 Review of Number Systems

COMP2121: Microprocessors and Interfacing. Number Systems

TOPICS. Other Number Systems. Other Number Systems 9/9/2017. Octal Hexadecimal Number conversion

Chapter 3: Number Systems and Codes. Textbook: Petruzella, Frank D., Programmable Logic Controllers. McGraw Hill Companies Inc.

History of Computing. Ahmed Sallam 11/28/2014 1

Number System (Different Ways To Say How Many) Fall 2016

Python Numbers. Learning Outcomes 9/19/2012. CMSC 201 Fall 2012 Instructor: John Park Lecture Section 01 Discussion Sections 02-08, 16, 17

in this web service Cambridge University Press

Agenda EE 224: INTRODUCTION TO DIGITAL CIRCUITS & COMPUTER DESIGN. Lecture 1: Introduction. Go over the syllabus 3/31/2010

Data Representation and Binary Arithmetic. Lecture 2

UNIT 2 NUMBER SYSTEM AND PROGRAMMING LANGUAGES

Transcription:

QUIZ: Generations of computer technology Hardware: 1. 2. 3. 4. 5. 1

QUIZ: Generations of computer technology Software: 1. 2. 3. 4. 5. 6. 2

Steampunk! 3

The Telectroscope, 1878-2008 Steampunk Wikipedia article 4

Chapter 2 Binary Values and Number Systems We are here!

Numbers Natural numbers, a.k.a. positive integers Zero and any number obtained by repeatedly adding one to it. Examples: 100, 0, 45645, 32 Negative numbers A value less than 0, with a sign Examples: -24, -1, -45645, -32 6 2

Integers A natural number, a negative number, zero Examples: 249, 0, - 45645, - 32 Rational numbers An integer or the quotient of two integers Examples: -249, -1, 0, 3/7, -2/5 Real numbers In general cannot be represented as the quotient of any two integers. They have an infinite # of fractional digits. Example: Pi = 3.14159265 7 3

2.2 Positional notation How many ones (units) are there in 642? 600 + 40 + 2 6 x 100 + 4 x 10 + 2 x 1 6 x 10 2 + 4 x 10 1 + 2 x 10 0 10 is called the base This is called the polynomial expansion of the number We also write 642 10 8 4

QUIZ How many units are there in 642 9 (642 in base nine)? Hint: Convert it to decimal using the polynomial expansion, as in the previous example: 600 + 40 + 2 6 x 100 + 4 x 10 + 2 x 1 6 x 10 2 + 4 x 10 1 + 2 x 10 0 9 4

Solution 6 x 9 2 + 4 x 9 1 + 2 x 9 0 = 524 10 Final answer: 642 9 = 524 10 10 4

Positional Notation The base (a.k.a. radix) of a number determines how many digits are used and the value of each digit s position. To be specific: In base R, there are R digits, from 0 to R-1. The positions have for values the powers of R, from right to left: R 0, R 1, R 2, 11 5

Positional Notation Formula: R is the base of the number d n * R n-1 + d n-1 * R n-2 +... + d 2 * R + d 1 n is the number of digits in the number d is the digit in the i th position in the number 12 7

Positional Notation reloaded The text shows the digits numbered like this: d n * R n-1 + d n-1 * R n-2 +... + d 2 * R + d 1 but, in CS, the digits are numbered from zero, to match the power of the base: d n-1 * R n-1 + d n-2 * R n-2 +... + d 1 * R 1 + d 0 * R 0 13 7

QUIZ Convert 642 in base 13 to decimal. 14 68

Solution + 6 x 13 2 = 6 x 169 = 1014 + 4 x 13 1 = 4 x 13 = 52 + 2 x 13º = 2 x 1 = 2 = 1068 in base 10 Final answer: 642 13 = 1068 10 15 68

Nota bene! In a given base R, the digits range from 0 up to R 1 R itself cannot be a digit in base R Trick problem: Convert the number 473 from base 6 to base 10 16

Binary Decimal is base 10 and has 10 digits: 0,1,2,3,4,5,6,7,8,9 Binary is base 2 and has 2 digits: 0,1 17 9

QUIZ: Converting Binary to Decimal What is the decimal equivalent of the binary number 110 1110? 110 1110 2 =??? 10 18 13

What is the decimal equivalent of the binary number 1101110? 1 x 2 6 = 1 x 64 = 64 + 1 x 2 5 = 1 x 32 = 32 + 0 x 2 4 = 0 x 16 = 0 + 1 x 2 3 = 1 x 8 = 8 + 1 x 2 2 = 1 x 4 = 4 + 1 x 2 1 = 1 x 2 = 2 + 0 x 2º = 0 x 1 = 0 = 110 in base 10 = 110 10 19 13

Base 8 = octal system What is the decimal equivalent of the octal number 642? 642 8 =??? 10 20 11

Converting Octal to Decimal What is the decimal equivalent of the octal number 642? 6 x 8 2 = 6 x 64 = 384 + 4 x 8 1 = 4 x 8 = 32 + 2 x 8º = 2 x 1 = 2 Add the above = 418 in base 10 = 418 10 21 11

Bases Higher than 10 How are digits in bases higher than 10 represented? Base 16 (hexadecimal, a.k.a. hex) has 16 digits: 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E, F 22 10

Converting Hexadecimal to Decimal What is the decimal equivalent of the hexadecimal number DEF? D x 16 2 = 13 x 256 = 3328 + E x 16 1 = 14 x 16 = 224 + F x 16º = 15 x 1 = 15 = 3567 in base 10 23

QUIZ: 2AF 16 =??? 10 24

Are there any non-positional number systems? Hint: Why did the Roman civilization have no contributions to mathematics? 25

QUIZ: Convert to decimal 0001 0011 2 = C7 16 = 42 6 = 71 8 = 26

Today we ve covered pp.33-39 of text (stopped before Arithmetic in Other Bases) Solve in notebook as individual work for next class: 1, 2, 3, 4, 5, 20, 21 27

QUIZ: Convert to decimal using polynomial expansion: 1101 0011 2 = AB7 16 = 513 7 = 692 8 = 28

The inverse problem: Converting Base 10 to Other Bases Algorithm for converting a number in base 10 to any other base R: While (the quotient is not zero) Divide the decimal number by R Make the remainder the next digit to the left in the answer Replace the original decimal number with the quotient Known as repeated division (by the base) 29 19

Converting Decimal to Binary Example: Convert 179 10 to binary 179 2 = 89 rem. 1 2 = 44 rem. 1 2 = 22 rem. 0 2 = 11 rem. 0 MSB LSB 2 = 5 rem. 1 2 = 2 rem. 1 2 = 1 rem. 0 179 10 = 10110011 2 2 = 0 rem. 1 Notes: The first bit obtained is the rightmost (a.k.a. LSB) The algorithm stops when the quotient (not the remainder!) becomes zero 30 19

Repeated division QUIZ Convert 42 10 to binary 42 2 = rem. Final answer: 42 10 = 2 31 19

The repeated division algorithm can be used to convert from any base into any other base (but normally we use it only for 10 2) For next time: Read text example on p.43: Converting Decimal to Hex using repeated division 32

Addition in Binary Remember that there are only 2 digits in binary, 0 and 1 1 + 1 is 0 with a carry 0 1 1 1 1 1 1 0 1 0 1 1 1 +1 0 0 1 0 1 1 1 0 1 0 0 0 1 0 Carry Values 33 14

Addition QUIZ 1 0 1 0 1 1 0 +1 0 0 0 0 1 1 Carry values go here Check in base ten! 34 14

Putting it all together! Computer hardware Python (or another high-level language) Convert decimal to binary Compute in binary 1 1001 + 101 1110 Convert binary to decimal 35

Direct conversions between bases that are powers of 2 binary hexadecimal octal 36

Converting Binary to Octal Mark groups of three (from right) Convert each group 10101011 10 101 011 2 5 3 10101011 is 253 in base 8 37 17

Converting Binary to Hexadecimal Mark groups of four (from right) Convert each group 10101011 1010 1011 A B 10101011 is AB in base 16 38 18

Extra-credit QUIZ: 39

Conclusion: We can convert from hex to octal, using binary as a stepping-stone! binary hexadecimal octal 40

Converting Octal to Hexadecimal End-of-chapter ex. 25: Explain how base 8 and base 16 are related 10 101 011 1010 1011 2 5 3 A B 253 in base 8 = AB in base 16 41 18

End-of-chapter ex.37 Perform the following octal additions: a. 770 + 665 b. 101 + 707 42 14

SKIP: Binary SUBTRACTION (with borrow bits) p.40 of text FYI, a few slides are provided at the end of this document. 43

Today we ve covered pp.36-43 of text (stopped before Binary Values and Computers) Solve in notebook as individual work for next class: 6 through 11 44

Addition QUIZ 1 1 1 0 1 1 0 +1 0 0 0 1 1 1 Carry values go here 45 14

Solution 1 0 0 0 1 1 0 1 1 1 0 1 1 0 +1 0 0 0 1 1 1 1 0 1 1 1 1 0 1 Carry values Check in base ten! 46 14

End-of-chapter ex.37 Perform the following octal additions: c. 202 + 667 47 14

Counting 48

Basic skill: counting (in any base!) 0, 1, 2, 3, 4, 5, 0, 1, 10, 11, 100, 101, 49

Hex 50

Conclusion: In order to represent any octal digit, we need bits In order to represent any hex digit, we need bits 51

If we have 3 bits, we can create (how many?) different combinations of 0s and 1s. If we have 4 bits, we can create (how many?) different combinations of 0s and 1s. If we have 5 bits, we can create (how many?) different combinations of 0s and 1s. If we have N bits, we can create (how many?) different combinations of 0s and 1s. 52

If we have 3 bits, we can create 2 3 = 8 different combinations of 0s and 1s. If we have 4 bits, we can create 2 4 = 16 different combinations of 0s and 1s. If we have 5 bits, we can create 2 5 = 32 different combinations of 0s and 1s. If we have N bits, we can create 2 N different combinations of 0s and 1s. 53

Your turn: Source: AP CS Principles Course and Exam Descriptions

Binary and Computers Word = group of bits that the computer processes at a time The number of bits in a word determines the word length of the computer. It is usually a multiple of 8. 1 Byte = 8 bits 8, 16, 32, 64-bit computers 128? 256? 55 23

Grace Murray Hopper Ph.D. in mathematics Wrote A-0, the world s first compiler, in 1952! Co-invented COBOL Rear-admiral of the US Navy Nanosecond wires 56

Grace also liked telling this story Harvard University Mark II Aiken Relay Calculator 57

Ethical Issues Tenth Strand What do the following acronyms stand for: ACM? IEEE? What is the tenth strand? Why the tenth? 58

Why the tenth? 59 A: In the 1989 ACM report ( Computing as a Discipline p.12), the following 9 areas (strands) of CS were defined: Algorithms and data structures Programming languages Computer Architecture Numerical and symbolic computations Operating systems (OS) Software engineering Databases Artificial intelligence (AI) Human-computer interaction

Ethical Issues Tenth Strand The latest official release of the IEEE/ACM CS Curriculum was in 2013: There are now 18 knowledge areas (KA), and the tenth strand is listed last: SP area. 60

Ethical Issues Tenth Strand The full text of the 2013 IEEE/ACM CS Curricula is posted on our webpage The SP area is described on pp.192-203. 61

Chapter Review questions Describe positional notation (polynomial in the base) Convert numbers in other bases to base 10 Convert base-10 numbers to numbers in other bases, esp. binary Add and subtract in binary Convert between bases 2, 8, and 16 using groups of digits Count in any base, esp. binary Explain the importance in CS of the bases that are powers of 2 What is the IEEE/ACM CS Curriculum and what are three issues in the Tenth Strand? 62 6

Homework for Ch.2 End-of-ch. 23, 24, 25, 28, 29, 30, 33, 38 Due next Wednesday, Sep.15 The latest homework assigned is always available on the course webpage! (agapie.net) 63

FYI: Subtraction in Binary Remember borrowing? 1 2 0 2 0 2 1 0 1 0 1 1 1-1 1 1 0 1 1 0 0 1 1 1 0 0 Borrow values Check in base ten! 64 15

Subtraction QUIZ 1 0 1 0 0 0 0-1 0 0 1 0 1 Borrow values go here Check in base ten! 65 15

Subtraction QUIZ 1 1 1 0 1 0 0-1 1 0 1 1 1 Borrow values go here Check in base ten! 66 15

Another subtraction QUIZ 1 0 1 0 0 0 1-1 0 0 1 1 1 Borrow values go here Check in base ten! 67 15