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

A Heavy

B Major

C Tall

D Big

Q2: Which of the following statements are correct about the below program?
#include<stdio.h>
int main()
{
    int i = 0;
    i++;
    if(i <= 5)
    {
        printf('AptitudeCrack\n');
        exit(0);
        main();
    }
    return 0;
}

A The compiler reports an error since main() cannot call itself.

B The call to main() after exit() doesn't materialize.

C The program prints 'AptitudeCrack' 5 times

D The program prints 'AptitudeCrack' one time

Q3: A(n) ________ is a logic circuit that accepts a set of inputs that represents a binary number, and activates only the output that corresponds to that input number.

A LED

B decoder

C encoder

D demultiplexer

Q4: A 1-of-8 octal decoder has eight outputs and decodes an input of ________ bit(s).

A two

B three

C four

D one

Q5: An everyday illustration of a multiplexer is ________.

A the balance control on a stereo receiver

B the treble-bass control on a stereo receiver

C the volume control in a stereo receiver

D the function switch on a stereo receiver

Q6: The binary value of the BCD number 1000 0001 (81) is ________.

A 0110 0011

B 0100 0001

C 1000 0000

D 0101 0001

Q7: A decimal-to-BCD encoder has ________ data inputs.

A five

B two

C four

D ten

Q8:
For the inputs shown in the given figure, the output is ________.

A 0

B 1

Q9:
The diagram given below shows a ________ being used as a(n) ________ and Y = ________.

A multiplier, divider, 2.25

B multiplexer, logic function generator, ABC + ABC + ABC + ABC

C multiplexer, encoder, 7641

D logic function generator, multiplexer, 1467

Q10: In most modern computers, the transfer of data takes place over a common set of connecting lines called a ________.

A data line

B data bus

C bus cable

D bus line