Gr 10 4.1 – DATA AS THE COMPUTER SEES IT Flashcards

1
Q

ASCII

A

ASCII (American Standard Code for Information Interchange)
is a coding system which is limited to 256 different
characters.

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

Binary

A

The base 2 number system that consists of just two digits,
namely a 0 and a 1.

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

Bit

A

A binary digit i.e. a 0 or a 1

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

Byte

A

A collection of 8bits – the smallest unit of storage in a
computer system.

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

Coding Scheme

A

Schemes used to represent or store text or characters by
giving each character a unique numerical code.

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

Decimal

A

The base 10 number system that consists of the digits 0, 1, 2,
3, 4, 5, 6, 7, 8 and 9.

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

Hexadecimal

A

The base 16 number system that consists of the digits 0, 1, 2,
3, 4, 5, 6, 7, 8, 9, A, B, C, D, E and F.

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

Octal

A

The base 8 number system that consists of the digits 0, 1, 2,
3, 4, 5, 6 and 7.

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

Overflow

A

An error condition that occurs when there are not enough
bits available to represent an integer value accurately.

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

Primitive data type

A

The core types of a programming language. Variables are
declared and used to store a particular type of data.

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

Truncation

A

The misrepresentation of a string variable because there are
not enough bytes available to store all the characters in the
string.

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