Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

can you show your conversion steps on number 2 please ? i dont know how to do it. 1. Answer the following questions in this

can you show your conversion steps on number 2 please ? i dont know how to do it. image text in transcribed
image text in transcribed
image text in transcribed
1. Answer the following questions in this document. (16pts) a. How many possible values can a signed 12 bits number represent? What are the smallest and largest values? (6pts) Ans: b. Assuming a signed integer is stored in n bytes, what are the smallest and largest values that can be represented? Write your answer as a power of 2. (5pts) c. Assuming a signed integer is stored in 2 bytes, what are the smallest and largest values that can be represented? Write your answer as a power of 2 and in binary representation. (5pts) 3. Convert the following signed decimal integers to 8-bit binary (parts a-c), and binary integers to decimal (parts d-f). Please show yours steps. (12pts) For example: -41 = -128 + 87 = -128+64 +0+16+0+4+2+1 = (0b11010111) Ob10001010 = -128+0+0+0+8+0+2+0 = -128+10 = -118 a. -123 b. 62 c. -49 d. Ob00101011 e. Ob11110111 f. Ob10110010 2. For the following unsigned binary/decimal conversions, please show the conversion steps. (12pts) For example: 001101 = 8 + 4 + 1 = 13 34 32 + 2 Ob100010 2 of 3 Convert the following binary integers to decimal. (2pts each) a. Ob100100 b. Ob10110011 C. Ob10 Convert the following decimal integers to binary, (2pts each) d. 117 e 143 86

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

Practical Oracle8I Building Efficient Databases

Authors: Jonathan Lewis

1st Edition

0201715848, 978-0201715842

More Books

Students also viewed these Databases questions

Question

What is the most important part of any HCM Project Map and why?

Answered: 1 week ago