Spring 2010 CPE231 Digital Logic Section 1 Quiz 1-A. Convert the following numbers from the given base to the other three bases listed in the table:

Similar documents
Experiment 3: Logic Simplification

Standard Forms of Expression. Minterms and Maxterms

Philadelphia University Faculty of Information Technology Department of Computer Science. Computer Logic Design. By Dareen Hamoudeh.

Circuit analysis summary

Menu. Algebraic Simplification - Boolean Algebra EEL3701 EEL3701. MSOP, MPOS, Simplification

Bawar Abid Abdalla. Assistant Lecturer Software Engineering Department Koya University

Unit-IV Boolean Algebra

Chapter 2. Boolean Expressions:

Lecture 5. Chapter 2: Sections 4-7

QUESTION BANK FOR TEST

Simplification of Boolean Functions

Chapter 3. Gate-Level Minimization. Outlines

Review: Standard forms of expressions

Announcements. Chapter 2 - Part 1 1

Basic circuit analysis and design. Circuit analysis. Write algebraic expressions or make a truth table

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

Binary logic. Dr.Abu-Arqoub

Chapter 2 Combinational Logic Circuits

UNIT-4 BOOLEAN LOGIC. NOT Operator Operates on single variable. It gives the complement value of variable.

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

Code No: R Set No. 1

Question Total Possible Test Score Total 100

Chapter 2 Boolean algebra and Logic Gates

1. Mark the correct statement(s)

Gate-Level Minimization. BME208 Logic Circuits Yalçın İŞLER

Boolean algebra. June 17, Howard Huang 1

X Y Z F=X+Y+Z

2.6 BOOLEAN FUNCTIONS

CS February 17

Digital Logic Lecture 7 Gate Level Minimization

Variable, Complement, and Literal are terms used in Boolean Algebra.

Chapter 2: Combinational Systems

S1 Teknik Telekomunikasi Fakultas Teknik Elektro FEH2H3 2016/2017

Objectives: 1- Bolean Algebra. Eng. Ayman Metwali

Lecture 4: Implementation AND, OR, NOT Gates and Complement

Gate Level Minimization


Code No: R Set No. 1

Code No: 07A3EC03 Set No. 1

CMPE223/CMSE222 Digital Logic

Gate Level Minimization Map Method

Experiment 4 Boolean Functions Implementation

Code No: R Set No. 1

IT 201 Digital System Design Module II Notes

LSN 4 Boolean Algebra & Logic Simplification. ECT 224 Digital Computer Fundamentals. Department of Engineering Technology

BOOLEAN ALGEBRA. Logic circuit: 1. From logic circuit to Boolean expression. Derive the Boolean expression for the following circuits.

MULTIMEDIA COLLEGE JALAN GURNEY KIRI KUALA LUMPUR

UNIT 2 BOOLEAN ALGEBRA

Boolean Algebra. P1. The OR operation is closed for all x, y B x + y B

Software Engineering 2DA4. Slides 2: Introduction to Logic Circuits

ECE380 Digital Logic

Module -7. Karnaugh Maps

SUBJECT CODE: IT T35 DIGITAL SYSTEM DESIGN YEAR / SEM : 2 / 3

2.1 Binary Logic and Gates

Chapter 3. Boolean Algebra and Digital Logic

Digital logic fundamentals. Question Bank. Unit I

Digital Design. Chapter 4. Principles Of. Simplification of Boolean Functions

Boolean Algebra and Logic Gates

ENGIN 112 Intro to Electrical and Computer Engineering

Gate-Level Minimization

60-265: Winter ANSWERS Exercise 4 Combinational Circuit Design

Lecture (05) Boolean Algebra and Logic Gates

B.Tech II Year I Semester (R13) Regular Examinations December 2014 DIGITAL LOGIC DESIGN

2008 The McGraw-Hill Companies, Inc. All rights reserved.

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

Combinational Circuits Digital Logic (Materials taken primarily from:

Combinational Logic Circuits

Date Performed: Marks Obtained: /10. Group Members (ID):. Experiment # 04. Boolean Expression Simplification and Implementation

ENGIN 112 Intro to Electrical and Computer Engineering

R.M.D. ENGINEERING COLLEGE R.S.M. Nagar, Kavaraipettai

MODULE 5 - COMBINATIONAL LOGIC

Summary. Boolean Addition

Boolean Analysis of Logic Circuits

Computer Science. Unit-4: Introduction to Boolean Algebra

Computer Organization

ISC 2007 COMPUTER SCIENCE PAPER 1 THEORY PART I Answer all questions in this part

R10. II B. Tech I Semester, Supplementary Examinations, May


Gate-Level Minimization

ENGIN 112. Intro to Electrical and Computer Engineering

CDA 3103 Computer Organization Exam 1 (Sep. 22th, 2014)

ENGINEERS ACADEMY. 7. Given Boolean theorem. (a) A B A C B C A B A C. (b) AB AC BC AB BC. (c) AB AC BC A B A C B C.

ELCT201: DIGITAL LOGIC DESIGN

SIDDHARTH GROUP OF INSTITUTIONS :: PUTTUR Siddharth Nagar, Narayanavanam Road QUESTION BANK (DESCRIPTIVE)

SWITCHING THEORY AND LOGIC CIRCUITS

A B AB CD Objectives:

Literal Cost F = BD + A B C + A C D F = BD + A B C + A BD + AB C F = (A + B)(A + D)(B + C + D )( B + C + D) L = 10

Combinational Logic & Circuits

DSAS Laboratory no 4. Laboratory 4. Logic forms

Bawar Abid Abdalla. Assistant Lecturer Software Engineering Department Koya University

BOOLEAN ALGEBRA. 1. State & Verify Laws by using :

CHAPTER-2 STRUCTURE OF BOOLEAN FUNCTION USING GATES, K-Map and Quine-McCluskey

Permutation Matrices. Permutation Matrices. Permutation Matrices. Permutation Matrices. Isomorphisms of Graphs. 19 Nov 2015

Digital Logic Design (CEN-120) (3+1)

Points Addressed in this Lecture. Standard form of Boolean Expressions. Lecture 4: Logic Simplication & Karnaugh Map

Gate-Level Minimization

UNIT II. Circuit minimization

CprE 281: Digital Logic

Introduction to Boolean Algebra

Introduction to Boolean Algebra

Transcription:

Section 1 Quiz 1-A Convert the following numbers from the given base to the other three bases listed in the table: Decimal Binary Hexadecimal 1377.140625 10101100001.001001 561.24 454.3125 111000110.0101 1C6.5 Simplify the following Boolean expressions to expressions containing a minimum number of literals Name: Number:

Section 2 Quiz 1-A Convert the following numbers from one notation to another. 42.375 10 = 101010.011 2 11101101000001 2 = 3B41 16 11001.101 2 = 25.625 10 AC9 16 = 101011001001 2 For each expression below, use DeMorgan s theorem to obtain an equivalent expression which contains ANDs and ORs of the inputs (e.g. A) and their complements (e.g. A ). There should be no complements (bars) in the final expression except those over the inputs. Name: Number:

Section 1 Quiz 1-B Convert the following numbers from the given base to the other three bases listed in the table: Decimal Binary Hexadecimal 369.3125 F3C7.A Simplify the following Boolean expressions to expressions containing a minumium number of literals (a) A B C + A C (b) A B D + A C D + B D Name: Student No.: -

Section 1 Quiz 1-B Convert the following numbers from the given base to the other three bases listed in the table: Decimal Binary Hexadecimal 369.3125 101110001.0101 171.5 62407.625 1111001111000111.101 F3C7.A Simplify the following Boolean expressions to expressions containing a minimum number of literals (a) (b) Name: Student No.: -

Section 2 Quiz 1-B Convert the following numbers from one notation to another. 25.625 10 = 11001.101 2 1101111010101111 2 = DEAF 16 10101.111 2 = 21.875 10 1ED5 16 = 1111011010101 2 For each expression below, use DeMorgan s theorem to obtain an equivalent expression which contains ANDs and ORs of the inputs (e.g. A) and their complements (e.g. A ). There should be no complements (bars) in the final expression except those over the inputs. Name: Number:

4 0907231 Digital Logic () Quiz 1 Form A Solutions are in RED COLOR رقم التسجيل : الاسم : الشعبة: رقم ====================================================================== Instructions: Time 15 minutes. Closed books and notes. No calculators. No questions are allowed. ======================================================================= Q1. Convert (325) 10 to binary. (8 points) 325 162 1 162 81 0 81 40 1 40 20 0 20 10 0 10 5 0 5 2 1 2 1 0 1 0 1 (325) 10 = 101000101 OR: 325-256 = 69 69-64 = 5 5 4 = 1 (325) 10 = 256+64+4 + 1 = 2 8 + 2 6 + 2 2 + 2 0 = 101000101 Q2. Convert (A63) 16 to binary. (4 points) (A63) 16 = 1010 0110 0011 Q3. Analyze the following circuit to find Boolean Functions F(X,Y,Z) are being implemented. Then simplify your answer if possible. (16 points) F(X,Y,Z) = X YZ +X YZ + XZ Before simplification = X Y(Z +Z ) + XZ By identity 14 = X Y.1 + XZ By identity 7 = X Y + XZ By identity 2 F(X,Y,Z) = X Y + XZ After simplification 1

Q4. Evaluate the following binary addition. (4 points) carry 1 1 1 1 0 1 1 1 0 Q5. From the truth table, write the function F(X,Y,Z) in the SOP terms then draw circuit implementing the followin function using AND, Or, and NOT gates without simplification. (18 points). (8 points for the function and 10 points for the circuit) X Y Z F minterm 0 0 0 1 X Y Z 0 0 1 1 X Y Z 0 1 0 0 0 1 1 0 1 0 0 1 XY Z 1 0 1 0 1 1 0 1 XYZ 1 1 1 1 XYZ F(X,Y,Z) = X Y Z + X Y Z + XY Z + XYZ + XYZ 2

3 4 0907231 Digital Logic () Quiz 1. Form B Solutions are in RED COLOR رقم التسجيل : الاسم : الشعبة: رقم ====================================================================== Instructions: Time 15 minutes. Closed books and notes. No calculators. No questions are allowed. ======================================================================= Q1. Convert (295) 10 to binary. (8 points) 295 147 1 147 73 1 73 36 1 36 18 0 18 9 0 9 4 1 4 2 0 2 1 0 1 0 1 (295) 10 = 100100111 OR: 295 256 = 39 39 32 = 7 7 4 = 3 3 2 = 1 (295) 10 = 256+32+4 + 2 + 1 = 2 8 + 2 5 + 2 2 + 2 1 + 2 0 = 100100111 Q2. Evaluate the following binary addition. (4 points) Carry 1 1 1 1 0 1 1 0 1 0 0 1 1 1 0 0 0 1 0 0 1 0 0 1 0 Q3. Analyze the following circuit to find Boolean Functions F(X,Y,Z) are being implemented. Then simplify your answer if possible. (16 points) (6 points for the function and 10 points for simplification) F(X,Y,Z) = X(Y + Z)(X+Y+Z ) Before simplification = X [Y (X+Y+Z ) + Z(X+Y+Z )] = X [XY +0+Y Z + XZ+YZ+0] = X [XY +Y Z + XZ+YZ] = X.XY +XY Z +X.XZ+XYZ = XY +XY Z + XZ+XYZ = XY (1+Z ) + XZ(1+Y) = XY + XZ F(X,Y,Z) = XY + XZ After simplification

Q4. Convert (B32) 16 to binary. (4 points) (B32) 16 = 1011 0011 0010 Q5. From the truth table, write the function F(X,Y,Z) in the SOP terms then draw circuit implementing the followin function using AND, OR, and NOT gates without simplification. (18 points) (6 points for the function and 12 points for the circuit) X Y Z F minterm 0 0 0 0 0 0 1 0 0 1 0 1 X YZ 0 1 1 1 X YZ 1 0 0 0 1 0 1 1 XY Z 1 1 0 0 1 1 1 1 XYZ F(X,Y,Z) = X YZ + X YZ + XY Z + XYZ 4