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: Harish displays enthusiasm whenever he is posed with a problem.

A indifference

B softness

C weakness

D eagerness

Q2:
What will be the output of the program?
#include<stdio.h>
#define FUN(i, j) i##j

int main()
{
    int va1=10;
    int va12=20;
    printf("%d\n", FUN(va1, 2));
    return 0;
}

A 20

B 1020

C 10

D 12

Q3: The logic gate that will have HIGH or "1" at its output when any one of its inputs is HIGH is a(n):

A OR gate

B NOT operation

C NOR gate

D AND gate

Q4:
Which of the symbols shown below represents an AND gate?

A b

B d

C c

D a

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

A d

B a

C b

D c

Q6: An OR gate with inverted inputs functions as:

A an AND gate.

B a NAND gate.

C a NOR gate.

D an inverter.

Q7: The special software application that translates from HDL into a grid of 1's and 0's, which can be loaded into a PLD, is called a:

A programmable wiring.

B CPU.

C compiler.

D formatter.

Q8: The Boolean equation for a NOR function is:

A

B

C

D

Q9:
Which step in this reduction process is using DeMorgan's theorem?

A STEP 4

B STEP 2

C STEP 3

D STEP 1

Q10: Simplify the expression  using DeMorgan's theorems.

A

B

C

D