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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Byte

A

A group of 8 bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

ASCII

A

An international 7 or 8 bit coding scheme to represent keyboard characters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

UNICODE

A

Is an international 16-bit coding scheme which can represent 2(to the power 16) different characters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Character set

A

The set of symbols that may be represented by a computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Primitive data type

A

A data type provided by a programming language as a basic building block, integer, char, Boolean are examples.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly