Question

Hexadecimal and binary numbers questions.5. (2 pts) Write, in hexadecimal, the largest (unsigned) number that can be stored in 32 bits. 6. (2 pts) How many hexadecimal digits are required to write down a 2048-bit number? 7. (2 pts) How many hexadecimal digits are required to write down a 320-byte number? 8. (2 pts) How many bytes does it take to store a 128-bit number in a computer?

Can someone do number #5 and 6 only? Thank you.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

5.

Largest binary number using 32 bits is: 1111 1111 1111 1111 1111 1111 1111 1111 (all 32-bits are 1)

Now, the hexadecimal equivalent of above number is : FFFF FFFF.

Hence, the largest hexadecimal number using 32 bits is: FFFF FFFF.

6.

We for four binary digits we need one hexadecimal digit as listed in following table:

Binary Hex
0000 0
0001 1
0010 2
0011 3
0100 4
0101 5
0110 6
0111 7
1000 8
1001 9
1010 A
1011 B
1100 C
1101 D
1110 E
1111 F

So, for each 4 bits we need one hexadecimal digit,

So, for 2048 bits, we need 2048/4=512 bits.

Add a comment
Know the answer?
Add Answer to:
Hexadecimal and binary numbers questions. Can someone do number #5 and 6 only? Thank you. 5....
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • please include only the digits of the appropriate number system. In particular, do not precede the...

    please include only the digits of the appropriate number system. In particular, do not precede the answers with ‘0x’ or ‘0b’ or follow your answers with base indicators, like subscript 2 or 10. 1. A processor uses 24 bits for its memory addressing. How many possible distinct locations (in decimal) can the computer address? The computer memory address locations are numbered from 0 to the maximum. If a memory locations' address is (7243)10, how is this address represented in binary...

  • Given the following 16 bit numbers: A.) 0x8FFF B.) 0x1000 C.) Ox00FO D.) 0x0888 E.) 0xC000 F) 0x9000 . If the numbers are unsigned integers rank them from smallest to larest )rank them from small...

    Given the following 16 bit numbers: A.) 0x8FFF B.) 0x1000 C.) Ox00FO D.) 0x0888 E.) 0xC000 F) 0x9000 . If the numbers are unsigned integers rank them from smallest to larest )rank them from smallest to largest 10. If the above number are signed integers (2's complement 11Acomputer has a 16 bit address field,is byte addressable, the word length is also 16 bits, 32 lines of direct mapped cache and each line of cache holds 8 bytes. A.) How many...

  • #6 please a-f Assignment 1 List the binary, octal and hexadecimal numbers from 32 to 64...

    #6 please a-f Assignment 1 List the binary, octal and hexadecimal numbers from 32 to 64 2 What is the exact number of bytes in a system that contains (a) 64K bytes, (b) 128M bytes, and (c) 32G bytes? 3 Convert the following numbers with the indicated bases to decimal and binary (a) (2305)s (b) (248)12 (c) (125)s (d) (371) 4 What is the largest binary number that can be expressed with 16 bits? What are the equivalent decimal and...

  • Write a program that allows the user to enter an unsigned integer (the maximum value of...

    Write a program that allows the user to enter an unsigned integer (the maximum value of an unsigned 4-byte int is 232 = 4,294,967,296) and reverses its format (from little to big endian, or vice versa). Print out the user-entered number in hexadecimal and binary, reverse the endianness, and print the reverse in hexadecimal and binary. Integers in most machine architectures are represented in little endian format: the least significant byte is stored in the smallest address; for instance, the...

  • Memory Sizing NOTE:  K (kilo) means 1024, not 1000. A byte (B) is 8 bits. A kilobyte...

    Memory Sizing NOTE:  K (kilo) means 1024, not 1000. A byte (B) is 8 bits. A kilobyte (KB) is therefore 8 x 1024 = 8192 bits. a)  A 32 KB (kilobytes) memory has a 16 bit wordsize. How many words total can be stored in this memory? _________words b) A 256 KB memory has a 32 bit wordsize. How many bits are required to address this memory? _________ bits c) A computer memory has a 128 bit wordsize. It is made up...

  • 1. Do the following base conversions. (10 pts)       a. Convert the binary number 110100 to...

    1. Do the following base conversions. (10 pts)       a. Convert the binary number 110100 to decimal                                                                 b. Convert the decimal number 94 to hexadecimal                           c. Convert the binary number 10111011 to hexadecimal                             d. Convert the hexadecimal number B3 to binary                                   e. Convert the hexadecimal number 39E to binary                     2. The Starship Enterprise is visiting a planet where the inhabitants have 7 fingers. Not surprisingly, they use a...

  • (a) Hexadecimal numbers are numbers in base 16. They use the following sixteen digits: 0, 1,...

    (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 ?...

  • - ZOOM + To TITUITU.UUT 6 Convert each of the following octal numbers to binary, hexadecimal...

    - ZOOM + To TITUITU.UUT 6 Convert each of the following octal numbers to binary, hexadecimal and decimal using the most appropriate conversion method. (a) 371 7. Convert each of the following decimal numbers to binary, octal and decimal using the most appropriate conversion method. (a) 3D65E 8. Show how a 16-bit computer using a two's complement number system would perform the following computations. (a) (2925)10 -(16850).0 = (?). (b) (16850)10-(2925)10 = (?)10

  • View downloads Open folder Open INFORMATION THEORY Part : Use logarithms to measure information i...

    Can someone help with number three? View downloads Open folder Open INFORMATION THEORY Part : Use logarithms to measure information in the following problems, 1. If someone asks you to guess a number between 1 and a million and you use the "cut in half strategy, what will your first question be? How many guesses will it take you? Hint: The number of guesses required may remind you of another famous guessing game.] 2. Computer storage and memory is measured...

  • 1) We would like to design a bus system for 32 registers of 16 bits each....

    1) We would like to design a bus system for 32 registers of 16 bits each. How many multiplexers are needed for the design? Select one: 5 16 1 4 32 2) The basic computer can be interrupted while another interrupt is being serviced. Select one: True False 3) If the Opcode bits of an instruction is 111, then the basic computer instruction type is either memory-reference or input-output. Select one: True False 4) The content of AC in the...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT