| GIGO (Garbage-In
Garbage-Out) |
An electronic engineer's joke,
also familiar to the writers of computer programs. |
| a |
| Glue
Logic |
Simple logic gates used to interface more complex
functions together. |
| a |
| Gold Flash |
An extremely thin layer of gold with a thickness
measured on the molecular level which is either electroplated or
chemically plated( ) onto a surface. |
| a |
| Gray
Code |
A sequence of binary values in which each pair of
adjacent values differs by only a single bit; for example, 00, 01, 11,
10. |
|
|
| Green
Ceramic |
Unfired, malleable
ceramic. |
| a |
| Ground
Plane |
A conducting layer in, or on, a substrate
providing a grounding, or reference, point for components. There may be
several ground planes separated by insulating
layers. |
| a |
| Guard
Condition |
A Boolean expression associated with a state
transition in a state diagram or state table. The expression must be
satisfied for that state transition to be
executed. |
| a |