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 Overlooked

B Ignored

C Concealed

D Denied

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 2, 3

B 3, 4

C 1

D 4

Q3: Another name for a multiplexer is ________.

A code converter

B data selector

C decoder

D encoder

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 0,1,0

B 1,0,0

C 1,0,1

D 1,1,1

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

A four

B six

C two

D three

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

A a multiplication operator

B a library function

C shifting bits

D a variable type

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

A MOS

B LED

C LCD

D LSC

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

A counter

B multiplexer

C comparator

D demultiplexer

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 encoder

B demultiplexer

C decoder

D code converter