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 Tall

B Big

C Heavy

D Major

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 program prints 'AptitudeCrack' one time

B The program prints 'AptitudeCrack' 5 times

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

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

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 encoder

B decoder

C LED

D demultiplexer

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

A two

B four

C one

D three

Q5: An everyday illustration of a multiplexer is ________.

A the function switch on a stereo receiver

B the volume control in a stereo receiver

C the treble-bass control on a stereo receiver

D the balance control on a stereo receiver

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

A 1000 0000

B 0100 0001

C 0101 0001

D 0110 0011

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

A five

B ten

C four

D two

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 multiplexer, encoder, 7641

B multiplier, divider, 2.25

C logic function generator, multiplexer, 1467

D multiplexer, logic function generator, ABC + ABC + ABC + ABC

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

A data bus

B data line

C bus cable

D bus line