answersLogoWhite

0

What else can I help you with?

Related Questions

A 10-bit code could represent how many characters?

210 = 1024, so there are 1024 different bit configurations in a 10-bit code.


Write short note on ASCII and unicode?

In computer memory, character are represented using predefined character set. Historically 7 bit American Standard Code for Information Interchange (ASCII) code, 8 bit American National Standards Institute (ANSI) code and Extended Binary Coded Decimal Interchange Code(EBCDIC) were used. These coding scheme represents selected characters into 7 or 8 bit binary code. These character schemes do not represent all the characters in all the languages in uniform format. At present Unicode is used to represent characters into the computer memory. Unicode provides universal and efficient character presentations and hence evolved as modern character representation scheme. Unicode scheme is maintained by a non-profit organization called Unicode consortium. Unicode is also compatible with other coding scheme like ASCII. Unicode use either 16 bits or 32 bits to represent a character. Unicode has capability represent characters from all the major languages in use currently across the world.


IT What is a simple character set that can represent 128 different characters?

ASCII (American Standard Code for Information Interchange) is the most common format for text files in computers and on the Internet. In an ASCII file, each alphabetic, numeric, or special character is represented with a 7-bit binary number (a string of seven 0s or 1s). 128 possible characters are defined.


Which code uses 7 bit binary code to reprent each characters?

Ascii codes is uses 7 bit binary code to reprsent each character


What is the largest positive number one can represent in an eight-bit two's complement code?

127.


Character use only one byte why Java use two byte for character?

The number of bytes used by a character varies from language to language. Java uses a 16-bit (two-byte) character so that it can represent many non-Latin characters in the Unicode character set.


What is an 8 bit string of data needed to represent any one alphanumeric character or simple mathematical operation?

An 8-bit string of data used to represent alphanumeric characters and simple mathematical operations is commonly referred to as a byte. The ASCII (American Standard Code for Information Interchange) encoding scheme uses 7 bits for character representation, allowing for 128 unique characters, while the 8th bit can be used for parity or additional control. This enables the representation of letters, digits, punctuation, and basic mathematical symbols. For example, the character 'A' is represented in binary as 01000001.


Which of the following is true about 1 bit Can represent decimal values 0 and 9 Can be used to represent one character in the lowercase English alphabet Represents one binary digit Four binary?

Neither of the following are true about 1 bit, it can not represent decimal values 0 and 9 nor can it be used to represent one character in the lowercase English alphabet and one binary digit four binary. A true statement would be that 1 bit is represented by the decimal values 0 or 1.


The code established so that all computers used the same binary code is called?

ASCII, the American Standard Code for Information Interchange, is the most commonly used way to represent character and numerical information in a seven-bit binary format, for values from 0 to 127. Most modern computer systems tend to use ASCII values of 128 and above for extended character sets. EBCDIC, the Extended Binary Coded Decimal Interface Code, is an eight-bit binary format used by various IBM mainframe operating systems.


In hamming code you have 4 bit data How many extra bits are required for code?

you need thee extra bit for 4 bit data in hamming code.


Is it true that each 1 and 0 in the binary system represents 1 bit of computer code?

Ye, 1 bit can either represent on "1" or off "0".


How many different values can 1 bit represent?

Two: '0' or '1'