NUMBER SYSTEM python 3-1

docx

School

Tidewater Community College *

*We aren’t endorsed by this school

Course

100

Subject

Computer Science

Date

Feb 20, 2024

Type

docx

Pages

3

Uploaded by DeaconGerbil2297

Report
NUMBERING SYSTEMS ASSIGNMENT Directions: Convert the following numbers to the requested base. ALL WORK MUST BE SHOWN TO RECEIVE CREDIT. 1. What are the binary conversions of the following hexadecimal numbers? CD59 = 1100110101011001 C=1100 D=1101 A27 = 101000100111 A= 1010 2=0010 7=0111 8B3 = 100010110011 8=1000 B=1011 3=0011 6E4 = 011011100100 6=0110 e=1110 4=0100 2. Convert the following decimal numbers to their binary representation. 6294 = 11000010010110 6292/2 3147/2 and so on… 3571 = 11011111011 562 = 1000110010 289 = 10010001 289/2=144R1 144/2=72R0 72/2=35R0 36/2=18R0 18/2=9R0 9/2=4R1 4/2=2R0 2/2=1R0 1/1=0R1……. 3. What are the hexadecimal representations of the following decimal numbers? 6225 = 1851 1259 = 4EB 562 = 233 2470 = 9A6 DIVIDE BY 16 UNTIL 0
PLACE VALU ES 4,294,967,296 268,435,456 16,777,216 1,048,576 65,536 4,096 256 1 6 1 4. Convert the following hexadecimal representations to their decimal equivalents. 2A7 = 679 2^16+A^16+9^16 48C = 1164 4^16+8^16+C^16 1EE = 494 1^16+e^16+e^16 5. Convert the following binary representations to their hexadecimal equivalent. 11110010100 = _ 794 11010110110001 = 35B1 10101011000110 = 2AC6 6.What are the decimal representations of the following binary numbers? 110110111 = 439 10101011= 171 1110111011 = 955 1100100011= 803
PLACE VALUES 1024 512 256 128 64 32 16 8 4 2 1 1 1 0 0 1 0 0 0 1 1 (chart helped me with binary to decimal)… add all numbers to get answer 6. Convert the following hexadecimal message to its ASCII code equivalent: 57 69 6C 6C 20 50 79 74 68 6F 6E 20 62 65 20 Will Python be 65 61 73 69 65 72 20 74 68 61 6E 20 74 68 69 73 3F easier than this?
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help