Organization and structure of data Flashcards
what is the denary system
it is a number system with a base value of 10. it counts in multiples of ten
what is the binary system
a number system with a base of 2 it counts in the multiples of 2
define bit
the unit of memory that is used to store a binary digit
define nibble
the unit of memory that is used to store 4 binary digits
what is an overflow error
an error that occurs when the maximum storage capacity of a register is exceeded
what is a character set
it is a complete set of all characters along with their codes
how many bits represent a character in ASCII code
7
how many different characters are represented in ASCII code
127
how many bits represent a character in extended ASCII code
8
How many different characters are represented in Extended ASCII code
256
How many different characters are represented in Unicode
several billions of characters
How many bits represent a character in Unicode
8 - 32
Which of the these is the industrial standard for encoding characters: ASCII, extended ASCII, Unicode
Unicode
True or False: ASCII codes also represent characters used in European languages
False. ASCII codes represent characters used in English only
True or False: Extended ASCII codes also represent characters used in European languages
True
True or False: ASCII codes for the characters and symbols remain unchanged in Unicode
True