Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Design a circuit to detect when 3 and only 3 bits are set
out of 8 bits.(eg. o0101100)

Answer Posted / kalyanpa

for serially arriving stream:
use a 2 bit accumulator( S1 and S2) with outputs O1 and O2.
Final Output will be Y = ~O1 . O2

For parallel,
use combinational logic , probably priority encoder to
reduce delay.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the components of embedded system?

1002


Explain the difference between testing and verification?

1037


What are the advantages and disadvantages of separation of concerns?

859


What is spin lock?

903


Infinite loops often arise in embedded systems. How does you code an infinite loop in c?

1242


Tell me what are the uses of the keyword volatile?

858


Explain the concept of separation of concerns and it's pros and cons.

877


What are the essential components of embedded system?

955


A vast majority of high performance embedded systems today use risc architecture why?

1146


Explain how does combination of functions reduce memory requirements in embedded systems?

986


Tell me what is the function of simple thread poll in embedded system?

939


What is difference between using a macro and inline function?

974


What are the most common errors you've found in embedded systems?

902


Tell me what is isr?

904


Why embedded system is useful?

983