Searching for "i"

Q:

Give two ways of converting a two input NAND gate to an inverter.

Answer

One way is shorting the two inputs of the NAND gate and passing the input.


truth table:


A B output


1 1 0


0 0 1


The second way is passing the input to only one input (say A) of the NAND gate. Since the other input  (say B is floating, it is always logic one.


Truth table:


A B output


1 1 0 


0 1 1

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

The average temperature of the town in the first four days of a month was 58 degrees. The average for the second, third, fourth and fifth days was 60 degrees. If the temperatures of the first and fifth days were in the ratio 7 : 8, then what is the temperature on the fifth day ?

A) 62 degrees B) 64 degrees
C) 65 degrees D) 66 degrees
 
Answer & Explanation Answer: B) 64 degrees

Explanation:

Sum of temperatures on 1st, 2nd, 3rd and 4th days = (58 * 4) = 232 degrees ... (1)

Sum of temperatures on 2nd, 3rd, 4th and 5th days - (60 * 4) = 240 degrees  ....(2)

Subtracting (1) From (2), we get :

Temp, on 5th day  - Temp on 1st day  = 8 degrees.

Let the temperatures on 1st and 5th days be 7x and 8x degrees respectively.

Then, 8x - 7x = 8 or x = 8.

Temperature on the 5th day = 8x = 64 degrees.

Report Error

View Answer Report Error Discuss

Filed Under: Average

Q:

1.Oxygen is a gas

2.This cylinder contains gas

Conclusion: This cylinder contains Oxygen

The conclusion drawn is

A) True B) Probably true
C) False D) Irrelavent
 
Answer & Explanation Answer: A) True

Explanation:

It is true

Report Error

View Answer Report Error Discuss

Q:

The average of 11 numbers is 10.9. If the average of the first six numbers is 10.5 and that of the last six numbers is 11.4, then the middle number is :

A) 10.5 B) 11.5
C) 12.5 D) 13.5
 
Answer & Explanation Answer: B) 11.5

Explanation:

Middle numbers  =  [(10.5 x 6 + 11.4 x 6) - 10.9 x 11] = (131.4 - 119-9) = 11.5.

Report Error

View Answer Report Error Discuss

Filed Under: Average

Q:

Give the truth table for a Half Adder. Give a gate level Implementation of the same.

Answer

TRUTH TABLE FOR HALF ADDER


A    B  SUM  CARRY


0    0    0         0


0    1    1         0


1    0    1         0


1    1    0         1


INPLEMENTATION:


For SUM, The two inputs A and B are given to XOR gate.


For Carry, The two inputs A and B are given to AND gate.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

The average age of the boys in a class is 16 years and that of the girls is 15 years. The average age for the whole class is :

A) 15 B) 20
C) 21 D) data inadequate
 
Answer & Explanation Answer: D) data inadequate

Explanation:

 Clearly, to find the average, we ought to know the number of boys, girls or students in the class, neither of which has been given.

So, the data provided is inadequate.

Report Error

View Answer Report Error Discuss

Filed Under: Average

Q:

The average of the two-digit numbers, which remain the same when the dibits inter-change their positions, is :

A) 53 B) 54
C) 55 D) 56
 
Answer & Explanation Answer: C) 55

Explanation:

Average = (11 + 22 + 33 + 44 + 55 + 66 + 77 + 88 + 99) / 9

             =( (11 + 99) + (22 + 88) + (33 + 77) + (44 + 66) + 55) / 9

             = (4 * 110 + 55)/9 =  495 / 9 = 55. 

Report Error

View Answer Report Error Discuss

Filed Under: Average

Q:

How do you detect a sequence of "1101" arriving serially from a signal line?

Answer

A SIPO and AND gate circuit can detect this sequence.The output of SIPO is connected to a four input AND gate ,the third SIPO output should be connected through a NOT gate.When the 1101 sequence is loaded in to the SIPO the AND output goes HIGH otherwise keeps LOW.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware