Difference between revisions of "CSC270 Homework 4 Solution 2012"

From dftwiki3
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
----
 
----
  
<onlysmith>
+
<onlydft>
  
 
=Problem #1=
 
=Problem #1=
Line 13: Line 13:
  
 
<br />
 
<br />
Observe the three outputs and try to see why only Q0 changes and not the others.   
+
* what happens at '''t0''':
 +
** Just before t0, D1 is 0.  So after t0, Q0 is going to be 0.
 +
** Just before t0, Q0 is 0.  So after t0, Q1 is going to be 0.
 +
** Just before t0, Q1 is 0.  So after t0, Q2 is going to be 0.
 +
* What happens at '''t1''':
 +
** Just before t1, D1 is 0.  So after t0, Q0 is going to be 0.
 +
** Just before t1, Q0 is 0.  So after t0, Q1 is going to be 0.
 +
** Just before t1, Q1 is 0.  So after t0, Q2 is going to be 0.
 +
* What happens at '''t2''':
 +
** Just before t2, D1 is 1.  So after t0, Q0 is going to be 1.
 +
** Just before t2, Q0 is 0So after t0, Q1 is going to be 0.
 +
** Just before t2, Q1 is 0.  So after t0, Q2 is going to be 0.
 +
 
 
<br />
 
<br />
 
+
</onlydft>
 
<br />
 
<br />
  

Latest revision as of 12:10, 22 January 2016

--D. Thiebaut 14:46, 29 February 2012 (EST)



...