7. Now that we've taken a trip to the past, let's finish up back in the present. In this week's reading, you saw how dif

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

7. Now that we've taken a trip to the past, let's finish up back in the present. In this week's reading, you saw how dif

Post by answerhappygod »

7 Now That We Ve Taken A Trip To The Past Let S Finish Up Back In The Present In This Week S Reading You Saw How Dif 1
7 Now That We Ve Taken A Trip To The Past Let S Finish Up Back In The Present In This Week S Reading You Saw How Dif 1 (81.87 KiB) Viewed 44 times
7. Now that we've taken a trip to the past, let's finish up back in the present. In this week's reading, you saw how different cultures used number systems with different bases than the base- 10 system we use in everyday modern life. Other bases are still in common use today in our computers. Computers only know "On" and "Off", which are represented with I's and 0's. This creates a base-2 number system called binary. To store your English papers, emails, and other documents containing letters, the computer first must convert the letter into a number. To do this, a system was created in the 1960's called ASCII (American Standard Code for Information Interchange) which assigns a decimal value to each letter. Here are the ASCII codes for uppercase letters A - Z: A B C D E F G H I J K L MNOPQRSTUVWXYZ 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 For example, to encode the letter M, it would first be converted to the decimal value 77. The decimal value 77 is then converted to binary (base-2): 26-64, 27-128, so the biggest power of 2 that divides into 77 is 26-64. 77 (in base 10) is equivalent to 1001101 in binary. Since binary numbers usually come in groups of 8 digits, this number would commonly be written with a leading zero, as 01001101. We can check this conversion by converting back to base-10: 0x27+1×26+0x25+0x24+1x23+1x22+0x21+1×20-64+8+4+1-77 For this question, I want you to decode the following binary codes into letters: (20 pts) 01000001 01001100 01001100 01001111 01010110 01000101 01010010
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply