How many bit are used to encode an ASCII character?

1 Answer

Answer :

All ASCII character sets have exactly 128 characters, thus only7-bits are required to represent each character as an integer inthe range 0 to 127 (0x00 to 0x7F). If additional bits are available(most systems use at least an 8-bit byte), all the high-order bitsmust be zeroed.ANSI is similar to ASCII but uses 8-bit encodings rather than7-bit encodings. If bit-7 (the high-order bit of an 8-bit byte) isnot set (0), the 8-bit encoding typically represents one of the 128standard ASCII character codes (0-127). If set (1), it represents acharacter from the extended ASCII character set (128-255). Toensure correct interpretation of the encodings, most ANSI codepages are standardised to include the standard ASCII character set,however the extended character set depends upon which ANSI codepage was active during encoding and the same code page must be usedduring decoding. ANSI typically caters for US/UK-English characters(using ASCII) along with foreign language support, mostly European(Spanish, German, French, Italian). Languages which require morecharacters than can be provided by ANSI alone must use a multi-byteencoding, such as fixed-width UNICODE or variable-width UTF-8.However, these encodings are standardised such that the first 128characters (the standard ASCII character set) have the same 7-bitrepresentation (with all high-order bits zeroed).

Related questions

Description : ASCII and EBCDIC are the popular character coding systems. What does EBCDIC stand for? A) Extended Binary Coded Decimal Interchange Code B) Extended Bit Code Decimal Interchange Code C) Extended Bit Case Decimal Interchange Code D) Extended Binary Case Decimal Interchange Code

Last Answer : Answer : A

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 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 : Python 3.5 - UnicodeEncodeError: 'charmap' codec can't encode character '\u2014' in position 256: character maps to -Web-Development

Last Answer : answer:

Description : ASCII - How many bit codes ?

Last Answer : ASCII code consists of 8 bits .

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 : The data recording format in most of the modern magnetic tape is A) 7-bit ASCII B) 7-bit EBCDIC C) 8-bit ASCII D) 8-bit EBCDIC

Last Answer : Answer : D

Description : The standard ASCII A. is version II of ASC B. is used only in US and Canada C. has 132 characters including 32 control characters D. is subset of 8-bit EBCDIC code

Last Answer : C. has 132 characters including 32 control characters

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 : The data recording format in most of the modern magnetic tape is a. 7-bit ASCII b. 7-bit EBCDIC c. 8-bit ASCII d. 8-bit EBCDIC

Last Answer : 8-bit EBCDIC

Description : The ASCII code is a 7 bit code for: a) Letters b) Numbers c) Other Symbols d) All of The Above e) None of The Above

Last Answer : d) All of The Above

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 data recording format in most of the modern magnetic tape is a. 7-bit ASCII b. 7-bit EBCDIC c. 8-bit ASCII d. 8-bit EBCDIC

Last Answer : d. 8-bit EBCDIC

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 : 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 : 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?

Last 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.

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

Description : In OCR processing, When a character is recognized, it is converted into_______ code. A. binary B. ASCII C. Both (A) and (B) D. None of the Above

Last Answer : B. ASCII

Description : Thus hamming code for the ASCII character “a” is given as ……………… A. 10111001111 B. 10111001000 C. 10111001001 D. 10111001

Last Answer : C. 10111001001

Description : A characteristic of the ASCII code is 1) its limitation to a maximum of 96 character configuration 2) its use of the zone codes 1010, 1011 and 1100 3) its independence from Hollerith code 4) All of these

Last Answer : 3) its independence from Hollerith code

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 : 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 : 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 : Encode a message in an EMP burst?

Last Answer : There is a form of communication called meteor burst or meteor backscatter, You can bounce your radio signals off the ionized trails left by the meteor passing through the atmosphere. It works.

Description : What format does a video file have to be in so that iDVD WON'T have to "encode" it?

Last Answer : It needs to be in MPEG2, I believe.

Description : How do I locate the video I want to encode on Handbrake?

Last Answer : Mine comes up automatically if the DVD is in. I’m also using 0.9.1.

Description : Handbrake users: are insanely long encode times normal?

Last Answer : yes.

Description : iDVD: Menu assets take forever to encode!

Last Answer : yes they do take a long time. Encoding assets is the longest part of the process. There may (or may not) be some things that are affecting your specific situation but most likely there ... from which your source media is coming from) should never exceed 80 percent capacity as the operating system

Description : Various oncogens may encode all of the following except: (A) Carcinogens (B) Growth factors (C) Receptors for growth factors (D) Signal transducers for growth factors

Last Answer : Answer : A

Description : Silencer elements (A) Are trans-acting factors (B) Are present between promoters and the structural genes (C) Decrease the expression of some structural genes (D) Encode specific repressor proteins

Last Answer : Answer : C

Description : Besides structural genes that encode proteins, DNA contains some regulatory sequences which are known as (A) Operons (B) Cistrons (C) Cis-acting elements (D) Trans-acting factors

Last Answer : Answer : C

Description : Introns in genes (A) Encode the amino acids which are removed during post-translational modification (B) Encode signal sequences which are removed before secretion of the proteins (C) Are the non-coding sequences which are not translated (D) Are the sequences that intervene between two genes

Last Answer : Answer : C

Description : Semantic grammars are _____________ a) Encode semantic information into a syntactic grammar b) Decode semantic information into a syntactic grammar c) Encode syntactic information into a semantic grammar d) Decode syntactic information into a semantic grammar

Last Answer : a) Encode semantic information into a syntactic grammar

Description : Which stop codon has been found to encode selenocysteine? A- UAA B- UAG C- UGA D-.AGA

Last Answer : UGA

Description : Sixteen different levels (symbols) are used to encode binary data. The channel bandwidth is 36 MHz. The maximum channel capacity is

Last Answer : 288 Mbps

Description : It is used to encode the minimum amount of speech information necessary to reproduce a perceptible message with a fewer bits that those needed by a conventional encoder/decoder

Last Answer : vocoders

Description : When is Run Length Encoding used? A. When we want to compress patterns of data B. When we want to decompress patterns of data C. When we want to encode running videos

Last Answer : A. When we want to compress patterns of data

Description : When is Run Length Encoding used? A. When we want to compress patterns of data B. When we want to decompress patterns of data C. When we want to encode running videos

Last Answer : A. When we want to compress patterns of data

Description : The basic idea behind Huffman coding is to A. compress data by using fewer bits to encode fewer frequently occuring characters B. compress data by using fewer bits to encode more ... frequently occuring characters D. expand data by using fewer bits to encode more frequently occuring characters

Last Answer : B. compress data by using fewer bits to encode more frequently occuring characters

Description : The basic idea behind Huffman coding is to a. compress data by using fewer bits to encode fewer frequently occuring characters b. compress data by using fewer bits to encode more ... frequently occuring characters d. expand data by using fewer bits to encode more frequently occuring characters

Last Answer : b. compress data by using fewer bits to encode more frequently occuring characters

Description : How many bits are required to encode 32 level PCM:  (1) 6 (2) 5 (3) 4 (4) 3

Last Answer : 5 bits are required to encode 32 level PCM.

Description : The guest judge on Top Chef tonight looked just like a bit character on The Family Guy. Who is that character?

Last Answer : Is it the guy near the bottom of the picture in pink and green? I don’t know who it is, but with the visual aid, someone else might.

Description : Instructions and memory address are represented by A) Character code B) Binary codes C) Binary word D) Parity bit

Last Answer : Answer : B

Description : What synchronization is provided so that the start and end of message is identified? A. Carrier B. Character C. Bit D. Clock

Last Answer : B. Character

Description : Codes must be A. agreed upon in advance between sender and receiver B. eight bit per character C. the same in all modern computer D. either seven or eighth bits per character

Last Answer : A. agreed upon in advance between sender and receiver

Description : A seven-bit character can represent one of _________ possibilities. A. 14 B. 64 C. 128 D. 7

Last Answer : C. 128

Description : Asynchronous protocol is A. message oriented B. clock oriented C. bit oriented D. character oriented

Last Answer : D. character oriented