Problem
1In
power wiring, what is the difference between the "grounded conductor"
and the "grounding conductor"?
ANSWER

Problem
2What is an eye diagram?
ANSWER

Problem
3The Windows .WAV file format for audio is a special
case of what more general file format?
ANSWER

Problem
4What is a software API?
ANSWER

Problem
5A circuit board, intended to plug into a backplane
with only its short end exposed (see diagram) was found to have excessive
radiated energy at harmonics of a clock frequency used on the board.
It was found that the clock oscillator's output signal ran parallel
to several other traces that drove status LEDs for a disance of several
inches. Harmonics of the clock waveform were coupling to these LED
traces, where they were carried to the front of the chassis and radiated.
Name some techniques that could be used to mitigate this problem.

ANSWER

Problem
6You need to put together a memory array of 1M words
of 32 bits each. You have a choice of two different 4 Mb parts: 1M
x 4 or 256K x 16. What are some of the issues that would cause you
to choose one over the other?
ANSWER

Problem
7What will be the output of the following C code fragment?
int x, y;
y = 5;
x = (y += 2, 21/y++);
printf ("%d,%d", x, y);
a) Compile error
b) 3,8
c) 7,7
d) 7,8
ANSWER

Problem
8Design a +5V regulator based on an LM317 three-terminal
regulator chip. The output voltage should vary less than 1% over temperature,
and a trimpot should be included that provides a ±20% adjustment
range. Use standard component values to come as close as possible
to these specifications.
ANSWER

11-01
|