The year is 2030 and you are part of the first Mars research team whose space flight has just landed on the surface of
The year is 2030 and you are part of the first Mars research team whose space flight has just landed on the surface of Mars. After exiting the shuttle and taking a few steps, you bump into one of the old Mars rovers sent a few years back. You see a message on its screen, but unfortunately the rover's translation circuit is malfunctioning. It outputs a pair of binary numbers instead of text. 0111000101010100001010001001010011000100101010111011000111011010111001 100011000001100 0100100010101111000101111011110100101010101011000111010100010101010010 111011110111011 After looking through its manual, you realize that you'll need to add the two binary numbers and convert the sum using the table below. What is the Mars rover's message? Binary Letter 00000 [space] 00001 a 00010 b 0o011 00100 00101 locs.google.com/document/d/12-Q312fGhy9auJfG_cOR3m7c6Clx_ky8PjsOFKqEwVg/edit Coding Challenge Questions-Fresh/Soph Session D Tools Add-ons Help All changes saved in Drive BIUA 3, = al text Arial 11 1 0 4 00110 f 00111 01000 01001 i 01010 j 01011 k 01100 01101 01110 in 01111 10000 10001 b. DII F5 Prt Scn R Home F8 F9 F6 F7 F3 F4 Arial 14 2 1 3 11 10001 10010 10011 t 10100 10101 V 10110 10111 W 11000 11001 y 11010 Example Adding the two binary below results in a sum that translates to "cab". 0o 0000000100000 000110000000010 po0110000100010 a. Dictionary to Utulize: F3 F4 F5 F6 %S4 E
Step by Step Solution
3.50 Rating (157 Votes )
There are 3 Steps involved in it
Step: 1
Program This takes two binary string to convert into messages msg1input msg2input this step adds ...See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started