Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1)Convert 86 to 16-bit Twos Compliment binary 2)Convert -123 to 16-bit Twos Compliment binary 3)Convert 23 to unsigned 16-bit binary 4)Convert 2132 to unsigned hexadecimal

1)Convert 86 to 16-bit Twos Compliment binary

2)Convert -123 to 16-bit Twos Compliment binary

3)Convert 23 to unsigned 16-bit binary

4)Convert 2132 to unsigned hexadecimal

5)Convert 2344 to Twos Compliment hexadecimal

6)Convert Twos Compliment binary 1010101110 to decimal

7)Convert the unsigned binary number 111011000000 to decimal.

8)Convert the unsigned hexadecimal value 0x4564fabc to decimal

9)Convert the unsigned hexadecimal value 0x5642cccc to decimal.

10) Convert the unsigned hexadecimal value 0xffffffff to a decimal.

11) Convert the Twos Compliment binary number to decimal, 01011011

12) Convert the One's Compliment binary number to decimal, 11011111

13) Convert the One's Compliment binary number to decimal, 01000011

14) Convert the Twos Compliment binary number to decimal, 01000001

All numbers are Twos Complement binary numbers.

15) Add the binary numbers 10101101 and 00101111, or add 10101101 to 00101111

16)Add the binary numbers 10111101 and 11111111, or add 10111101 to 11111111

17) Add the binary numbers 10001001 and 00000000, or add 10001001 to 00000000

18) Add the binary numbers 11111101 and 10101010, add 11111101 to 10101010.

19)Subtract the twos complement binary numbers 10111111 and 01010101, or subtract 01010101 from 10111111.

20) Subtract the twos complement binary numbers 10000001 and 00110011, or subtract 00110011 from 10000001.

21) Subtract the twos complement binary numbers 11111111 and 00001111, or subtract 00001111 from 11111111

22) Subtract the twos complement binary number 10101011 and 11110000, or subtract 11110000 from 10101011

23) Add the twos complement hexadecimal numbers 0x21321abc and 0x00000ffa, or add 0x00000ffa to 0x21321abc.

24) Subtract the twos complement hexadecimal numbers 0x01321fff and 0x112233ff, or subtract 0x112233ff from 0x01321fff.

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

Information Modeling And Relational Databases

Authors: Terry Halpin, Tony Morgan

2nd Edition

0123735688, 978-0123735683

More Books

Students also viewed these Databases questions

Question

How do Dimensional Database Models differ from Relational Models?

Answered: 1 week ago

Question

What type of processing do Relational Databases support?

Answered: 1 week ago

Question

Describe several aggregation operators.

Answered: 1 week ago