Computer Sciences > Gate 2024 Set-1 > Digital Logic
Consider a system that uses 5 bitsfor representing signed integers in 2βs complement
format. In this system, two integers π΄ and π΅ are represented as π΄=01010 and
π΅=11010. Which one of the following operations will result in either an arithmetic
overflow or an arithmetic underflow?
Explanation
Correct : a
Similar Questions
What is the worst-case time complexity of insertion in an AVL tree?
Which operations on a binary search tree have O(h) complexity?
Compare search complexities of sorted array vs balanced BST.