You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sicp-all-tasks/sicp/3_002e29

7 lines
265 B

Exercise 3.29: Another way to construct an
or-gate is as a compound digital logic device, built from and-gates and
inverters. Define a procedure or-gate that accomplishes this. What is
the delay time of the or-gate in terms of and-gate-delay and
inverter-delay?