Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Perform subtraction on the given unsigned binary numbers using the 2s complement of the subtrahend. Where the result should be negative, find its 2s

1. Perform subtraction on the given unsigned binary numbers using the 2s complement of the subtrahend. Where the result should be negative, find its 2s complement and affix a minus sign.

(a) 10011 10010 (b) 100010 - 100110

(c) 1001 - 110101 (d) 101000 10101

2. Implement the Boolean function

F = xy + xy + yz

(a) With AND, OR, and inverter gates

(b) With OR and inverter gates

(c) With AND and inverter gates

(d) With NAND and inverter gates

(e) With NOR and inverter gates

3. Map the given function using three variable K-map:

F (x, y, z) = (2, 3, 4, 5) = xy + xy

4. Draw logic diagrams to implement the following Boolean expressions:

(a) y = [(u + x) (y + z)]

(b) y = (u + x) (y + z)

(c) y = u + yz + uxy

(f) y = u + x + x(u + y)

5. Draw JK Flip Flop with a neat diagram and explain its characteristic equation.

D = JQ + KQ.

6. Compare Multiplexer and De-Multiplexer with the diagram.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Expert Oracle Database Architecture

Authors: Thomas Kyte, Darl Kuhn

3rd Edition

1430262990, 9781430262992

More Books

Students also viewed these Databases questions