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 216 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 systems.

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
8
Q

Truncation error

A

The error resulted from the truncation process where digits are removed from the right hand side of a number.

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

Rounding error

A

This is a method which tries to select a value nearest to the original value of the number by rounding up or down

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