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
A ____________ is the intersection of a column and row in an excel spreadsheet.
kogti [31]

Answer:

a cell is the intersection of a column and row in an excel spreadsheet.

4 0
2 years ago
Use the YEARFRAC function to work out how many years difference is there between the date 1980-07-31 (31 July 1980) and 1998-05-
zhenek [66]

Answer: 17.7 Years

Explanation:

YEARFRAC is a function in Microsoft Excel that returns the year fraction representing the number of whole days between a particular start date and an end date.

A typical view of the function is:

=YEARFRAC(start_date, end_date, [basis])

All that needs to be done is

1. Type in the equal to sign(=) in the cell you want your answer,

2. Type in YEARFRAC and open your bracket,

3. Input your start date and end date, close your bracket and press enter.

6 0
2 years ago
Which type of device would be used on a laptop to verify<br> the identity of a user
Montano1993 [528]

Answer:

A biometric identification device

Explanation:

As biometric identification devices, laptops commonly use a fingerprint scanner or, for facial recognition, a camera.

4 0
2 years ago
Help me will give brainliest. So can you do number 2 about gaming please
zvonat [6]

Answer: Some insights big data can provide about my hobby, gaming, is what year a certain game was created or the number of purchases made in a year. These insights can make things better for me by knowing what versions to receive first and what's the best game to get. Although, some ways big data can make it worse is by not understanding what the information is saying due to a lack of data or context. They can also make it worse by data and system errors, causing problems for me due to the decisions I make off of it.  

I hope this helped!

Good luck <3

4 0
2 years ago
Write a boolean method that checks whether a given positive integer n is a perfect square. Use Math’s sqrt and round methods to
svetoff [14.1K]
In java...

public boolean checkSquare(int n){

int actualNumber = n;
int squareRoot = (int)Math.sqrt(n);
int squaredNumber = Math.pow(squareRoot,2);

if(squaredNumber==actualNumber){
return true;
} else {
return false;
}

}
5 0
3 years ago
Other questions:
  • How do I change the year I was born on this website? I made a mistake and now I can't fix it. Can somebody please help me?
    5·1 answer
  • Select the statements that are true regarding the future of technology. Select 2 options.
    10·2 answers
  • What is the term for a calculation (using encryption technologies) based on the contents of a disk or file that are engineered s
    8·1 answer
  • Which of the following types of network can only be accessed by members within a private organization?
    5·1 answer
  • <img src="https://tex.z-dn.net/?f=6.372%20%5Ctimes%2075%20find%20the%20product" id="TexFormula1" title="6.372 \times 75 find the
    6·1 answer
  • Pls Help need it before 1pm PLS.
    15·2 answers
  • Match the job task to the occupation that would perform it. 1. Research the causes and treatments of diseases physical scientist
    7·1 answer
  • Simple example of hybrid computer​
    7·2 answers
  • How would I collect a number from the user to use for the radius of a circle?
    13·1 answer
  • What is a form of technology that you think will make your life easier?
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!