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 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:
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
Write a program to convert the input numbers to another number system. 1. Decimal to Binary...
Write a program to convert the input numbers to another number system. 1. Decimal to Binary 2. Binary to Decimal 3. Hexadecimal to Decimal 4. Decimal to Hexadecimal 5. Binary to Hexadecimal 6. Hexadecimal to Binary The user will type in the input number as following: Binary number : up to 8 bits Hexadecimal number: up to 2 bytes Decimal number: Less than 256 As a result, print out the output after the conversion with their input numbers. The program...
(a) Convert the decimal numbers, 70 and -26 to binary in the signed 2’s complement system....
(a) Convert the decimal numbers, 70 and -26 to binary in the signed 2’s complement system. Make sure there are enough digits in the results to be able to perform arithmetic operations with these two numbers. (b) Perform in the signed 2’s complement system, (+70) + (-26) (c) Perform in the signed 2’s complement system, (-70) - (-26) (d) Perform in the signed 2’s complement system, (+70) + (+26)
i need code in javascript or htmlt convert 0 to 999 numbers into word
i need code in javascript or htmlt convert 0 to 999 numbers into word
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT