1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
ArbitrLikvidat [17]
3 years ago
15

2) Show the decimal equivalent of each of the numbers if they are interpreted as (4 answers): 11001101 01101001 a. Unsigned bina

ry b. Signed binary
Computers and Technology
2 answers:
gayaneshka [121]3 years ago
8 0
<h2>Answer:</h2><h2 />

<em>11001101 (as unsigned binary) is 205 in decimal</em>

<em>11001101 (as signed binary) is -51 in decimal</em>

<em>01101001 (as unsigned binary) is 105 in decimal</em>

<em>01101001 (as signed binary) is still 105 in decimal.</em>

<h2>Explanation:</h2><h2 />

a.  11001101

1 => Treating as unsigned binary

Since the number is unsigned, the usual direct conversion to decimal is sufficient. i.e

11001101 = 1 x 2^{7} + 1 x 2^{6} + 0 x 2^{5} + 0 x 2^{4} + 1 x 2^{3} + 1 x 2^{2} + 0 x 2^{1} + 1 x 2^{0}

11001101 = 128 + 64 + 0 + 0 + 8 + 4 + 0 + 1

11001101 = 205 (in decimal)

<em>Therefore 11001101 (as unsigned binary) is 205 in decimal</em>

2 => Treating as signed binary

Signed binary using 2's complements dictates that the most significant bit (leftmost bit) in a binary number represents the sign of the bit. If the most significant bit is 0, then the number is positive. If it is 1, the number is negative.

Since the most significant bit of the number (11001101) is 1, then the number is negative.

Therefore to convert it to its decimal counterpart;

<em>i. flip all its bits by changing all 1s to 0s and all 0s to 1s as follows</em>

=> 11001101 = 00110010

<em>ii. add 1 to the result above as follows</em>

=> 00110010 + 1 = 00110011

<em>iii. now convert the result to the decimal representation as follows</em>

00110011 = 0 x 2^{7} + 0 x 2^{6} + 1 x 2^{5} + 1 x 2^{4} + 0 x 2^{3} + 0 x 2^{2} + 1 x 2^{1} + 1 x 2^{0}

00110011 = 0 + 0 + 32 + 16 + 0 + 0 + 2 + 1

00110011 = 51 (in decimal)

<em>Therefore, 11001101 (as signed binary) is -51 in decimal</em>

b.  01101001

1 => Treating as unsigned binary

Since the number is unsigned, the usual direct conversion to decimal is sufficient. i.e

01101001 = 0 x 2^{7} + 1 x 2^{6} + 1 x 2^{5} + 0 x 2^{4} + 1 x 2^{3} + 0 x 2^{2} + 0 x 2^{1} + 1 x 2^{0}

01101001 = 0 + 64 + 32 + 0 + 8 + 0 + 0 + 1

01101001 = 105 (in decimal)

<em>Therefore 01101001 (as unsigned binary) is 105 in decimal</em>

2 => Treating as signed binary

Signed binary using 2's complements dictates that the most significant bit (leftmost bit) in a binary number represents the sign of the bit. If the most significant bit is 0, then the number is positive. If it is 1, the number is negative.

Since the most significant bit of the number (01101001) is 0, then the number is positive and the usual conversion to decimal will suffice. i.e

01101001 = 0 x 2^{7} + 1 x 2^{6} + 1 x 2^{5} + 0 x 2^{4} + 1 x 2^{3} + 0 x 2^{2} + 0 x 2^{1} + 1 x 2^{0}

01101001 = 0 + 64 + 32 + 0 + 8 + 0 + 0 + 1

01101001 = 105 (in decimal)

<em>Therefore 01101001 (as signed binary) is still 105 in decimal.</em>

<em>Note: A positive binary number will have the same value (in decimal) whether it is treated as signed or unsigned.</em>

iragen [17]3 years ago
5 0

Answer:

<u>Signed:</u> -4 -5 +6 -1

<u>Unsigned:</u> 12 13 6 9

Explanation:

We are given with binary number i.e. 1100110101101001. First of all we will break this binary number into sets of 4 starting from the right side of the binary number. First set will be 1001, second will be 0110, third wil be 1101, fourth will be 1100.

<u>Basic concept of converting binary numbers into decimal numbers:</u>

256 128 64 32 16 8  4  2  1  

0      1      1    0    1  0  0  1  1

Add the number written above each of the binary number if its 1 and ignore if its 0. Starting from the left side 0 represents 256 so, we will ignore it. 1 represents 128 so we will consider it and so on.

128+64+16+2+1 = 211

011010011 is the binary of 211.

For signed binary, if the last number of the set is 0 the, it is a postive number. For unsigned binary, if the last number of the set is negative then, it is a negative number.

<u>For signed binary:</u>

1100    1101    0110   1001

-4        -5      +6       -1

<u>Note:</u>

We are not adding these numbers because in the question it is specified to give 4 answers.

<u>For unsigned binary:</u>

1100    1101    0110   1001

12        13      6       9

<u>Note:</u>

We are not adding these numbers because in the question it is specified to give 4 answers.

You might be interested in
What is the highest numeral in a binary code?
Anarel [89]

Answer:

The highest numeral in binary code is 1

In binary, you can only have 1s and 0s

if you're asking for the biggest number that can be represented, it's 255, which is 11111111. (this is 8 1s)

Explanation:

Is this a trick question? lol

May I have brainliest please? :)

5 0
3 years ago
What lets you do many things, like write book reports and stories?
Shalnov [3]

Answer:

4. application programs

Explanation:

5 0
3 years ago
In this lab, you complete a prewritten Python program for a carpenter who creates personalized house signs. The program is suppo
ivolga24 [154]

Using the computer language in python to write a function code that personalized house signs

<h3>Writting the code in python:</h3>

<em>#Assign varibles</em>

<em>charge = 0.00</em>

<em>numChars = 8</em>

<em>color = "gold"</em>

<em>woodType = "oak"</em>

<em />

<em>#Checking for number of characters</em>

<em>if numChars > 5:</em>

<em>charge = 35 + (numChars-5)*4</em>

<em>elif numChars > 0:</em>

<em>charge = 35</em>

<em />

<em>#Checking wood type</em>

<em>if woodType == "oak":</em>

<em>charge += 20</em>

<em />

<em>#Checking for color</em>

<em>if color == "gold":</em>

<em>charge += 15</em>

<em />

<em>#Print output</em>

<em>print("The charge for this sign is $"+str(charge)+".")</em>

See more about python at brainly.com/question/13437928

#SPJ1

5 0
2 years ago
What are the answers to everfi
FinnZ [79.3K]
FutureSmart focuses on the important Middle School years by empowering students to become the stewards of their financial futures. This three hour web-based resource educates students on the practicalities of daily financial decisions and the payoffs of long-term planning. Since Middle School is an important period for positive habits
to take form and grow, this course is particularly meaningful.
Through a compelling narrative in which students play the Mayor of a town, local citizens are helped with real-life decisions. From weighing opportunity costs, to delaying instant gratification for long- term gain, students face important questions on their way to becoming FutureSmart. At the end of the course, students compose their own blueprint for the future. FutureSmart c
6 0
3 years ago
Margaret would like to work in the Journalism and Broadcasting industry. Which set of qualifications would best assist Margaret
8_murik_8 [283]
Critical thinking, accuracy and confidence
7 0
3 years ago
Read 2 more answers
Other questions:
  • What will be the value of i after the C statements at the right have been executed
    6·1 answer
  • Which scenario depicts an ethical workplace practice by a business owner
    15·2 answers
  • Test Average and Grade
    12·1 answer
  • What is the purpose of application software policies?
    12·1 answer
  • What mobile operating system below requires all applications to be reviewed and approved before they can be made available in th
    7·1 answer
  • If we can lock a file, we can solve the race condition problem by locking a file during the check-and-use window, because no oth
    14·1 answer
  • The process known as "bitmapping" is defined as information in _____. PLEASE HELP FAST
    11·1 answer
  • Many major employers routinely monitor the performance of their employees through the computers and telephones they use. Employe
    12·1 answer
  • Hola, alguien aquí me podría ayudar dándome ideas a cerca de office (Word, PowerPoint o Excel) estoy desesperada no puedo pensar
    11·1 answer
  • Expressions provide an easy way to perform operations on data values to produce other data values. True False
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!