Searching for "%"

Q:

Give a circuit to divide frequency of clock cycle by two?

Answer

You can divide the frequency of a clock by just implementing T Flip flop.


Give clock as clock input and tie the T input to logic 1.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

How do you detect if two 8-bit signals are same?

Answer

Pass input to XOR and give their outputs to OR gate, if your output is 0 both 8-bit signals are same.


OR


Pass input to XNOR and give their outputs to AND gate, if your output is 1 both 8-bit signals are same. 

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

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