Presentation is loading. Please wait.

Presentation is loading. Please wait.

Ece-3011 Midterm #2 - Results 57 of 60 took the exam Average was 77.9 Median was 78 Interquartile range was 67 - 88 High was 100 Low was 36 Add 5 point.

Similar presentations


Presentation on theme: "Ece-3011 Midterm #2 - Results 57 of 60 took the exam Average was 77.9 Median was 78 Interquartile range was 67 - 88 High was 100 Low was 36 Add 5 point."— Presentation transcript:

1 ece-3011 Midterm #2 - Results 57 of 60 took the exam Average was 77.9 Median was 78 Interquartile range was 67 - 88 High was 100 Low was 36 Add 5 point adjustment to grade shown at top of paper See me during office hours if you feel your were graded unfairly

2 ece-3012 Where are we now? 7 weeks down; 7 weeks to go Starting week #9 (March 20, 2000) Basic tools are in the bag (let’s use them) Hope to finish combinational circuits this week (at least try) Plan to attack “sequential” circuits after that (ie. FEEDBACK) Then: Programmable Logic Devices / Decoders / Flip-Flops / State Diagrams / Registers / Counters / RAM / etc.

3 ece-3013 Objectives for Week #9 Half adders Full adders Subtractors Design vs. Analysis Code conversion Analysis by (1) truth table, (2) Boolean expression Multi-level NANDS and multi-level NORS Exclusive OR (parity generation and checking)

4 ece-3014 Assignment for week #9 (3/20/00) Reading: 20 Mar: 4-4 to 4-6; 22 Mar: 4-7 to 4-9 Homework Problems (HW#9); Ch 4: 17, 18, 23 due Monday, 27 Mar 00

5 ece-3015 Exam Philosophy (for free) This is a course in logic more than it is digital design Understand the question before you provide an answer Give the grader half a chance of interpreting your work Concentrate on the heavily weighted questions don’t get sloppy with x’s and y’s and with prime marks if you can’t deduce the answer, at least make a stab at it And when you get a job: remember that communication is everything. Also, employers don’t like to give “partial credit”... They want the right answer.

6 ece-3016 More philosophy Employers are looking for logical reasoning and application of principles to new situations... Not just regurgitation. Finally, give your answer a verification check; does it pass the common sense test?

7 ece-3017 Subtractors Author uses “brute strength and awkwardness approach (ie doesn’t use complements) half subtractor: x, y, B, D D = x`y + xy` (ah hah... An exclusive OR) B = x`y (note: same as logic for S on a half-adder) Full subtractor: x, y, z, B, D (where z is the previous borrow) D = x`y`z + x`yz` + xy`z` + xyz B = x`y + x`z + yz

8 ece-3018 Code Conversion Author uses example of “Excess-3” code (see page 18) Could be any other code It’s a translator (say French to Spanish) Number of inputs = Number of outputs Make a truth table; then a Karnaugh map; then simplify; then implement in a logic diagram (usually use AND-OR- INVERT(gates) Might later convert to NOR implementation or NAND implementation.

9 ece-3019 Very short course on transistors Halfway between conductors and insulators grow a very pure icicle of silicon “dope” it (ie, poison it) with slight impurity (boron, antimony) to give it either “p” or “n” characteristic IC’s usually fabricated by vacuum deposition use precisely positioned masks to assure the etching occurs at proper place connection “wires” are pretty thin: like one nanometer that’s a meter divided by 1000, divided by 1000, divided by 1000.

10 ece-30110 Analysis Procedure (4-6) Start with a logic diagram two approaches: (1) Boolean, or (2) Truth Table It’s all common sense; stuff you’ve done before label the outputs of all gates; work from left to right; derive intermediate gate outputs in terms of known variables you’re done when you arrive at the right hand side, and all labels are identified in terms of the input variables Or, just skip the above and go directly to a truth table; but you still have to identify intermediate gate outputs.

11 ece-30111 Multilevel NAND circuits NAND is a universal gate (you can build anything from them) you can construct OR, AND, INVERT gates from NANDS multilevel means two or more start with a logic diagram in AND-OR or OR-AND work from right to left best to have AND-OR in alternate levels should be able to also go from multilevel NAND to AND-OR in multiple levels


Download ppt "Ece-3011 Midterm #2 - Results 57 of 60 took the exam Average was 77.9 Median was 78 Interquartile range was 67 - 88 High was 100 Low was 36 Add 5 point."

Similar presentations


Ads by Google