Floating Point — Computer Arithmetic
🌊 What Does “Floating Point” Even Mean? Let’s start simple. When you write the number 12345, that’s an integer —
Continue reading🌊 What Does “Floating Point” Even Mean? Let’s start simple. When you write the number 12345, that’s an integer —
Continue readingLet’s Start Simple — What’s the Problem? You already know that when we add two binary numbers, each bit addition
Continue reading💡 What’s the Problem with Simple Multiplication? Before we jump into Booth’s method, let’s recall what happens in Shift-and-Add multiplication.
Continue reading💡 What is Multiplication in Computers? When you multiply numbers on paper, you probably remember doing it like this: A
Continue reading💡 What is a Carry Look-Ahead Adder? Imagine you’re adding two long numbers on paper.You write down each column and
Continue reading💡 Data Representation – Computer Arithmetic (Integer Addition and Subtraction) When we do math in our head, adding or subtracting
Continue readingNumber representations and computer arithmetic MCQs for Gate Exam Q1. Convert (110101)₂ to decimal.A. 45B. 52C. 53D. 54 Answer: CSolution:(110101)₂
Continue reading