HITEQUEST
technical interview Q & A for high-tech professionals
 
 
Interview Questions
Electronics Hardware
Computer Software
General questions
Brain teasers

Resources
Resume and interview
How to get a job in Silicon Valley
How much are you worth on market?
Do you need an agent?

Break time stories
Tomato company

About Hitequest
About Hitequest
Join us
Home page

 
 
 
 
 
 
   

 
=Electronics Hardware Questions=

     
   

Q: How to implement D-latch from a multiplexer?
 
 
 
 
A:
 
 
 
 
	 _______________________
	|			|
	|			|
	|	|\		|
	|	| \		|
	|_______|  \		|
		| o \		|
		|   |		|   out
  in		|   |___________|_______
 _______________| 1 |
		|   /
		|  /
		| /| 
		|/ |
  clock		   |
 __________________| 
 
 
 
 
 
 This is a D-latch implemented from 2-input mux. It works this way:
 
 At every clock =1    out=in,
     when clock =0    out= last in