Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

analog design interview questions

Status
Not open for further replies.

mdeepamenon

Junior Member level 2
Joined
Apr 13, 2006
Messages
24
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,497
job interview questions

here are some of the job interview questions.
:?:implement an ex-nor gate using ex-or gates only
:?:implement a NAND-gate using a single module of 2:1 mux only. dont use any combi. modules.
l:?:eek:t of questions on hold and settling time like: what happends to the output of a D FF if the data changes a)with in the settling time. b) within the hold time.
:?:what are the advantages of mealy and moore machines.

if you know the answers, please do post to this forum.
 

Re: job interview questions

1, u can construct xnor with two xor gates.

apply two inputs to first xor gate and then give the output of first xor gate , to second xor gate and other input to Vdd.


2. Tie one of inputs of mux to logic 1 and other input to say BBAR and select line as A .

A B O
00 1
01 1
10 1
11 0

whenever select(A) signal is low .output will bw logic 1

when Slect (A) is high output will be BBAR.
 
Re: job interview questions

hi,
i agree with the answers...if in the second case, u think Bbar can't be given as such, u can use a mux to invert b..for that, give ' 1'(VDD) and '0'(GND) as the input to 0 & 1 pin of the MUX...now give b as the selection line..now when b is '1', then '0' is sent out otherwise '1'........

if set up time and hold time were not met, then the output would be in -determinate state.....

regards,
elecs_gene
 
Re: job interview questions

what kinda of job position require the above questions?
 

Re: job interview questions

well, that were the questions asked for a job in the hardware lab of an MNC .
 

Re: job interview questions

mealy machine is used where we need fast circuit design and where little glith probelms doesnt matter becoz we do not register the output of mealy data and it can some times called as asyn type state machine as it doesnt care about the clock edge where it cares about the present input and present state change.

where as moore machine the output is always registered so atleast one clock cycle data output delay will be there. where timing critical applications are there we go for moore based state machine design

if i am wrong plz correct me......................

:D kil
 
Re: job interview questions

then, what all advantages does the moore machine have? are you saying that big systems should have moore archi?
 

Re: job interview questions

you can do it by thinking
 

Re: job interview questions

It depends on your requirement. for ex. if you want to detect a pattern and generate output while detecting the last bit of the particular pattern(no delay), mealy FSM will be more useful.
 
job interview questions

does any one konw what is the logic expression of a MUX?
 
Re: job interview questions

A = 0 --> Out = Input0
A = 1 --> Out = Input1


Out = Input0 & /A + Input1 & A
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top