Pathway W1000s Excursions
From Coder Merlin
W1004 Emacs[edit]
![]() |
Excursions |
|
W1016 Logic Composition[edit]
![]() |
Excursions |
Consider a 7-segment LED display, as shown. The display is capable of indicating all decimal digits, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 and the hexadecimal digits a, b, c, d, e, and f.
|
W1018 SR Latch[edit]
![]() |
Excursions |
While an SR Latch is fully capable of remembering a single bit of information, it's generally not used to build a memory cell because it lacks the ability to perform synchronously with a clock signal. In order to synchronize the data with a clock signal, rather than use a latch, we generally use a device called a "flip-flop". One of the most basic designs is called a D-type Flip Flop.
|