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
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.
 

gharuda

Member level 3
Member level 3
Joined
May 30, 2006
Messages
67
Helped
12
Reputation
22
Reaction score
5
Trophy points
1,288
Location
Bengaluru
Activity points
1,992
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.
 

elecs_gene

Member level 2
Member level 2
Joined
Dec 20, 2005
Messages
52
Helped
3
Reputation
6
Reaction score
1
Trophy points
1,288
Activity points
1,797
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
 

foster_cn

Member level 4
Member level 4
Joined
Jan 14, 2003
Messages
72
Helped
3
Reputation
6
Reaction score
1
Trophy points
1,288
Activity points
442
Re: job interview questions

what kinda of job position require the above questions?
 

mdeepamenon

Junior Member level 2
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
Re: job interview questions

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

kil

Member level 5
Member level 5
Joined
Feb 15, 2006
Messages
89
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Location
banglore
Activity points
2,032
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
 

mdeepamenon

Junior Member level 2
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
Re: job interview questions

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

tigerajs

Member level 3
Member level 3
Joined
Feb 8, 2006
Messages
55
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,638
Re: job interview questions

you can do it by thinking
 

sakthi_tallika

Newbie level 6
Newbie level 6
Joined
Aug 3, 2006
Messages
14
Helped
3
Reputation
6
Reaction score
0
Trophy points
1,281
Activity points
1,365
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.
 

foster_cn

Member level 4
Member level 4
Joined
Jan 14, 2003
Messages
72
Helped
3
Reputation
6
Reaction score
1
Trophy points
1,288
Activity points
442
job interview questions

does any one konw what is the logic expression of a MUX?
 

Ave_Rapina

Full Member level 2
Full Member level 2
Joined
Jan 6, 2004
Messages
122
Helped
18
Reputation
36
Reaction score
4
Trophy points
1,298
Location
Po
Activity points
681
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

Top