Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1- Given unsigned binary numbers A and B as shown in table 1 in page 6 , use binary arithmetic to compute A+B and A-B

1- Given unsigned binary numbers

A

and

B

as shown in table 1 in page 6 , use binary arithmetic to compute

A+B

and

A-B

. Show all carries and borrows in your work. For the subtraction use two's complement method for subtraction. Suppose carry-in is zero.\ \ \\\\table[[A,B,\\\\table[[Carry-out],[A+B (one],[bit)]],\\\\table[[A+B],[ bits

image text in transcribed
\begin{tabular}{|c|c|c|c|c|c|} \hline A & B & \begin{tabular}{c} Carry-out \\ A+B (one \\ bit) \end{tabular} & \begin{tabular}{c} A+B \\ (8bits) \end{tabular} & \begin{tabular}{c} A-B \\ (8 bits; ignore \\ carry out) \end{tabular} & \\ \hline \multirow[t]{2}{*}{00011010} & \multirow[t]{2}{*}{10111010} & & & & Calculated \\ \hline & & & & & Simulated \\ \hline \multirow[t]{2}{*}{11000001} & \multirow[t]{2}{*}{10111110} & & & & Calculated \\ \hline & & & & & Simulated \\ \hline \multirow[t]{2}{*}{00011010} & \multirow[t]{2}{*}{11101011} & & & & Calculated \\ \hline & & & & & Simulated \\ \hline \end{tabular}

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Flash XML Applications Use AS2 And AS3 To Create Photo Galleries Menus And Databases

Authors: Joachim Schnier

1st Edition

0240809173, 978-0240809175

More Books

Students also viewed these Databases questions

Question

Why is the System Build Process an iterative process?

Answered: 1 week ago