The final addition sum of the numbers, 0110 & 0110 is . . . . . . . .
A. 1101
B. 1111
C. 1001
D. 1100
Answer: Option D
Solution (By Examveda Team)
Let's break down how to add the binary numbers 0110 and 0110.Binary addition is similar to decimal addition, but with only 0s and 1s.
Here's how it works column by column, from right to left:
Rightmost column: 0 + 0 = 0
Second column from right: 1 + 1 = 10 (which is 2 in decimal). Write down 0 and carry-over 1.
Third column from right: 1 + 1 + 1(carry) = 11(which is 3 in decimal). Write down 1 and carry-over 1.
Leftmost column: 0 + 0 + 1 (carry) = 1
Putting it all together, we get 1100.
Therefore, the final sum is 1100.
So, the correct answer is Option D: 1100.
Join The Discussion
Comments (1)
Related Questions on Computer Architecture
Which of the following is not a component of Von Neumann architecture?
A. CPU
B. ALU
C. Memory Unit
D. I/O Interface
What does SIMD stand for in computer architecture?
A. Single Input Multiple Drive
B. Single Input Multiple Data
C. Single Instruction Multiple Drive
D. Single Instruction Multiple Data
Which cache is typically smaller and faster compared to others in a computer system?
A. L2 Cache
B. L3 Cache
C. L1 Cache
D. Virtual Cache
Which register in the CPU stores the address of the next instruction to be fetched?
A. Instruction Register
B. Program Counter
C. Accumulator
D. None of the above

correct answer is 1100