Searching for "h"

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

Q:

Which Stack is used in 8086?

Answer

FIFO (First In First Out) stack is used in 8086. In this type of Stack the First Stored Information is retrieved first.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

Jatin,Kamal and Navin are the 3 mountaineers.Jatin is kamals brother.Kamal is navinsbrother .Navin is not Jatin's brother.Therefore,Navin is jatin's brother

A) True B) Probably false
C) False D) Can't say
 
Answer & Explanation Answer: A) True

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Blood Relations

Q:

If the arithmetic mean of seventy-five numbers is calculated, it is 35. if each number is increased by 5, then mean of new numbers is :

A) 30 B) 40
C) 50 D) 60
 
Answer & Explanation Answer: B) 40

Explanation:

Let the numbers are x1,x2,.......x75

 

By Hypothesis ,x1+x2+....x7575=35 ......(i)

Mean of new numbers = x1+5+x2+5+.......x75+575

 

x1+x2+......x75+5*7575

 

x1+x2+......x7575+37575=35+5=40 By (i) 

Report Error

View Answer Report Error Discuss

Filed Under: Average