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: His vindictive nature often came up for comment among his friends.

A forgetful

B forgiving

C obedient

D timid

Q2: What will be the output of the program?
#include<stdio.h>
#define MAX(a, b, c) (a>b ? a>c ? a : c: b>c ? b : c)

int main()
{
    int x;
    x = MAX(3+2, 2+7, 3+7);
    printf('%d\n', x);
    return 0;
}

A 5

B 9

C 10

D 3+7

Q3: Looping on a K-map always results in the elimination of:

A variables within the loop that appear only in their complemented form.

B variables that remain unchanged within the loop.

C variables within the loop that appear in both complemented and uncomplemented form.

D variables within the loop that appear only in their uncomplemented form.

Q4: What will a design engineer do after he/she is satisfied that the design will work?

A Put it in a flow chart

B Program a chip and test it

C Give the design to a technician to verify the design

D Perform a vector test

Q5:
Based on the indications of probe A in the figure given below, what is wrong, if anything, with the circuit?

A The logic probe is unable to determine the state of the circuit at that point and is blinking to alert the technician to the problem.

B The output appears to be shorted to Vcc, but is being pulsed by the pulser.

C The output appears to be LOW, but is being pulsed by the pulser.

D Nothing appears to be wrong at that point.

Q6: What is the indication of a short on the input of a load gate?

A Only the output of the defective gate is affected.

B There is a signal loss to all gates on the node.

C The affected node will be stuck in the LOW state.

D There is a signal loss to all gates on the node, and the affected node will be stuck in the LOW state.

Q7: In HDL, LITERALS is/are:

A digital systems.

B scalars

C binary coded decimals.

D a numbering system.

Q8: Which of the following expressions is in the sum-of-products form?

A (A + B)(C + D)

B (AB)(CD)

C AB(CD)

D AB + CD

Q9: The carry propagation can be expressed as ________.

A Cp = AB

B Cp = A + B

C

D

Q10:
Which of the K-maps given below represents the expression X = AC + BC + B?

A a

B b

C c

D d