Question

ASCII (American Standard Code for Information Interchange) is a coding system that can be used to...

ASCII (American Standard Code for Information Interchange) is a coding system that can be used to represent characters.

  1. Explain how ASCII is used to represent text in a computer system.

  1. Unicode is also used to represent text in a computer system. Explain the difference between the character sets of Unicode and ASCII

  1. Convert the word CAB into binary using the ASCII character set.

  1. What character string does the binary ASCII code.

01010011 01000101 01010101

0 0
Add a comment Improve this question Transcribed image text
Answer #1
  1. Explain how ASCII is used to represent text in a computer system.

ASCII code is a 7 bit code which can represent 128 characters.To store text ,Each character is encoded into specific ASCII value. Each ASCII value is converted into binary form and stored in computer.

  1.   Unicode is also used to represent text in a computer system. Explain the difference between the character sets of Unicode and ASCII.

UNICODE can represent all most all languages alphabets arount the world. It helps users to use their local language like telugu, tamil, gujarati,chinese languages, japanese languages, french, etc.
Where as ASCII support only Latin English it is limited to English alphabet only.it can represent 128 characters, and extended ASCII can represent 256 characters.

While encoding text using Unicode it requires more bits than ASCII when 16 bit or 32 bit bit UNICODE is used.

C) Convert the word CAB into binary using the ASCII character set.

ASCII equivalent of the characters:

Character

ASCII equivalent decimal

Binary

C

67

1000011

A

65

1000001

B

66

1000010

“CAB” =01000011 01000001 01000010

  1. What character string does the binary ASCII code.

01010011 01000101 0101010

Binary

Decimal

ASCII Character

01010011

83

S

01000101

69

E

00101010

42

*

Equivalent string =”SE*

Add a comment
Know the answer?
Add Answer to:
ASCII (American Standard Code for Information Interchange) is a coding system that can be used to...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • QUESTION 6 Please match questions (definitions) with answers - A computer designed to be used by...

    QUESTION 6 Please match questions (definitions) with answers - A computer designed to be used by one person at a time, commonly connected to a LAN and run multi-user operating systems - Main residential program that coordinates all hardware and software activity and provide interface for User (GUI). A collection of information stored as one unit with one name. 1. Algorithm 2. File 3. Operating System 4. End User workstation - Sequence of connected instructions that describes behavior of any...

  • Please help me with the following C Programming project. I am providing the code I used...

    Please help me with the following C Programming project. I am providing the code I used which needs to be reworked to add the following requirements. Here is my code #include<stdio.h> char input; int main() { int i = 0; while (true){ scanf_s("%c", &input); if (input == 'X') break; printf("%c", input); } return 0; } Here are the requirements for the code plus and additional note what the code should have. Goals Understand the ASCII representation of character values. Understand...

  • msp430 launchpad 2553 C programming Write a program for the microcontroller that flashes the Morse code pattern of a string. The Morse code is a system used to transmit characters and numbers through...

    msp430 launchpad 2553 C programming Write a program for the microcontroller that flashes the Morse code pattern of a string. The Morse code is a system used to transmit characters and numbers through light or sound signals. Each character is mapped to a series of ‘dots’ and ‘dashes’ as shown below. For example, the letter A is (dot-dash), the letter B is (dash-dot-dot-dot) etc. To show a Morse letter on the microcontroller, the LED blinks for a short duration to...

  • matlab help, please my code is here: %% exercise2 %a Fs = 8000; % sampling frequency tn = 0:1/Fs:0.005; % here, bit dura...

    matlab help, please my code is here: %% exercise2 %a Fs = 8000; % sampling frequency tn = 0:1/Fs:0.005; % here, bit duration is 0.005s instead of 1/300s phi1 = 0; phi0 = 0; % phases of the sinusoid x1 = cos(2*pi*1650*tn + phi1); % tone for binary 1 x0 = cos(2*pi*1850*tn + phi0); % tone for binary 0 xx = [x1, x0]; % FSK signal for ¡°1,0¡± tt = [tn, tn + 0.005]; % time figure(1) plot(tt, xx); %...

  • Write a structured (procedural) Python program that solves the following spec: Soundex System Coding: Soundex is...

    Write a structured (procedural) Python program that solves the following spec: Soundex System Coding: Soundex is a system that encodes a word into a letter followed by three numbers that roughly describe how the word sounds. Therefore, similar sounding words have the same four-character code. Use the following set of (slightly modified #4) rules to create a translator from English words to Soundex Code: Retain the first letter of the word. For letters 2 …n, delete any/all occurrences of the...

  • I need help implementing the following code without using filehandling and only getchar(); this is the...

    I need help implementing the following code without using filehandling and only getchar(); this is the prompt "The input for your program will be a text file containing a large amount of English. Typically, an English sentence ends with a period (aka, dot). Many years ago, when people used mechanical typewriters, the proper form was to place one space between words in a sentence, but two spaces after the period at the end of the sentence. This rule is no...

  • Explain using Matlab code but also why you used the linear system please 1 Quadrature Rule...

    Explain using Matlab code but also why you used the linear system please 1 Quadrature Rule A quadrature rule is a way to approximate integrals numerically i.e. using a computer). Many such quadrature rules can be derived by solving a simple linear system. Set up a linear system and then use Matlab to find the coefficients wo, W1, W2, W3, W4, W5 such that | f(x)dx = wof(0) + wif(0.2) + w2f(0.4) + w3f(0.6) +w4f(0.8) + w5f (1) for each...

  • 0. Introduction. This involves designing a perfect hash function for a small set of strings. It...

    0. Introduction. This involves designing a perfect hash function for a small set of strings. It demonstrates that if the set of possible keys is small, then a perfect hash function need not be hard to design, or hard to understand. 1. Theory. A hash table is an array that associates keys with values. A hash function takes a key as its argument, and returns an index in the array. The object that appears at the index is the key’s...

  • For this assignment, you will write a program to work with Huffman encoding. Huffman code is...

    For this assignment, you will write a program to work with Huffman encoding. Huffman code is an optimal prefix code, which means no code is the prefix of another code. Most of the code is included. You will need to extend the code to complete three additional methods. In particular, code to actually build the Huffman tree is provided. It uses a data file containing the frequency of occurrence of characters. You will write the following three methods in the...

  • Noen CETTE Group C 21. An electronic record of health-rela an individual that can be created...

    Noen CETTE Group C 21. An electronic record of health-rela an individual that can be created and accessed by authorized clinicia within a single healthcare organization web-related information about created, gathered, managed, d clinicians and staff members ganization, also called EMR 22. The computer process of changing encrypted text after a user enters a secret key or password encrypted text to readable or plain text after a user enters 23. Requirements established by the Centers for Medica Medicaid Services (CMS)...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT