Data Representation Flashcards
Bit
One binary digit, smallest unit of data in a digital computer system, can store one
value (0 or 1)
Byte
A group of 8 bits
ASCII
An international 7 or 8 bit coding scheme to represent keyboard characters
UNICODE
is an international 16-bit coding scheme which can represent 216 different
characters.
EBCDIC
(Extended Binary Coded Decimal Interchange Code ) is a binary code for alphabetic and numeric characters that IBM developed for its larger operating systems.
Character set
The set of symbols that may be represented by a computer
Primitive data
type
A data type provided by a programming language as a basic building block, integer, char, Boolean are examples
Truncation error
The error resulted from the truncation process where digits are removed from the right hand side of a number.
Rounding error
This is a method which tries to select a value nearest to the original value of the number by rounding up or down