Question

Convert the given Binary to its Decimal equivalent 9) 10100100 10) 10) 1000001 (10) 11) 10101110 2 12) 111100102 (10) (10) 13
0 0
Add a comment Improve this question Transcribed image text
Answer #1

`Hey,

Note: Brother in case of any queries, just comment in box I would be very happy to assist all your queries

9) 10100100 = -92

10) 1000001 = (1 × 2⁶) + (0 × 2⁵) + (0 × 2⁴) + (0 × 2³) + (0 × 2²) + (0 × 2¹) + (1 × 2⁰) = 65

11) 10101110 = -82

12) 11110010 = -14

13) 10110001 = -79

14) 11110110 = -10

15) 11011011 = -37

16) 11001011 = -53

Kindly revert for any queries

Thanks.

Add a comment
Know the answer?
Add Answer to:
Convert the given Binary to its Decimal equivalent 9) 10100100 10) 10) 1000001 (10) 11) 10101110...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Given the following hexadecimal number DEAB 16. what is its binary and decimal equivalent? Binary: Decimal...

    Given the following hexadecimal number DEAB 16. what is its binary and decimal equivalent? Binary: Decimal HTML Editor BIVA - A - Ix 5 3 3 3 3 x x : E - O N V celom V 11 12pt - Paragraph O words

  • a) The following program is supposed to convert a binary number to its decimal equivalent. Modify...

    a) The following program is supposed to convert a binary number to its decimal equivalent. Modify the program so that it does the job.(15 points) b) How would you create the executable file of the program (file name: b2d.c) in Linux? (5 points) #include <stdio.h> int main (void) int binary: printf("Enter a binary number:\n"); scanf("%d", &binary): int nofDigit = 0, remain = binary: while (remain > 0) - remain = remain/10; nofDigit++; int digit, dval = 0, bx = binary:...

  • Write a VBA code to convert an arbitrary binary integer number to its equivalent decimal number....

    Write a VBA code to convert an arbitrary binary integer number to its equivalent decimal number. Specific requirements: Use InputBox function to acquire the input for an arbitrary binary integer number; Convert the binary integer to its equivalent decimal number; Return the decimal number in a message box. Submit your (VBA code) Excel screen shoot. Below functions may be useful in your VBA code: Val( ): can convert a string-type number in ( ) to its numeric value; Len( ):...

  • using assembly 8086 , Convert a binary string to decimal. Accept buffered user input in the...

    using assembly 8086 , Convert a binary string to decimal. Accept buffered user input in the form of a 16-bit binary string. Convert to unsigned integer and print to the screen. if the user enters less than 16 bits, you may pad the binary number with zeros on the left. Sample Execution: Enter a 16-bit binary number: 1001111001011100 The decimal unsigned integer equivalent is 40540 Enter a 16-bit binary number: 01100 The decimal unsigned integer equivalent is 12

  • For problems 8, 9 and 10, convert the following decimal numbers into 8‑bit binary numbers as...

    For problems 8, 9 and 10, convert the following decimal numbers into 8‑bit binary numbers as required for 2's complement math, and perform the indicated operations. Circle or bold your binary answer and show your work. Notes: Remember that positive numbers are represented in sign-magnitude format in 2's complement math 8. +26 +15 =                                                          9. +26 - 15    = 10. - 26 +15 =

  • Convert the decimal number 14.875 to binary. a.1110.0111 b.1100.1100 c.1110.1110 d.1111.1011 QUESTION What is -47 (base...

    Convert the decimal number 14.875 to binary. a.1110.0111 b.1100.1100 c.1110.1110 d.1111.1011 QUESTION What is -47 (base 10) in binary 8-bit signed-magnitude. a.11001011 b.10110100 c.11010000 d.10101111

  • 16. Convert the following decimal numbers to their binary equivalent: a. 34.75 b. 27.1875 17. Express...

    16. Convert the following decimal numbers to their binary equivalent: a. 34.75 b. 27.1875 17. Express the following numbers in IEEE 32-bit floating-point format: a. -6 b. -1.5

  • C++ Convert a Number from Binary to Decimal using a stack: The language of a computer...

    C++ Convert a Number from Binary to Decimal using a stack: The language of a computer is a sequence of Os and 1s. The numbering system we use is called the decimal system, or base 10 system. The numbering system that the computer uses is called the binary system, or base 2 system. The purpose of this exercise is to write a function to convert a string representing a binary number from base 2 to base 10. To convert a...

  • ord Paragrapth Styles 1 Perform the following conversions Convert 51 (decimal) to binary and to hex...

    ord Paragrapth Styles 1 Perform the following conversions Convert 51 (decimal) to binary and to hex a b. Convert 0xDI (hexadecimal) to binary and to decimal c. Convert Ob11001001 (binary) to hex and to decimal 2. Find the 2's complement of the following 4 bit numbers a 1101 b 0101 3. Perform the following 4 bit unsigned operations. For each, indicate the 4-bet result and the carry bit, and indicate if the answer is correct or not a. 5+8 b....

  • I'm working on a java program where I'm supposed to convert 4 bit binary into decimal....

    I'm working on a java program where I'm supposed to convert 4 bit binary into decimal. I went with if statements and tried to use an else to print out an error message if the user enters a number that isn't a binary number but it prints no matter what. (so, it prints that it's a vowel and that it's not a vowel) 1 import java.util.Scanner; 2 3 public class HomeworkTwoQ2 4 { 5 6 public static void main(String[] args)...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT