Searching for "at____"

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:

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

Q:

What is SIM and RIM instructions?

Answer

SIM is Set Interrupt Mask. Used to mask the hardware interrupts.


RIM is Read Interrupt Mask. Used to check whether the interrupt is Masked or not.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

A car owner buys petrol at Rs 7.50, Rs. 8 and Rs. 8.50 per litre for three successive years. What approximately is the average cost per litre of petrol if he spends Rs. 4000 each year ?

A) 6.23 B) 7.98
C) 8.97 D) 9.89
 
Answer & Explanation Answer: B) 7.98

Explanation:

Total quantity of petrol consumed in 3 years =(4000/7.50+4000/8+4000/8.50)  liters

 

                                                         = 4000(2/15+1/8+2/17) liters                                                   

 

                                                         = 76700/51 liters

 

Total amount spent = Rs. (3 x 4000) = Rs. 12000.

 

Average cost = Rs. (12000*51/76700) = Rs. 7.98.

Report Error

View Answer Report Error Discuss

Filed Under: Average

Q:

What are the major flags in 8086?

Answer

In 8086 Carry flag, Parity flag, Ausiliary caarry flag, Zero flag, Overflow flag, Trace flag, Interrupt flag, Direction flag, and Sign flag.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware