By admin | April 17, 2007
What is the IC numbers for DAC that you have used in the lab?
Define resolution. What is the resolution of DAC that you have used in the lab?
How many pins does DAC IC have?
What are the types of DAC?
Which technique you have used for DAC interfacing
Which type of DAC you have used in the lab?
Define [...]
By admin | April 15, 2007
What is IC 8251?
How many pins does IC 8251 have?
What is USART?
Why 8251 is called a USART?
By admin | April 14, 2007
What is IC 8253?
How many pins does IC 8253 have?
How many counters are there in 8253?
What is the size of counters in 8253?
With binary & BCD counters, what is the range of count?
Explain control word format of 8253?
By admin | April 12, 2007
How many bits does 8086 microprocessor have?
What is the size of data bus in 8086?
What is the size of address bus in 8086?
What is the max memory addressing capacity of 8086?
Which are the basic parts of 8086?
What are the functions of BIU?
Are you familiar with the term MESI?
Are you familiar with the term snooping?
Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.
In what cases do you need to double clock a signal before presenting it to a synchronous state machine?
You have a driver that drives a [...]
By admin | April 10, 2006
For a single computer processor computer system, what is the purpose of a processor cache and describe its operation?
Explain the operation considering a two processor computer system with a cache for each processor.
What are the main issues associated with multiprocessor caches and how might you solve it?
Explain the difference between write through and write back [...]
What are the total number of lines written in C/C++? What is the most complicated/valuable program written in C/C++?
What compiler was used?
Have you studied buses? What types?
Have you studied pipelining? List the 5 stages of a 5 stage pipeline. Assuming 1 clock per stage, what is the latency of an instruction in a 5 stage [...]
By admin | February 5, 2006
What is D-FF?
What is the basic difference between Latches and Flip flops?
What is a multiplexer?
How can you convert an SR Flip-flop to a JK Flip-flop?
How can you convert an JK Flip-flop to a D Flip-flop?
What is Race-around problem? How can you rectify it?
By admin | February 1, 2006
Design a circuit for A + abs(B) = C, where A and B are 4 bits wide and 2’s complement representation
Design a circuit to detect when 3 and only 3 bits are set out of 8 bits.(eg. o0101100)
Check out Interview at Qualcomm
By admin | January 30, 2006
Write function in C that gets array of chars, and search for the longest sequence of repeatedly 1 bits. It returns the the first bit place in the sequence and the number of 1 bits in the sequence. - (a) loop of 2^0, 2^1, … , 2^7 is done with 1<<j when 0<=j<=7. (b) Take [...]
What types of CMOS memories have you designed? What were their size? Speed? Configuration Process technology?
What work have you done on full chip Clock and Power distribution? What process technology and budgets were used?
What types of I/O have you designed? What were their size? Speed? Configuration? Voltage requirements? Process technology? What package was used and [...]
Insights of an inverter. Explain the working?
Insights of a 2 input NOR gate. Explain the working?
Insights of a 2 input NAND gate. Explain the working?
Implement F= not (AB+CD) using CMOS gates?
Insights of a pass gate. Explain the working?