Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Let Z32 corresponding to 26 English characters, space, dot (.), comma (,), question mark (?) and two brackets (left bracket and right bracket). So the

Let Z32 corresponding to 26 English characters, space, dot (.), comma (,), question mark (?) and two brackets (left bracket and right bracket). So the following correspondence are used. . , ? ( )

26 27 28 29 30 31(i.e: sapce for 26, '.' for 27, ',' for 28, '?' for 29, '(' for 30, ')' for 31). Each element in Z32 can be expressed as a 5-bit string. Write a java or C program to translate English text to binary strings according to the above correspondence. Also write a program to do the inverse.

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

Intelligent Databases Object Oriented Deductive Hypermedia Technologies

Authors: Kamran Parsaye, Mark Chignell, Setrag Khoshafian, Harry Wong

1st Edition

0471503452, 978-0471503453

More Books

Students also viewed these Databases questions

Question

What do Dimensions represent in OLAP Cubes?

Answered: 1 week ago