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

A Concealed

B Overlooked

C Denied

D Ignored

Q2: Which of the following statements are correct about the below C-program?
#include<stdio.h>
int main()
{
    int x = 10, y = 100%90, i;
    for(i=1; i<10; i++)
    if(x != y);
        printf('x = %d y = %d\n', x, y);
    return 0;
}
1 : The printf() function is called 10 times.
2 : The program will produce the output x = 10 y = 10
3 : The ; after the if(x!=y) will NOT produce an error.
4 : The program will not produce output.

A 3, 4

B 1

C 4

D 2, 3

Q3: Another name for a multiplexer is ________.

A encoder

B data selector

C code converter

D decoder

Q4: When data input I6 of a 74148 octal-to-binary encoder is active, the data output is ________.

A

B

C

D

Q5:
For the inputs shown in the given figure, the outputs for P > Q, P = Q, and P < Q are ____, ____, and ____, respectively.

A 1,1,1

B 0,1,0

C 1,0,1

D 1,0,0

Q6: A 75154 1-of-16 decoder has 16 outputs and decodes an input of ________ bits.

A six

B two

C three

D four

Q7: In an AHDL BCD to binary coded converter, multiplication by 10 is performed by ________.

A shifting bits

B a multiplication operator

C a library function

D a variable type

Q8: A(n) ________ display controls the reflection of available light.

A LED

B LCD

C MOS

D LSC

Q9: The device that places its input data onto one of several outputs is a ________.

A counter

B multiplexer

C demultiplexer

D comparator

Q10: A(n) ________ has a number of input lines, only one of which is activated at a given time, and produces on N-bit output code, depending on which input is activated.

A code converter

B encoder

C decoder

D demultiplexer