Computer Organization
Computer Science 251
Dickinson College

Spring Semester 1997
TTh 2:00 - 3:15
South College 04

Class #4 - Logic Simplification & 1 Bit Addition.

Reading Assignment

SCO - Tannenbaum - Chapter 3, section 3.1.4, 3.2.3 - section on adders.

Thought Questions

3.1.4

3.2.3 section on adders

Homework Solutions

Homework Assignment

Due 2/6/96

  1. For the function F(a,b,c,d) = b + bcd + !bcd + ab + !ab + !bc
    1. Write out the truth table for the function F.
    2. Use Boolean Algebra to simplify the function F.
    3. Draw a cirucit that implements the simplified function F.

  2. Use the Boolean Algebra to verify the following relation:
  3. Express the following Boolean function in sum-of-products form:

Programming Project

Project 2: 1 Bit Half and Full Adders
In project 2 you will implement circuitry to perform 1 bit half and full addition. These cirucits will be built using the logic gates you built in project #1. These adders will form the heart of the Arithmetic Logical Unit for your simulated computer.

These pages designed and maintained by Grant Braught
Braught@Dickinson.edu