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

A Truthful

B Red

C Natural

D Solid

Q2:
What will be the output of the program?
#include<stdio.h>

int main()
{
    const int i=0;
    printf('%d\n', i++);
    return 0;
}

A No output

B 11

C 10

D Error: ++needs a value

Q3: What is an analog-to-digital converter?

A It stores information on a CD.

B It makes digital signals.

C It takes analog signals and puts them in digital format.

D It allows the use of digital signals in everyday life.

Q4: A multiplexer has ________.

A several inputs and one output

B one input and several outputs

C one input and one output

D several inputs and several outputs

Q5: What is the decimal value of 2?

A 6

B 4

C 2

D 8

Q6: An encoder converts ________.

A noncoded information into coded form

B HIGHs to LOWs

C LOWs to HIGHs

D coded information into noncoded form

Q7: What kind of logic device or circuit is used to store information?

A Counter

B Inverter

C Register

D Buffer

Q8: PLCC packages have leads on ________.

A three sides

B one side

C four sides

D two sides

Q9: What is the typical invalid voltage for a binary signal?

A 0.7–2.8 volts

B 0.8–2 volts

C 0.7–2.5 volts

D 0.8–3 volts

Q10: Convert the fractional binary number 0001.0010 to decimal.

A 1.40

B 1.125

C 1.80

D 1.20