CPE 201/EE 236 Lab 1

(UNR/2005 Spring)

Electronics Workbench, Micro$oft Word, and Base Numbers


Introduction (5 points):

      Analog and digital circuits can be very complex. Design and analysis of such circuits can be both tedious and error prone if done by hand. Simulation software has been developed to help overcome such problems. One such simulation program is Multisim. MultiSim is a fully featured electronic circuit simulation tool. However, many of its capabilities are not needed for this lab. Therefore, we use a program that implements a subset of MultiSim's capabilities. That program is Electronics Workbench. Electronics Workbench is the simulation program that will be used in this lab.
      Since digital electronics uses two logic states to implement discrete mathematics and Boolean Algebra, binary numbers are used for modeling and analyzing this system of electronics. However, binary numbers can be highly inefficient and cumbersome when humans use them to perform certain numerical calculations. Therefore, digital engineers should know how to convert between different base number systems (especially binary, octal, and hexadecimal).


Objective (5 points):

      The purpose of this lab is to introduce students to Electronics Workbench (EWB) and Micro$oft Word, and to also give them HANDS-ON experience  converting numbers from one radix to another (hexadecimal, octal, binary, and decimal).


Procedure (80 points):

  1. Introducing Electronics Workbench  (42 points):

    Following the instructions of the TA,  design a circuit that converts binary to hexadecimal using 7-segment LED displays, switches, power, and ground.  You can refer to a very simple EWB Tutorial (written by Scott Fritzinger, modified by Kim Martin and Beifang Yi).  With EWB design a circuit that shows a hexadecimal number "B6" and copy the circuit to your lab report. (Note: the MSB--Most Significant Bit should be the leftmost bit in any number).An example circuit


  2. Read  the syllabus carefully, particularly the Rules, Lab Reports, and Grading Policy parts. Did you read them (5 points)?

    1. Yes (5 points)
    2. No
  3. Perform the following conversions (not using calculator or computer). Remember them by heart. They can save you lots, lots of time and trouble in your future courses and projects!!! (5 points)
    1. 010 = __ 2= __ 8 = __ 16
    2. 110 = __ 2= __ 8 = __ 16
    3. 210 = __ 2= __ 8 = __ 16
    4. 310 = __ 2= __ 8 = __ 16
    5. 410 = __ 2= __ 8 = __ 16
    6. 510 = __ 2= __ 8 = __ 16
    7. 610 = __ 2= __ 8 = __ 16
    8. 710 = __ 2= __ 8 = __ 16
    9. 810 = __ 2= __ 8 = __ 16
    10. 910 = __ 2= __ 8 = __ 16
    11. 1010 = __ 2= __ 8 = __ 16
    12. 1110 = __ 2= __ 8 = __ 16
    13. 1210 = __ 2= __ 8 = __ 16
    14. 1310 = __ 2= __ 8 = __ 16
    15. 1410 = __ 2= __ 8 = __ 16
    16. 1510 = __ 2= __ 8 = __ 16
  4. Using Micro$oft Word make a 5x5 table (5 row by 5 columns) (5 points).
  5. Using Micro$oft Word make a diagram consisting of the following: (5 points)
  6. Perform the following base 10 number conversions (6 points):

    1. 25510 = __ 16 = __ 2 = __ 8
    2. 409510 = __ 16 = __ 2 = __ 8
    3. 6553510 = __ 16 = __ 2 = __ 8
  7. Perform the following base 2 number conversions (6 points):

    1. 11011102 = __ 8 = __ 16 = __ 10
    2. 1011110112 = __ 8 = __ 16 = __ 10
    3. 11112 = __ 8 = __ 16 = __ 10
  8. Perform the following base 16 number conversions(6 points):

    1. fd16 = __ 2 = __ 8 = __ 10
    2. cff16 = __ 2 = __ 8 = __ 10
    3. f12f072c16 = __ 2 = __ 8 = __ 10

Conclusion (5 points)