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: ENORMOUS

A Weak

B Tiny

C Average

D Soft

Q2:
What will be the output of the program?
#include<stdio.h>
int get();

int main()
{
    const int x = get();
    printf('%d', x);
    return 0;
}
int get()
{
    return 20;
}

A 0

B Error

C 20

D Garbage value

Q3: A decoder converts ________.

A coded information into noncoded form

B noncoded information into coded form

C HIGHs to LOWs

D LOWs to HIGHs

Q4: A DAC changes ________.

A digital data into an amplified signal

B an analog signal into digital data

C none of the above

D digital data into an analog signal

Q5: The output of a NOT gate is HIGH when ________.

A the input is LOW

B the input changes from LOW to HIGH

C the input is HIGH

D voltage is removed from the gate

Q6: The output of an OR gate is LOW when ________.

A all inputs are LOW

B any input is HIGH

C all inputs are HIGH

D any input is LOW

Q7: Which of the following is not an analog device?

A Thermocouple

B Current flow in a circuit

C Light switch

D Audio microphone

Q8: A demultiplexer has ________.

A several inputs and several outputs

B one input and one output

C several inputs and one output

D one data input and a number of selection inputs, and they have several outputs

Q9: A flip-flop has ________.

A none of the above

B one stable state

C no stable states

D two stable states

Q10: Digital signals transmitted on a single conductor (and a ground) must be transmitted in:

A analog.

B slow speed.

C parallel.

D serial.