ENG ACADEMi
ENG ACADEMi
© 2026 EngAcademi. All Rights Reserved.About
Difficulty
1,021 questions
1. Is there any benefit to use cache if every access is a read miss?Easy
2. If A, B, and C are each 8-bit unsigned integers, what is the minimum number of bits required to represent the maximum possible value of \(A \times B + C\) without overflow?Easy
3. Implement a 1-bit full adder using only 2:1 multiplexers, including the required number of MUXes and the resulting Sum and Carry expressions?Medium
4. Which recursive method correctly determines whether a string is a palindrome by comparing its characters?Easy
5. What are the types of caches?Easy
6. Design a combinational circuit counting number of 1s in 7-bit inputMedium
7. What is the output of a NOR gate when one input is 0 and the other input is C?Easy
8. Verilog to swap data with and without temp registerEasy
9. How is processor performance affected when instruction cache hit latency increases?Medium
10. Difference between ASIC and FPGA designEasy