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 Solid

B Red

C Truthful

D Natural

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 10

B No output

C 11

D Error: ++needs a value

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

A It makes digital signals.

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

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

D It stores information on a CD.

Q4: A multiplexer has ________.

A several inputs and one output

B one input and several outputs

C several inputs and several outputs

D one input and one output

Q5: What is the decimal value of 2?

A 6

B 4

C 2

D 8

Q6: An encoder converts ________.

A HIGHs to LOWs

B noncoded information into coded form

C coded information into noncoded form

D LOWs to HIGHs

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

A Inverter

B Register

C Counter

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.8–2 volts

B 0.8–3 volts

C 0.7–2.5 volts

D 0.7–2.8 volts

Q10: Convert the fractional binary number 0001.0010 to decimal.

A 1.80

B 1.20

C 1.40

D 1.125