1) Ben Bitdiddle is building a house. Explain how he can use the principles of hierarchy, modularity, and regularity to save time and money during construction. 2) Convert the following two’s complement binary numbers to decimal. (a) 1010 (b) 110110 (c) 01110000 (d) 10011111
2)
converting binary numbers to decimal:
a)
1010 = 1*2^3 +0*2^2 +1*2^1 +0*2^0 = 8+2 = 10 in decimal
b)
110110 = 1*2^5 +1*2^4 +0*2^3 +1*2^2 +1*2^1 +0*2^0 = 32+16+4+2 =
54
c)
01110000 = 0*2^7 +1*2^6 +1*2^5 +1*2^4 +0*2^3 +0*2^2 +0*2^1 +0*2^0 =
64+32+16 =112
d)
10011111 = 1*2^7 +0*2^6 +0*2^5 +1*2^4 +1*2^3 +1*2^2 +1*2^1 +1*2^0 =
128+16+8+4+2+1=159
Note: As per Chegg policy, I am allowed to answer only 1
question(including sub-parts)
on a single post, kingly post the remaining questions seperately
and i will try to answer them
Sorry for the inconvenience caused, thank you
1) Ben Bitdiddle is building a house. Explain how he can use the principles of hierarchy,...
(1) Convert this Hexadecimal to Binary, Octal and Decimal : ABCDEF (2) how the representation of each of these numbers in both two’s complement and sign magnitude formats. Use the following assumptions: ● Assume that the sign magnitude number should be represented in the fewest number of bits possible. ● Assume that the sign bit for negative sign magnitude numbers should be a 1. ● Assume that the two’s complement numbers should be 8 bit numbers. 1. 108 2. -65
PLEASE SHOW MATH OF IT ALL Given n bits, how many signed numbers can be represented using the sign-and-magnitude method, the ones’ complement method, and the two’s complement method, respectively? (5 points) Number conversion (2.5 x 22 = 55 points) Convert the following unsigned binary numbers to decimal: 11111 101 Convert the following decimal numbers to binary: 111 35 Convert the following octal numbers to binary: 1111 731 Convert the following unsigned binary numbers to octal: 101010111001 1001 Convert the...
3.8) Convert the hexadecimal number 0x15 to a decimal number. 3.9) Convert the hexadecimal number 0x19 to a decimal number. 3.10) Convert the decimal number -35 to an 8-bit two’s complement binary number. 3.11) Convert the decimal number -32 to an 8-bit two’s complement binary number. 3.12) Assuming the use of the two’s complement number system find the equivalent decimal values for the following 8-bit binary numbers: a)10000001 b)11111111 c)01010000 d)11100000 e)10000011 3.13) Convert the base 8 number 204 to...
What is arithmetic overflow? When does it occur and how can it be detected? Explain with an example. – 15 pts Fill in the blanks by doing necessary conversions (MB= megabyte, Mb = Megabit, KB= Kilobyte, TB = Terabyte, Tb = Terabit, GB = Gigabyte). Show step by step computations for each – 25 pts 10 MB = ________ KB 1000 MB = ________ Mb 1000 Mb = ________ KB 1 Tb =...
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...
1.Kent is on the rise in the corporate hierarchy, and he is building a personal following along the way. Those who are loyal to him, he says, will benefit significantly in the future, when he is in a position to decide salaries and benefits. Kent is using the influence tactic known as coalition. exchange. apprising. ingratiation. personal appeals. 2.Dana is the CEO of a large technology company. She has some very talented employees, but the company keeps falling behind its...
1. (10 points) We want to compare the numbers 3 and -6. Using 4-bit signed 2's complement numbers, show how we can use the process of binary addition to calculate a result that will tell us how these two numbers compare. (Just show the calculation here. The next part will be the interpretation of the result.) Now briefly explain how this result can be interpreted by a hardware circuit to indicate how the two numbers compare. (You don't need to...
Explain four ethical principles that guide decision making associated with patient care. How can leaders use these principles in decision making with a health organization?
(a) Hexadecimal numbers are numbers in base 16. They use the following sixteen digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. They are widely used in com- puting, for example, to represent colors or network addresses of computers. i. Convert A2F1316 to decimal. Show your work. ii. Convert 456710 into hexadecimal. Show your work. iii. Convert 00010101100011002 to hexadecimal. Explain how can you use the fact that 16 = 24 ?...
Giving Voices to Values Is This My Place? …Speaking “UP” (A)1 Ben was pleased when he was hired out of college, with an accounting degree, to manage the internal and external reporting for a non-profit organization whose work he respected. The organization collected donations of medical supplies from U.S. producers and shipped them to developing countries where the need was great and where they had partnerships with service providers on the ground. It was a small, thinly-staffed office and that...