Searching for "%"

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

Q:

16 children are to be divided into two groups A and B of 10 and 6 children. The average percent marks obtained by the children of group A is 75 and the average percent marks of all the 16 children is 76. What is the average percent marks of children of group B ?

A) 233/3 B) 243/4
C) 254/5 D) 345/7
 
Answer & Explanation Answer: A) 233/3

Explanation:

 Required average = [(76 * 16) - (75 * 10)] / 6 = (1216 - 750)/6 = 466/3 = 233 /3.

 

Report Error

View Answer Report Error Discuss

Filed Under: Average

Q:

10 years ago, the average age of a family of 4 members was 24 years. Two children having been born (with age diference of 2 years), the present average age of the family is the same. The present age of the youngest child is :

A) 1 B) 2
C) 3 D) 4
 
Answer & Explanation Answer: C) 3

Explanation:

Total age of 4 members, 10 years ago = (24 x 4) years = 96 years.

 

Total age of 4 members now = [96 + (10 x 4)] years = 136 years.

 

Total age of 6 members now = (24 x 6) years = 144 years.

 

Sum of the ages of 2 children = (144 - 136) years = 8 years.

 

Let the age of the younger child be x years.

 

Then, age of the elder child = (x+2) years.

 

So, x+(x+2) =8 <=> x=3

 

Age of younger child  =  3 years.

Report Error

View Answer Report Error Discuss

Filed Under: Average

Q:

Suppose you have a computional circuit between two registers driven by a clock. What will you do if the delay of the combinational circuit is greater than your clock signal?

Answer

Use the concept of register-retiming.


divide the totla combinatorial delay in two segments such that individually the delay is less the clock period.


this can be done by inserting a flip-flop in the combinational path.


e.g.,


clock period --- 5 ns


total cominational delay ---- 7


then divide the 7ns path in two path of 4 or 3 (best resutls are obtained if delays are  same for both path i.e 3.5ns) by inserting a flip-flop in between.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

A motorist travels to a place 150 km away at an average speed of 50 km/hr and returns at 30 km/hr.  His average speed for the whole journey in km/hr is :

A) 35 B) 36
C) 37.5 D) 38.2
 
Answer & Explanation Answer: C) 37.5

Explanation:

Average speed = (2xy) /(x + y) km/hr

                      = (2 * 50 * 30) / (50 + 30) km/hr.

                         37.5 km/hr.

Report Error

View Answer Report Error Discuss

Filed Under: Average

Q:

Draw a Transmission Gate-based D-Latch?

Answer

The Transmission-Gate's input is connected to the D_LATCH data input (D), the control input to the Transmission-Gate is connected to the D-Latch enable inputs (EN) and the Transmission-Gate outputs is the D_LATCH output(Q)

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

What is Overloading Polymorphism?

Answer

Overloading allows multiple functions to exist with same name but different parameters. Again if you take bike as an example, it has a function “Start” with two forms i.e. ’Auto Start’ and ’kick start’.

Report Error

View answer Workspace Report Error Discuss

Subject: Java