Showing posts with label Hardware Interview Q/A. Show all posts
Showing posts with label Hardware Interview Q/A. Show all posts

C questions for a hardware engineer

on 10:44 AM

  1. What are the total number of lines written in C/C++? What is the most complicated/valuable program written in C/C++?
  2. What compiler was used?
  3. Have you studied buses? What types?
  4. 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 machine? What is the throughput of this machine ?
  5. How many bit combinations are there in a byte?
  6. What is the difference between = and == in C?
  7. Are you familiar with VHDL and/or Verilog?

DAC interview questions and answers

on 10:43 AM

  1. What is the IC numbers for DAC that you have used in the lab?
  2. Define resolution. What is the resolution of DAC that you have used in the lab?
  3. How many pins does DAC IC have?
  4. What are the types of DAC?
  5. Which technique you have used for DAC interfacing