(P2) Fundamentals of Data Representation Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What information { } tell you?

A

Contains the objects within a set.

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

What is a natural number?

A

Positive integer (whole number), including 0.

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

What are natural numbers also known as?

A

Decimal or base 10.

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

How is the set or natural numbers defined?

A

N = { 0, 1, 2, 3… }

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

How do you indicate that a set is infinite?

A

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

What is a rational number?

A

A number that can be expressed as a fraction (also known as quotient).

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

What are fractions?

A

Fractions are made up of two integers, with the value being the ratio between the two.

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

What is the symbol for a rational number?

A

Q

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

What is the symbol for a natural number?

A

N

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

What category of number set do both natural and integer numbers fall into?

A

Rational numbers.

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

What is an irrational number?

A

Any number that cannot be represented as a ratio of integers because the decimal equivalent would go on forever without repeating.

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

What category of number set does recurring decimals fall into?

A

Rational numbers.

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

Give four examples of irrational numbers

A

Pi, Root 2, e (Euler’s number), Golden raito.

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

What is the symbol for irrational numbers?

A

There is no symbol.

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

What is the symbol for real numbers?

A

R

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

What category do all natural, integer, rational and irrational numbers fall into?

A

Real numbers.

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

What is the symbol for an integer?

A

Z

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

What is an integer?

A

A whole number whose value can be positive or negative.

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

How is the set of integer numbers defined?

A

Z = { … -3, -2, -1, 0, 1, 2, 3 … }

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

What is a real number?

A

Any positive or negative value and can include a fractional part.

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

What is the defining feature of a real number?

A

That the fractional part can be any length, allowing the number to represent a measurement to any level of precision or accuracy.

22
Q

What is an ordinal number?

A

A number defining the position of something in a series.

23
Q

What is a cardinal number?

A

A number denoting quantity.

24
Q

What number is not a cardinal number?

A

0

25
Q

Give three examples of cardinal numbers.

A

First, second, third.

26
Q

Give three examples of cardinal numbers.

A

One, two, three.

27
Q

Give an example of when an integer could be used.

A

Used as a counter to keep track of how many times a loop statement is reapeated.

28
Q

Give an example of when a natural number could be used.

A

To identify the location of data within data structure.

29
Q

Give an example of when real numbers could be used.

A

Used by CNC machines to handle measurements that vary from millimetres to metres and must work to high degrees of accuracy.

30
Q

What is a set?

A

A collection of ordered values where each value appears only once.

31
Q

Draw the set of real numbers table out.

A

See booklet.

32
Q

What are the values is a set referred to as?

A

Elements, objects, members.

33
Q

What is it called when you define a set?

A

Set comprehension or set building.

34
Q

What does the ‘pipe’ mean? ( | )

A

Such that

35
Q

What does E mean in a set?

A

Is a member of

36
Q

What does ^ mean?

A

And

37
Q

How do you read sets?

A

The set ___ is defined in terms of x such that x is a member of the set of ___ numbers, and x is …

38
Q

Do infinite sets have cardinality?

A

No

39
Q

Why do infinite sets not have cardinality?

A

Total size of the set is not known.

40
Q

What is a countable infinite set?

A

An infinite set that can be counted, however, the end of the is never reached.

41
Q

Give an example of an infinite set.

A

Atomic half-life.

42
Q

What is the cardinality of an empty set?

A

0

43
Q

What are the symbols of an empty set?

A

See booklet.

44
Q

What is the Cartesian product?

A

The Cartesian product of two sets is the set of all possible ordered pairs whose first component is a member of the first set and whose second component is a member of the second set.

45
Q

What is the symbol for a subset?

A

See booklet.

46
Q

What is the symbol for a proper subset?

A

See booklet.

47
Q

What is a subset?

A

When all elements of one set are contained in another.

48
Q

What is a proper subset?

A

A subset has fewer elements than the other set.

49
Q

What is the symbol for ‘not a subset’?

A

See booklet.

50
Q

What is the symbol for ‘not a proper subset’?

A

See booklet.

51
Q
A