Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

How would you calculate the range of the signed numbers? Storage Type Range (low-high) -128 to +127 Signed byte Signed word Signed doubleword -32,768 to

image text in transcribed
How would you calculate the range of the signed numbers? Storage Type Range (low-high) -128 to +127 Signed byte Signed word Signed doubleword -32,768 to +32.767 Powers of 2 -27to (27 - 1) -215 to (215-1) -231 to (231-1) -263 to (263-1) Signed quadword -2.147,483,648 to 2.147,483,647 -9.223,372,036,854,775,808 to +9.223,372,036,854,775,807 We talked about the 2's complement during the lecture to represent negative numbers in Binary. What complement would we use to represent negative numbers in Decimal? Explain that complement and support your answer with examples

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

Oracle 10g Database Administrator Implementation And Administration

Authors: Gavin Powell, Carol McCullough Dieter

2nd Edition

1418836656, 9781418836658

More Books

Students also viewed these Databases questions