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
All of them, please What is the minimum number of bits you need to represent the...
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 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 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
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)...
Lengthen the two's complement number (both shown in hex) E3 and 3E to 16 bits. (NOTE: The values represented in each case should remain the same length after lengthening.) Your 16 bit answer in hex (for E3 in two's complement): Your 16 bit answer in hex (for 3E in two's complement): Shorten (if possible) the two's complement numbers (both shown in hex) E3 and 3E to the minimum number of bits needed. (Note 1: The values represented in each case...
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 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 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 » 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 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,...