Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

i need help answering thses qoustion splz?? i only need the answer. Convert the following ASCII binary sequence to English: 0100 1000 01100101 01101100 0110

i need help answering thses qoustion splz?? i only need the answer. image text in transcribed
image text in transcribed
image text in transcribed
Convert the following ASCII binary sequence to English: 0100 1000 01100101 01101100 0110 1100 0110 1111 Note - Since each ascii letter is 7 digits long, it is standard to group them into groups of 8 digits with the first digit equal to 0. So there are FIVE letters in the above code. CAPITALIZATION MATTERS! Use the following chart: Character Binary Character 110 0001 110 0010 110 0011 110 0100 110 0101 110 0110 110 0111 g 110 1000 110 1001 110 1010 110 1011 110 11001 Binary 011 0000 011 0001 011 0010 011 0011 011 0100 011 0101 011 0110 011 0111 011 1000 011 1001 Binary Character 100 0001 A 100 0010 B 100 0011 C 100 0100 D 100 0101 E 100 0110 F 100 0111 G 100 1000 H 100 1001 100 1010 ) 100 1011 K 100 1100L 100 1101 100 1110 N 100 11110 101 0000 101 00011 Q 101 0010 R 101 0011 S 101 0100 T 101 0101 U 101 0110 V 101 0111 W 101 1000 X 101 1001 101 1010 Z n 9 110 1110 110 11110 111 0000 111 0001 111 0010 111 0011 111 010 111 0100 111 0101 111 0110 111 0111 111 1000 111 1001 111 1010 If an ascii letter 'a' is 110 0001, it is typical to represent it as 0110 0001 for ease of reading (binary is usually read in groups of four digits). A word written in ascii is simply a series of letters separated by spaces, each letter consisting of two groups of four digits each. So the the word 'hi' would be represented as 0110 1000 0110 1001. What would the binary ascii representation of the word 'bye' be? Use the following chart: Binary Character 011 0000 0 011 0001 011 0010 011 0011 011 0100 011 0101 011 0110 011 0111 011 1000 011 10019 Binary Character Binary Character 100 0001A 110 0001 100 0010 B 110 0010 b 100 0011 1 10 0011c 100 0100 D 110 0100 100 0101E 110 0101 100 0110F 110 0110 100 0111G 110 0111 100 1000 110 1000 100 10011 110 1001 100 1010 ) 110 1010 100 1011 K 110 1011 100 1100 L 110 1100 100 1101 1101M 110 1101 100 1110 N 110 1110 100 1111 O 110 1111 101 0000 P 111 0000 101 0001 111 0001 101 0010 R 111 0010 101 0011 S 111 0011 101 0100 111 0100 101 0101 111 0101 101 0110 111 0110 101 0111 W 111 0111 101 1000 X 111 1000 101 1001 Y 111 1001 101 1010 Z 111 1010 U V Question 2 Convert the following binary digit to decimal: 0101

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Instant Reference

Authors: Gruber, Martin Gruber

2nd Edition

0782125395, 9780782125399

More Books

Students also viewed these Databases questions