Question

All of them, please What is the minimum number of bits you need to represent the...

All of them, please

What is the minimum number of bits you need to represent the number (500)10 in binary ?


1- What is the problem when we represent the number (325)10 as (11 01 101)2 ?

2- What is the minimum number of bits you need to represent the number (500)10 in binary ?

3- Writing (325)10 in BCD we will get (011010101)2


4- Write (2014)10 in BCD ?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer :

To represent decimal 500 in binary , number of bits required are : log (500) / log(2) , where log is log base 10. = 9 bits.

1) as given binary number = 2^6 + 2^5 + 2^ 3 + 2^2 + 2^ 0 = 64+32+8+4 +1 = 109 so it is not equal to 325.

2) as shown above , 9 bits.

3) in bcd : 3 = 011

2 = 010

5 = 101

So 325b= 011010101, so given statement is true.

6 ) 2 = 010

1 = 001

0 = 000

4 = 0100

So 2014 = 0100000010100

Add a comment
Know the answer?
Add Answer to:
All of them, please What is the minimum number of bits you need to represent the...
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
  • Question 4 (1 point) How many bits do we need to represent the decimal number 359...

    Question 4 (1 point) How many bits do we need to represent the decimal number 359 in binary? Convert this answer to binary. 1001 1010 1100

  • Determine the minimum number of bits you would need for a memory address if memory could...

    Determine the minimum number of bits you would need for a memory address if memory could have up to 68GBytes. Assume byte addressing and explain how do you arrived at answer?? A).Since there is no calculator available, solve it by estimation method. B). If a calculator is available, show me alternative approach to solve the problem.

  • 2. There are 26 characters in the alphabet we use for writing English. What is the...

    2. There are 26 characters in the alphabet we use for writing English. What is the least number of bits needed to give each character a unique bit pattern? How many bits would we need to distinguish between upper- and lowercase versions of all 26 characters? (12 points) What is the largest positive number one can represent in an 8-bit 2's complement code? Write your result in binary and decimal. a. What is the greatest magnitude negative number one can...

  • Please Solve As soon as Solve quickly I get you thumbs up directly Thank's Abdul-Rahim Taysir...

    Please Solve As soon as Solve quickly I get you thumbs up directly Thank's Abdul-Rahim Taysir Part 2: Write a VHDL code to complete the following VHDL code to implement a two-digit BCD counter. A two-digit (two-decade) BCD counter counts in decimal, a two-digit BCD counter counts from 00 decimal to 99 decimal. On the next count, it rolls over to 00 decimal. The least significant four bits of the counter represent the least significant decimal digit (0 to 9)...

  • In ALL these problems, you MUST show your conversion procedure. No procedure = zero points. a)...

    In ALL these problems, you MUST show your conversion procedure. No procedure = zero points. a) Convert the following decimal numbers to their 2's complement representations: binary and hexadecimal. (12 pts) ✓ -137.3125, 37.65625, -128.5078125, -31.25. b) We want to represent integer numbers between -1024 to 1024 using the 2C representation. What is the minimum number of bits required? (2 pts) c) Complete the following table. The decimal numbers are unsigned: 6 pts) Decimal Binary BCD | Reflective Gray Code...

  • 1. Suppose that we have a floating point real number structure shown as below 10 bits 22 bits exp...

    1. Suppose that we have a floating point real number structure shown as below 10 bits 22 bits exponent mantisa 1-1. Find the minimum and maximum value of this floating point real number 1-2. Suppose that A. B and C are real numbers represented by this floating point real number. Suggest a function that calculates CA * B. You may write a function with pseudocode or any languages 1. Suppose that we have a floating point real number structure shown...

  • Could you please help me with this assignment? The purpose of this assignment is to simulate...

    Could you please help me with this assignment? The purpose of this assignment is to simulate the transmission and reception of a text message (i.e., character string) over a noisy communications channel. Suppose we wish to transmit the string “Hello.” We can translate this string into a bit stream as shown below: String: H e l l o . \0 (note: the last character \0 is the null terminator character) ASCII: 72 101 108 108 111 46 0 Binary: 01001000...

  • Mailings Review View Help Tell me what you want to do A R E M »...

    Mailings Review View Help Tell me what you want to do A R E M » 21 . CcDdEe CcDdEe CcDdEe Heading 1 Heading 3 Heading 6 ay. A s . T Norma Paragraph Styles Q2: Design a Binary to BCD converter using one 4-bit Binary Adder (drawn), ANDs and ORs gates. Start by filling the following table where the input is a 4-bit binary number and the output is a BCD number (four bits for the first decimal digit...

  • I need help fixing this program. In this program both A & B represent single bit...

    I need help fixing this program. In this program both A & B represent single bit binary numbers. that is they are either ones or zeros. adding these numbers will sum to either 0, 1, 2. Make the number show a zero with no inputs are true a ‘1’ when only one is and a ‘2’ when both are true. iPad 10:57 PM 17% < Problems Add two binary digits Check Answer Problem #13-Add two binary digits In this problem,...

  • problem 1 midterm-1-coding.pdf C:/Users/Cute%20khalsa/Downloads/midterm-1-coding.pdf 2 Problem #1 The first problem is to write the from.fixed point...

    problem 1 midterm-1-coding.pdf C:/Users/Cute%20khalsa/Downloads/midterm-1-coding.pdf 2 Problem #1 The first problem is to write the from.fixed point function, using "bit fiddling". double from_fixed point(unsigned short x); The parameter x is a representation (sometimes called a packed representation) of a fixed- point number. The right most 4 bits of x are the fractional part of the number. We will call them b. The leftmost 12 (or more) bits of x are the integer part of the number. We will call them a...

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
ADVERTISEMENT