Question

In: Computer Science

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

Solutions

Expert Solution

the following two dimensional array after converting all the given words in their binary form.

the array initialisation can be as follows.

(proper order is maintained)

arr[ ][ ]= { 1110001000001000000,

1001100010000000,

   101010000100000,

   101001000000000,

1001000100010000,

110001000010000000,

1001111110001000,

101000000010000,

101000000100100,

1001000001000001,

1110001000010000010

   };

Value

Binary Number Equivalent

Word 0

462,91210

1110001000001000000

Word 1

1142008

1001100010000000

Word 2

5420h

101010000100000

Word 3

20,992d

101001000000000

Word 4

1104208

1001000100010000

Word 5

6102008

110001000010000000

Word 6

9F88h

1001111110001000

Word 7

20,49610

101000000010000

Word 8

502416

101000000100100

Word 9

1101018

1001000001000001

Word 10

71082h

word10 71802h    11110001000010000010

(for word 10 the table is missing one row so typing below)


If you have any doubt you can comment.

like if you got your answer.


Related Solutions

Convert the following binary values to hexadecimal and decimal (1 pt each) Write Hex Numbers as...
Convert the following binary values to hexadecimal and decimal (1 pt each) Write Hex Numbers as 0x##(ex 0x0A, 0xFF) Binary Hexadecimal Decimal 0001-1011 0x 0000-1000 0000-0100 0000-1001 0001-1111 1001-1001 0111-1010 1100-0010 1110-0101 1000-1010 0011-0100 0001-1001 0100-0011 1111-1111 1110-0111 0001-0010 0100-1000 0100-1110 1001-0001 0110-1100 Name: Convert the following hexadecimal values to binary and decimal Write binary numbers as 0000-0000 Hexadecimal Binary Decimal 0xf1 0xac 0x56 0x6c 0x32 0x30 0x05 0x28 0xf0 0x07 0x42 0xb9 0x6d 0x2f 0x71 0x0e 0x2d 0xfb 0xba...
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
Convert these numbers from Decimal to Binary 111: 66: 252 11 20 Convert these numbers from...
Convert these numbers from Decimal to Binary 111: 66: 252 11 20 Convert these numbers from Binary to Decimal 00110110 11111000 00000111 10101010 What is the Default Subnet mask of Class A IPV4 What is the Default Subnet mask of Class B IPV4 What is the Default Subnet mask of Class C IPV4 What is the CIDR notation or / short handwriting of Subnet masks: Class A: /?. Explain the reason Class B: /? Explain the reason Class C: /?...
Convert the following unsigned numbers to the requested form: 01100001 binary to: hex, and also decimal...
Convert the following unsigned numbers to the requested form: 01100001 binary to: hex, and also decimal Hex: Decimal: b) 136 decimal to: hex, and also binary Hex: Binary:
Develop a python program to convert two decimal numbers (A and B) to binary numbers. You...
Develop a python program to convert two decimal numbers (A and B) to binary numbers. You should generate B complement signal (flip all the bits of Input B,
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?
Convert the following numbers to 32-bit, 2s compliment binary and hexadecimal formats. Show your work in...
Convert the following numbers to 32-bit, 2s compliment binary and hexadecimal formats. Show your work in recursive division form. 899726616 1656906428 -77102817 -251026154
Convert 290.2 to binary
Convert 290.2 to binary
Convert the following numbers to 8-bit binary and 8-bit hexadecimal: a) 20 b) 78 c) -25...
Convert the following numbers to 8-bit binary and 8-bit hexadecimal: a) 20 b) 78 c) -25 d) -96 Convert the following hexadecimal numbers to binary and decimal assuming two's compliment format: a) 0x56 b) 0x14 c) 0xF8 d) 0xCC MUST DO ALL PROBLEMS AND SHOW ALL WORK!!!!
Convert the binary numbers to decimal. Show a single sample calculation for the first number (10010010)....
Convert the binary numbers to decimal. Show a single sample calculation for the first number (10010010). 0111 1111 1001 0110 0101 1100 1100 0111
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT