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 Natural

C Truthful

D Red

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 takes analog signals and puts them in digital format.

B It stores information on a CD.

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

D It makes digital signals.

Q4: A multiplexer has ________.

A one input and several outputs

B several inputs and one output

C several inputs and several outputs

D one input and one output

Q5: What is the decimal value of 2?

A 4

B 8

C 2

D 6

Q6: An encoder converts ________.

A coded information into noncoded form

B noncoded information into coded form

C LOWs to HIGHs

D HIGHs to LOWs

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

A Inverter

B Counter

C Buffer

D Register

Q8: PLCC packages have leads on ________.

A two sides

B four sides

C one side

D three sides

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

A 0.7–2.8 volts

B 0.8–3 volts

C 0.8–2 volts

D 0.7–2.5 volts

Q10: Convert the fractional binary number 0001.0010 to decimal.

A 1.20

B 1.125

C 1.40

D 1.80