image not found

Oops! That page can't be found.


Directions to Solve

In the following questions choose the word which is the exact OPPOSITE of the given words.

Q1: ADHERENT

A Rival

B Alien

C Detractor

D Enemy

Q2: What will be the output of the program?
#include<stdio.h>
int main()
{
    int a=0, b=1, c=3;
    *((a) ? &b : &a) = a ? b : c;
    printf('%d, %d, %d\n', a, b, c);
    return 0;
}

A 0, 1, 3

B 3, 1, 3

C 1, 3, 1

D 1, 2, 3

Q3:
What is the current in the feedback resistor for the circuit given below?

A 1.625 mA

B 1.875 mA

C 0.625 mA

D 1.25 mA

Q4: The quantization error in an analog-to-digital converter can be reduced by:

A increasing the number of bits in the counter and decreasing the number of bits in the DAC.

B decreasing the number of bits in the counter and increasing the number of bits in the DAC.

C decreasing the number of bits in the counter and DAC.

D increasing the number of bits in the counter and DAC.

Q5: One disadvantage of the tracking A/D converter is:

A the need for a latch and its associated control circuit.

B that it requires two counters—one for up and one for down.

C that the binary output will oscillate between two binary states when the analog input is constant.

D the need for an accurate clock reference for the counter.

Q6: If the range of output voltage of a 6-bit DAC is 0 to 15 volts, what is the step voltage of the output?

A 2.13 volts/step

B 0.234 volt/step

C 4.26 volts/step

D 0.117 volt/step

Q7: The process by which a computer acquires digitized analog data is referred to as ________.

A analog resolution

B data acquisition

C systematic digital conversion

D monotonicity

Q8:
What is the output voltage of the given circuit if the inputs are as follows:
20 = 1, 21 = 1, 22 = 0, 23 = 0?

A –2.8025 volts

B –1.875 volts

C –1.24 volts

D –3.115 volts

Q9: Describe offset error for a DAC.

A error in the slope of the output staircase waveform

B missing codes

C more or less input voltage is required for the first step than what is specified

Q10: Two principal advantages of the dual-slope ADC are its:

A high sensitivity to noise and low cost.

B low sensitivity to noise and high speed.

C high speed and low cost.

D low sensitivity to noise and low cost.