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 4

D 1

Q3: Another name for a multiplexer is ________.

A data selector

B code converter

C encoder

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

B 0,1,0

C 1,0,0

D 1,1,1

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

A six

B three

C two

D four

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

A a variable type

B a multiplication operator

C a library function

D shifting bits

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

A LED

B LSC

C LCD

D MOS

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

A multiplexer

B demultiplexer

C comparator

D counter

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 demultiplexer

C decoder

D encoder