Home Verilog Digital Design Digital Basics Python RF Basics

Legal Disclaimer

Chip Designing for ASIC/ FPGA Design engineers and Students
FULLCHIPDESIGN
Digital-logic Design...  Dream for many students… start learning front-end…
Custom Search

Feedback ? Send it to admin@fullchipdesign.com or join me at fullchip@gmail.com

Interview Q's FPGA Interview questions FPGA build flow Digital Interview Questions

Legal Disclaimer

Topics @TYH :- 4G LTE Tutorial, GVIM editor, Smart-Phone, Cloud Computing
Previous Next
Verilog Tutorial.
Digital Basics Tutorial.
Arithmetic overflow related questions:-

Q1. What is arithmetic overflow scenario? Can you explain overflow in following example? Add two signed magnitude numbers -70 and -90.

Q2. Which  of the following statements are true for overflow?
A. Adding two positive numbers.
B. Adding a positive and a negative numbers.
C. Adding two negative numbers.  

Refer overflow section for hints for  above questions.  
Digital logic Interview questions
Complement and signed numbers questions.

Q1. Convert a binary number 111001101 into 1’s complement form.

Q2. Convert the binary number 111001101 into 2’s complement.

Q.3 How do represent a number -23 in signed arithmetic?

Q.4 What is BCD ? How is it different  than binary numbers.?

Q.5 Discuss binary addition example 599 and 984.

Hint:-
Q1 1’s complement, Q2 2’s complement, Q3 Signed Arithmetic,
Q4 & Q5 BCD addition example.
Boolean functions related questions.
Q. Draw a truth-table and circuit for following boolean function? F = (x +y) z’  Hint: To solve review digital basics section.

Q. Difference between minterms and maxterms? Hint refer sections Boolean functions and minterms/maxterm.
Interview Questions. Main, FPGA, Digital