Logic Design: Part 2

Similar documents
1. Mark the correct statement(s)

DIGITAL SYSTEM DESIGN

Bawar Abid Abdalla. Assistant Lecturer Software Engineering Department Koya University

Propositional Calculus: Boolean Algebra and Simplification. CS 270: Mathematical Foundations of Computer Science Jeremy Johnson

SWITCHING THEORY AND LOGIC CIRCUITS

CS February 17

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

Read this before starting!

Midterm Exam Review. CS 2420 :: Fall 2016 Molly O'Neil

EE292: Fundamentals of ECE

Lecture 3: Binary Subtraction, Switching Algebra, Gates, and Algebraic Expressions

CDA 3200 Digital Systems. Instructor: Dr. Janusz Zalewski Developed by: Dr. Dahai Guo Spring 2012

LECTURE 4. Logic Design

Combinational Logic & Circuits

Lecture (04) Boolean Algebra and Logic Gates

Lecture (04) Boolean Algebra and Logic Gates By: Dr. Ahmed ElShafee

Summary. Boolean Addition

CHW 261: Logic Design

Chapter 2. Boolean Expressions:

FUNDAMENTALS OF DIGITAL CIRCUITS


CS/COE 0447 Example Problems for Exam 2 Spring 2011

Chapter 6 Primitive types

Experiment 4 Boolean Functions Implementation

Digital Fundamentals

Injntu.com Injntu.com Injntu.com R16

Propositional Calculus. CS 270: Mathematical Foundations of Computer Science Jeremy Johnson

Arithmetic and Bitwise Operations on Binary Data

CPS 104 Computer Organization and Programming

Read this before starting!

Summary of Course Coverage

COPYRIGHTED MATERIAL INDEX


Module -7. Karnaugh Maps

MACHINE LEVEL REPRESENTATION OF DATA

Assignment (3-6) Boolean Algebra and Logic Simplification - General Questions

IT 201 Digital System Design Module II Notes

Lecture 2: Number Systems

UNCA CSCI 255 Exam 1 Spring February, This is a closed book and closed notes exam. It is to be turned in by 1:45 PM.

Combinational Circuits Digital Logic (Materials taken primarily from:

DeMorgan's Theorem. George Self. 1 Introduction

Chapter 5: Computer Arithmetic. In this chapter you will learn about:

Digital Fundamentals. CHAPTER 2 Number Systems, Operations, and Codes

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

Read this before starting!

[Ch 6] Set Theory. 1. Basic Concepts and Definitions. 400 lecture note #4. 1) Basics

2.6 BOOLEAN FUNCTIONS

Computer Organization and Programming

ELECTRICAL AND COMPUTER ENGINEERING DEPARTMENT, OAKLAND UNIVERSITY ECE-2700: Digital Logic Design Winter Notes - Unit 4. hundreds.

Circuit analysis summary

Learning Objectives. Binary over Decimal. In this chapter you will learn about:

Numbering systems. Dr Abu Arqoub

Review. EECS Components and Design Techniques for Digital Systems. Lec 05 Boolean Logic 9/4-04. Seq. Circuit Behavior. Outline.

Digital logic fundamentals. Question Bank. Unit I

Binary Values. CSE 410 Lecture 02

Introduction to Computer Architecture

Designing Computer Systems Boolean Algebra

Bawar Abid Abdalla. Assistant Lecturer Software Engineering Department Koya University

Chapter 2. Boolean Algebra and Logic Gates

SYNERGY INSTITUTE OF ENGINEERING & TECHNOLOGY,DHENKANAL LECTURE NOTES ON DIGITAL ELECTRONICS CIRCUIT(SUBJECT CODE:PCEC4202)

Unit-IV Boolean Algebra

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

ELECTRICAL AND COMPUTER ENGINEERING DEPARTMENT, OAKLAND UNIVERSITY ECE-278: Digital Logic Design Fall Notes - Unit 4. hundreds.

Computer Logical Organization Tutorial

Computer Science. Unit-4: Introduction to Boolean Algebra

Read this before starting!

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

Microcomputers. Outline. Number Systems and Digital Logic Review

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

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

Code No: 07A3EC03 Set No. 1

ECEN 468 Advanced Logic Design

Boolean Algebra and Logic Gates

KNOWLEDGE OF NUMBER SENSE, CONCEPTS, AND OPERATIONS

Introduction to Boolean logic and Logical Gates

Introduction to Boolean Algebra

DIGITAL SYSTEM FUNDAMENTALS (ECE 421) DIGITAL ELECTRONICS FUNDAMENTAL (ECE 422) COURSE / CODE NUMBER SYSTEM

Definitions. 03 Logic networks Boolean algebra. Boolean set: B 0,

that system. weighted value associated with it. numbers. a number. the absence of a signal. MECH 1500 Quiz 2 Review Name: Class: Date:

Chapter 5: Computer Arithmetic

Introduction to Boolean Algebra

CHAPTER 2 (b) : AND CODES

ENGIN 112 Intro to Electrical and Computer Engineering

Learning Log Title: CHAPTER 3: ARITHMETIC PROPERTIES. Date: Lesson: Chapter 3: Arithmetic Properties

Operators & Expressions

2. BOOLEAN ALGEBRA 2.1 INTRODUCTION

Computer Arithmetic. Appendix A Fall 2003 Lec.03-58

9/10/10. Arithmetic Operators. Today. Assigning floats to ints. Arithmetic Operators & Expressions. What do you think is the output?

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

Number Systems CHAPTER Positional Number Systems

Gate Level Minimization Map Method

Read this before starting!

Lecture (03) Binary Codes Registers and Logic Gates

Read this before starting!

GO - OPERATORS. This tutorial will explain the arithmetic, relational, logical, bitwise, assignment and other operators one by one.

Electronic Data and Instructions

Programming Lecture 3

Combinational Logic Circuits

Unit 3: Multiplication and Division Reference Guide pages x 7 = 392 factors: 56, 7 product 392

Standard Forms of Expression. Minterms and Maxterms

Transcription:

Orange Coast College Business Division Computer Science Department CS 6- Computer Architecture Logic Design: Part 2

Where are we? Number systems Decimal Binary (and related Octal and Hexadecimal) Binary encodings BCD (842 and XS3) Gray ASCII, EBCDIC, Unicode OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 2 2

What's next? Binary Arithmetic Addition (nefarious) and Subtraction Multiplication and Division Boolean Algebra Not your mom's high school algebra OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 3 3

Binary Addition Simply adding two single digit numbers Only 4 possible combinations A B Sum Carry OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 4 4

Binary Addition What happens when we consider a carry-in Essentially adding three single digits 8 possible combinations Carry-In A B Sum Carry-Out OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 5 5

Binary Addition- Bring it together When two 's are added together, their sum is in base 2 For the LSBs of the numbers to be added, there are only two digits to consider For all the following digits, they may have a carry digit from the previous column As we see later, this can be expressed as a single boolean function OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 6 6

Binary Subtraction Subtracting two digits 4 possible combinations A B Difference Borrow OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 7 7

Binary Subtraction Subtracting 3 digits Considering the borrow-in Self-exercise Borrow-In A B Difference Borrow OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 8 8

Is there a better way? Subtraction with borrow is not efficient for digital systems Why? Trust me it is. Hint: Extra logic required What is the better way? Complements OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 9 9

Subtraction through Complements Problem: Find X-Y X = (2) = () 2 Y = (9) = () 2 Step : Convert Y to 2's complement form 2's complement of Y = () 2 Step 2: Add the result to X + = (2) OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty)

Binary Multiplication The product of two binary numbers is Only if both numbers are The product of two binary numbers is If any of the number is Size of result is the combined size of the operands Details Can be done as a group of shifting and additions. Can also be carried out with fractional numbers. OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty)

Binary Multiplication: Example: (27) = (2) = x = + 2 + 4 + 6 + 32 + 52 = (567) OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 2 2

Binary Division Similar to decimal number divisions. Converted to a group of shifts, subtractions, & comparisons. Can also be applied to fractional numbers. Causes overflow if the divisor is zero or the quotient needs more bits to express than the computer word (or register) size. There are special techniques for performing division directly on 2's complement numbers. OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 3 3

Binary Division Example (5) = (5) = (5) / (5) = () quotient dividend shifted divisor reduced dividend shifted divisor remainder OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 4 4

Boolean Algebra The algebra of logic Express logic functions with logic equations. Used in electronic circuits to build computers and other logic circuits Analyze and describe the behavior of logic circuits Amaze and astound your friends OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 5 5

Hmm, what is an algebra? A formal mathematical system Consists of a set of objects Operations on those objects. Examples Numerical algebra Set algebra Matrix algebra Boolean algebra OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 6

Boolean Algebra Variables Values Operations AND, OR, NOT Laws a + = A + = Not(Not(a) = a... OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 7 7

Variables and Values Variables Named a, b, c,.. Should be of Boolean type Represent a changing value i.e. Can represent any value from the input domain Values Domain: and (True & False) OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 8 8

Operators Not Negation/Inversion Symbols: ',! (in C), A Unary Or Logical Sum Symbols: +, (in C) And Logical Product Symbols: *, && (in C) OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 9

Operator Precedence Determines the order to evaluate From highest to lowest ( )- Parentheses Not And Or What does this mean? Consider: A+'B*C Negate B, And the result with C Or with A OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 2

Boolean Functions Formula that has variables and operators The 'output' value is on the left hand side The variables and operators on the right Examples: X = A * B ( A AND B) X is true if and only if: Both A and B are true X = A + B * 'C (A OR B AND NOT C) X is true if and only if: Either A is true or B is true and C is false OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 2 2

A bit more formal... Literal A variable or the complement of the variable A, B or A', B' Product Term A Single literals AND of two or more literals Sum Term A single literal OR of two or more literals OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 22

Sample Terms Product Term A' A * B' * C Sum Term B A + B + D OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 23

Combining the previous Product of sums Logical AND of Sum Terms A' * (A + B + C) * (A + B' + C) * (A' + B' + C) Sum of products Logical OR of Product Terms A' + (A * B * C) + (A * B' * C) + (A' * B' * C) OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 24

More formal descriptions Normal term An expression where no variable appears more than once N-Variable Minterm A Normal Product Term of N-Literals Every variable appears exactly once N-Variable Maxterm A Normal Sum Term of N-Literals Every variable appears exactly once OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 25

Lets look at an example 4-variable Minterm s: A B C D A B' C D A B C' D A' B' C' D' 4-variable Maxterm s: A + B + C+ D A' + B' + C+ D A + B + C'+ D A' + B' + C'+ D' OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 26

What can we do with these? We have all elements of an algebra Values Variables Operators Use these elements to derive a series of laws Laws are useful because Allow us to find equivalent functions May provide for more efficient circuits Simplify a given function May provide for cheaper circuits OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 27 27

Laws of Boolean Algebra Identity A + = A A * = A Dominance A + = A * = Idempotent A * A = A A + A = A OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 28

Laws of Boolean Algebra Inverse (Complement) A + A' = A * A' = Involution (Law of the double complement) (A') ' = A Two negatives actually make a positive! OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 29

Laws of Boolean Algebra Commutative A + B = B + A A * B = B * A Associative A + (B + C) = (A + B) + C A * (B * C) = (A * B) * C Distributive A * (B + C) = (A * B) + (A * C) A + (B * C) = (A+B) * (A+C) OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 3

Laws of Boolean Algebra Covering (Absorption/Redundance) A + A*B = A A * ( A + B ) = A A + A' * B = A + B A * (A' + B) = A * B Combining A * B + A * B' = A (A + B) * (A + B' ) = A Consensus A * B + A' * C + B * C = A * B + A' * C (A + B) * (A' + C) * (B + C) = (A + B) * (A' + C) OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 3 3

Laws of Boolean Algebra Special set of laws DeMorgan's Laws DeMorgan's states (A + B)' = A' B' (NOR) (A B)' = A' + B' (NAND) DeMorgan's theorems apply to more than 2 variables OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 32

Examples Applying DeMorgan's X = ((A' + C) * (B + D'))' = (A' + C) ' + (B + D') ' By DeMorgan's = (A ' ' * C ' ) + (B ' * D ' ') By DeMorgan's = A * C ' + B ' * D Another example X = A' * B * C + A' * B * C' = A' * (B * C + B * C') By Distributive = A' * (B * ( C + C')) By Distributive = A' * (B * ) By Inverse = A' * B By Identity OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 33

Interesting tidbits... Duality principle: All laws of Boolean algebra are stated in pairs They are obtained by: swapping 's and 's, and swapping +'s with *'s OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 34

More tidbits... The correctness of the laws can be proven by Building their equivalent logic circuits & checking Building the truth table of the function Using Venn diagrams Suitable for up to 3 variables Derivation The successive application of other laws OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 35

Truth Table Completely describe any combinational logic function Describe the output with respect to the input Each entry specifies the value of the output for that particular input combination Each output column represents a different function Functions may be directly constructed from the truth table For a function with n-inputs, there are 2 n entries in the truth table OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 36

OCC - CS/CIS CS6-Ch-Orientation 37 998 Morgan Kaufmann Publishers ( Augmented & Modified by M.Malaty) 37 OCC-CS 6 Fall 23 998 Morgan Kaufmann Publishers (Augmented & Modified by M.Malaty and M. Beers) Truth Table Examples Outputs D E F Inputs A B C

Convert a Truth Table How do we convert a truth table to (one of) its associated function(s)? For each place where output is Create an AND expression of the inputs If input is, negate its value Else, just use the variable name OR all the expressions together OCC-CS 6 Fall 23 A B Output(C) C = AB + AB OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 38

Now, what does a truth table look like? Hint, think addition Inputs A B Outputs Sum Carry OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 39

Surprise, In-class exercise Join a different group than you were in before Goal: Create the boolean expression for each of the following Simple single digit binary addition table Sum Carry Binary addition with carry table Sum Carry Simple subtraction Difference Borrow OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 4

Some Help ) Simple Addition 3) Simple Subtraction A B Sum Carry A B Diff Borrow 2) Addition with Carry-in Carry-In A B Sum Carry-Out OCC-CS 6 Fall 23 OCC - CS/CIS CS6-Ch-Orientation 998 Morgan Kaufmann Publishers (Augmented 998 Morgan & Kaufmann Modified Publishers by M.Malaty ( Augmented and M. & Modified Beers) by M.Malaty) 4 4