In the international standard ASCII encoding, each character needs 7 bits of storage; however, in an ASCII string one byte (8 bits) is usually used for each character. Explain why this is done?

1 Answer

Answer :

Welcome to ask-public. I don’t want to do your homework for you, but I will get you started. The extra bit is called a parity bit. If you don’t know what that means, you can do some Web searching to learn more. If you are still stuck, I can explain further.

Related questions

Description : The original ASCII code used…bits of each byte, reserving that last bit for error checking a. 5 b. 6 c. 7 d. 8

Last Answer : c. 7

Description : The original ASCII code used…bits of each byte, reserving that last bit for error checking a. 5 b. 6 c. 7 d. 8

Last Answer : c. 7

Description : An ASCII is a character-encoding scheme that is employed by personal computers in order to represent various characters, numbers and control keys that the computer user selects on the ... C) American Standard Code for Information Integrity (D) American Standard Code for Isolated Information

Last Answer : (A) American Standard Code for Information Interchange

Description : Because we wish to allow each ASCII code to occupy one location in memory, most memories are _____ addressable. a. BYTE b. NIBBLE c. WORD (16 bits) d. DOUBLEWORD (32 bits)

Last Answer : a. BYTE

Description : Huffman trees use the _______________ of each character to work out their encoding. A. Frequency B. Order in ASCII C. Number value

Last Answer : A. Frequency

Description : Huffman trees use the _______________ of each character to work out their encoding. A. Frequency B. Order in ASCII C. Number value

Last Answer : A. Frequency

Description : Huffman trees use the _______________ of each character to work out their encoding. a. Frequency b. Order in ASCII c. Number value d. Both (a) and (b)

Last Answer : a. Frequency

Description : A computer or device that uses 8-bit ASCII or EBCDIC will use how many bits to store each character?

Last Answer : Nine.

Description : The original ASCII code used__bits of each byte, reserving that last bit for error checking A) 5 B) 6 C) 7 D) 8

Last Answer : Answer : C

Description : ASCII and EBCDIC are the popular character coding systems. What does ASCII stand for? A) American Stable Code for International Interchange B) American Standard Case for Institutional ... C) American Standard Code for Information Interchange D) American Standard Code for Interchange Information

Last Answer : Answer : C

Last Answer :  A Byte is a string of 8 Bits

Description : The ASCII encoding of binary data is called a. base 64 encoding b. base 32 encoding c. base 16 encoding d. base 8 encoding

Last Answer : a. base 64 encoding

Description : A byte addressable computer has a memory capacity of 2 m Kbytes and can perform 2 n operations. An instruction involving 3 operands and one operator needs a maximum of (A) 3m bits (B) m + n bits (C) 3m + n bits (D) 3m + n + 30 bits

Last Answer : (D) 3m + n + 30 bits

Description : When a key is pressed on the keyboard, which standard is used for converting the keystroke into the corresponding bits? A) ANSI B) ASCII C) EBCDIC D) ISO

Last Answer : Answer : A

Description : When a key is pressed on the keyboard,which standard is used for converting the keystroke into the corresponding bits 1) ANSI 2) ASCII 3) EBCDIC 4) ISO

Last Answer : 1) ANSI

Description : When a key is pressed on the keyboard,which standard is used for converting thekeystroke into the corresponding bits 1 ANSI 2 ASCII 3 EBCDIC 4 ISO

Last Answer : 1 ANSI

Description : Each character on the keyboard of computer has an ASCII value which stands for (A) American Stock Code for Information Interchange (B) American Standard Code for Information Interchange (C) African Standard Code for Information Interchange (D) Adaptable Standard Code for Information Change

Last Answer : (B) American Standard Code for Information Interchange

Description : On the keyboard of computer each character has an “ASCII” value which stands for: (A) American Stock Code for information Interchange (B) American Standard Code for Information Interchange (C) African Standard Code for Information Interchange (D) Adaptable Standard Code for Information Change

Last Answer : (B) American Standard Code for Information Interchange

Description : One Byte is equal to: a) 10 Bits b) 7 Bits c) 8 Bits d) None of These

Last Answer : c) 8 Bits

Description : Encryption can be done A. only on textual data B. only on ASCII coded data C. on any bit string D. only on mnemonic data

Last Answer : C. on any bit string

Description : Encryption can be done a. only on textual data b. only on ASCII coded data c. on any bit string d. only on mnemonic data

Last Answer : c. on any bit string 

Description : Which formula shows how to work out the percentage a file has been compressed by? A. bits in (Huffman *7) /100 B. bits in ASCii - bits in Huffman C. difference in bits / bits in ASCII * 100

Last Answer : C. difference in bits / bits in ASCII * 100

Description : How do you calculate the number of bits of a body of text in ASCII? A. Number of characters * 7 B. Number of characters (including spaces) *7 C. bits in Huffman * 7 D. bits in Huffman / 7

Last Answer : B. Number of characters (including spaces) *7

Description : How many bits are used to represent Unicode, ASCII, UTF-16, and UTF-8 characters?

Last Answer : Ans. Unicode requires 16 bits and ASCII require 7 bits. Although the ASCII character set uses only 7 bits, it is usually represented as 8 bits. UTF-8 represents characters using 8, 16, and 18 bit patterns. UTF-16 uses 16-bit and larger bit patterns.

Description : ASCII stands for A) American Standard Code for Information Interchange B) American Scientific Code for International Interchange C) American Standard Code for Intelligence Interchange D) American Scientific Code for Information Interchange

Last Answer : Answer : A

Description : ASCII stands for A) American Stable Code for International Interchange B) American Standard Case for Institutional Interchange C) American Standard Code for Information Interchange D) American Standard Code for Interchange Information

Last Answer : Answer : C

Description : ASCII stands for a. American Stable Code for International Interchange b. American Standard Case for Institutional Interchange c. American Standard Code for Information Interchange d. American Standard Code for Interchange Information

Last Answer : American Standard Code for Information Interchange

Description : ASCII stands for a. American Stable Code for International Interchange b. American Standard Case for Institutional Interchange c. American Standard Code for Information Interchange d. American Standard Code for Interchange Information

Last Answer : c. American Standard Code for Information Interchange

Description : ASCII stands for a. American Stable Code for International Interchange b. American Standard Case for Institutional Interchange c. American Standard Code for Information Interchange d. American Standard Code for Interchange Information

Last Answer : c. American Standard Code for Information Interchange

Description : In______ transmission, wesend1 start bit (0) at thebeginningand 1 or more stop bits (1s) at the end of each byte. A) synchronous B) asynchronous C) isochronous D) none of the above

Last Answer : asynchronous

Description : A byte is a collection of _______ A. 4 bits B. 12 bits C. 6 bits D. 8 bits

Last Answer : D. 8 bits

Description : A collection of 8 bits is called a. byte b. word c. record

Last Answer : a. byte

Description : In a Computer a byte generally consists of: (A) 4 bits (B) 8 bits (C) 16 bits (D) 10 bits

Last Answer : (B) 8 bits

Description : How many bits are equal to one byte? (1) 8 (2) 10 (3) 12 (4) 14

Last Answer : 8

Description : One Byte is equal to (1) 8 bits (2) 12 bits (3) 16 bits (4) 20 bits

Last Answer : 8 bits

Description : Is string Unicode, ASCII, or something else? 

Last Answer : Unicode

Description : What is the number of bits in ASCII code ?

Last Answer : The number of bits in ASCII code is 8.

Last Answer : The number of bits in ASCII is 7.

Description : The character set used in Windows 2000 operating system is .... (A) 8 bit ASCII (B) Extended ASCII (C) 16 bit UNICODE (D) 12 bit UNICODE

Last Answer : (C) 16 bit UNICODE

Description : Usually, it takes10-bits to represent one character. How many characters can betransmittedat a speed of 1200 BPS? A. 10 B. 12 C. 120 D. 1200 E. None of the above

Last Answer : 120

Description : Python: how to remove b' prefix from a byte string -Web-Development

Last Answer : answer:

Description : A byte is a string of _____bits: a) two b) ten c) eight d) None of The Above

Last Answer : c) eight

Description : How many bits make a byte ?

Last Answer : 8 bits makes one byte.

Description : How many bits equal to one byte ?

Last Answer : One byte is equal to-- 8 bits

Last Answer : 1 byte is equal to 8 bits.

Last Answer : The number of bits in 1 byte is 7.

Description : A byte consists of A) One bit B) Four bits C) Eight bits D) Sixteen bits

Last Answer : Answer : C

Description : A group of 4 binary bits is called. a. Nibble b. Byte c. Decimal d. Digit

Last Answer : a. Nibble

Description : A byte consists of a. One bit b. Four bits c. Eight bits d. Sixteen bits

Last Answer : Eight bits

Description : A byte consists of a. One bit b. Four bits c. Eight bits d. Sixteen bits

Last Answer : Eight bits