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 Enemy

D Detractor

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 1, 2, 3

C 1, 3, 1

D 3, 1, 3

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

A 1.875 mA

B 1.625 mA

C 1.25 mA

D 0.625 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 increasing the number of bits in the counter and DAC.

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

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

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

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

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

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

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

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 0.234 volt/step

B 2.13 volts/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 systematic digital conversion

B analog resolution

C data acquisition

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 –1.24 volts

B –3.115 volts

C –2.8025 volts

D –1.875 volts

Q9: Describe offset error for a DAC.

A missing codes

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

C error in the slope of the output staircase waveform

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

A low sensitivity to noise and high speed.

B low sensitivity to noise and low cost.

C high sensitivity to noise and low cost.

D high speed and low cost.