Question

In: Computer Science

Look for the binary representation for each of the numbers in the left column of the...

Look for the binary representation for each of the numbers in the left column of the following table using the algorithm that iteratively divides by two. Show all steps of the algorithm for each number in different rows of a table with three columns like the example I have included. All steps are essential for getting full credit. Create 5 different tables for the 5 numbers. The numbers in the left column of the following table are expressed in base-10 system.

Number

Binary representation

1110

1111

Example: The number to be represented in binary notation

is 142.

Division Problem

Quotient

Remainder

142/2

71

0

71/2

35

1

35/2

17

1

17/2

8

1

8/2

4

0

4/2

2

0

2/2

1

0

1/2

0

1

Answer: 10001110 (same as the binary string formed by putting

the bits in the third column of the table)

(verification of correctness: (20 * 0 + 21 * 1 + 22 * 1 + 23 * 1 + 24 * 0 + 25 * 0 + 26 * 0 + 27 * 1) = (2 + 4 + 8 + 128) = 142)

Solutions

Expert Solution

Feel free to aak amy quesry further


Related Solutions

Express the binary strings in the left column of the following table in hexadecimal notation in...
Express the binary strings in the left column of the following table in hexadecimal notation in the right column of the table. Binary string Binary string expressed in hexadecimal notation 1111000011110000 1010111010101110 1111000111011111 11110000110110001101 10001100111011111000 Add the bit strings in the first two columns of the following table and report the answer in the last column in binary notation. Bit string 1 Bit string 2 Result of the addition in binary notation 111101 111110 100010 110011 111011 101111 110001 100001...
1.convert the following numbers from decimal to binary assuming seven-bit twe's complement binary representation: a)49 b)...
1.convert the following numbers from decimal to binary assuming seven-bit twe's complement binary representation: a)49 b) -27 c)0 d) -64 e) -1 f) -2 g) what is the range for this computer as written in binary and in decimal? 2.convert the following numbers from decimal to binary assuming nine-bit twe's complement binary representation: a)51 b) -29 c) -2 d)0 e) -256 f) -1 g ) what is the range for this computer as written in binary and in decimal?
c) Using the 32-bit binary representation for floating point numbers, represent the number 1011100110011 as a...
c) Using the 32-bit binary representation for floating point numbers, represent the number 1011100110011 as a 32 bit floating point number. i) A digital camera processes the images images in the real-world and stores them in binary form. Using the principles of digital signal processing, practically explain how this phenomenon occurs.
Match each definition in the left column with its corresponding term in the right column. (Note:...
Match each definition in the left column with its corresponding term in the right column. (Note: Not all terms are used.) ____ 1. Runny nose A. Bruxism B. Leukoplakia C. Ankyloglossia D. Black hairy tongue E. Atrophic glossitis F. Candidiasis G. Xerostomia H. Kaposi’s sarcoma I. Cheilitis J. Polyps K. Sinusitis L. Epistaxis M. Rhinorrhea N. Epulis O. Gingival hyperplasia P. Gingivitis Q. Aphthous ulcers R. Herpes simplex 1 ___   2. Bloody nose ____ 3. Dry mouth ____ 4. Chalky,...
Convert the following values into binary numbers for each word and place the binary values in...
Convert the following values into binary numbers for each word and place the binary values in the two-dimensional array in their proper order of words. Value Binary Number Equivalent Word 0 462,91210 Word 1 1142008 Word 2 5420h Word 3 20,992d Word 4 1104208 Word 5 6102008 Word 6 9F88h Word 7 20,49610 Word 8 502416 Word 9 1101018 Word 10 71082h
Represent the following numbers in binary 8-bit representation using singed magnitude, one's complement, two's complement, and...
Represent the following numbers in binary 8-bit representation using singed magnitude, one's complement, two's complement, and excess-127 representations: a) 48 b) -35
Write the binary tree representation for the Binary Search for also 17 elements and give the...
Write the binary tree representation for the Binary Search for also 17 elements and give the worst-case
Assuming signed two’s complement representation using m=8 bits, add the following numbers using binary addition AND...
Assuming signed two’s complement representation using m=8 bits, add the following numbers using binary addition AND determine the values of the N, Z, V and C flags in response to each calculation. (-128) + (+100) (+5) + (+7) (+5) + (-7) (-5) + (+7) (-5) + (-7) (+120) + (+100) (-120) + (-100) (6A)16+ (E2)16 (A7)16+ (35)16 (80)16+ (80)16
For each item in the left column, determine whether it can be an above-the-line deduction, a...
For each item in the left column, determine whether it can be an above-the-line deduction, a deduction from AGI to arrive at taxable income, or neither. Select from the option list provided. Item Allowable Deduction 1. Unreimbursed expenses incurred by an eligible educator for books and supplies used in the classroom 2. Unreimbursed direct moving expenses incurred for qualified active-duty military relocation 3. Payments for child support 4. Alimony payments made pursuant to a divorce finalized before 2019 5. Charitable...
Convert each of following numbers to Binary numbers, showing all steps. a. (572) 8 b. (1604)...
Convert each of following numbers to Binary numbers, showing all steps. a. (572) 8 b. (1604) 8 c. (1066)10 d. (99)10 e. (80E)16 f. (135AB)16
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT