Data Representation Flashcards
1
Q
Bit
A
One binary digit, smallest unit of data in a digital computer system, can store one value (0 or 1).
2
Q
Byte
A
A group of 8 bits
3
Q
ASCII
A
An international 7 or 8 bit coding scheme to represent keyboard characters
4
Q
UNICODE
A
Is an international 16-bit coding scheme which can represent 2(to the power 16) different characters.
5
Q
EBCDIC
A
(Extended Binary Coded Decimal Interchange Code) is a binary code for alphabetic and numeric characters that IBM developed for its larger operating system.
6
Q
Character set
A
The set of symbols that may be represented by a computer
7
Q
Primitive data type
A
A data type provided by a programming language as a basic building block, integer, char, Boolean are examples.