image not found

Oops! That page can't be found.


Directions to Solve

Each sentences below consist of a word or a phrase which is bold. It is followed by four words or phrases. Select the word or pharse which is closes to the OPPOSITE in meaning of the bold word or phrase.

Q1: I was surprised at his stiff attitude.

A courteous

B flexible

C soft

D lively

Q2: What will be the output of the program?
#include<stdio.h>
#define FUN(arg) do\
                 {\
                    if(arg)\
                        printf('AptitudeCrack...', '\n');\
                  }while(--i)

int main()
{
    int i=2;
    FUN(i<3);
    return 0;
}

A AptitudeCrack...
AptitudeCrack...
AptitudeCrack

B AptitudeCrack... AptitudeCrack...

C Error: cannot use control instructions in macro

D No output

Q3:
For a three-input NOR gate, with the input waveforms as shown below, which output waveform is correct?

A a

B b

C c

D d

Q4: A LOW placed on the input of an inverter will produce a HIGH output.

A True

B False

Q5: The SUBDESIGN section defines the input and output of the logic circuit block.

A True

B False

Q6: The NAND gate is an example of combinational logic.

A True

B False

Q7:
The symbol shown below is an AND gate.

A True

B False

Q8: The complement of 1 is 0.

A True

B False

Q9: In VHDL, local signals are declared in the VARIABLE section, which is placed between the SUBDESIGN section and the logic section.

A True

B False

Q10:
The given figure shows the correct logic implementation of the distributive law.

A True

B False