Save
computer science
Fundamentals of Data Representation
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
myles
Visit profile
Cards (141)
What is the set of natural numbers denoted by?
ℕ
View source
What does the set ℕ of natural numbers include?
All
positive
whole numbers and
zero
View source
What is the set of integers denoted by?
ℤ
View source
What does the set ℤ of integers include?
Whole numbers, both
positive
and negative
View source
What is the set of rational numbers denoted by?
ℚ
View source
What defines a rational number?
Can be expressed as a
fraction
View source
What is an example of a rational number?
4.5
View source
What is the key difference between rational and irrational numbers?
Irrational numbers cannot be expressed as
fractions
View source
What is an example of an irrational number?
π
View source
What is the set of real numbers denoted by?
ℝ
View source
What does the set ℝ of real numbers include?
All
natural
,
rational
, and
irrational
numbers
View source
What are ordinal numbers used for?
To describe
numerical positions
of objects
View source
How do ordinal numbers typically start in arrays?
Starting with an element in
position 0
View source
What is the difference between counting and measuring in terms of number sets?
Counting: Use
natural numbers
(
ℕ
)
Measuring: Use
real numbers
(
ℝ
)
View source
What is the symbol for natural numbers?
ℕ
View source
What is the symbol for integers?
ℤ
View source
What is the symbol for rational numbers?
ℚ
View source
What is the symbol for real numbers?
ℝ
View source
Can zero be considered a rational number?
Yes
,
zero
is a rational number
View source
What type of numbers can be both positive and negative?
Integers
View source
What is the relationship between rational numbers and integers?
Integers are included in
rational
numbers
View source
How do natural numbers differ from real numbers in usage?
Natural numbers are for
counting
, real numbers for
measuring
View source
What are the two types of prefixes used to describe quantities of bytes?
Binary prefixes
and
decimal prefixes
View source
How do binary prefixes increase in value?
They go up in
powers of two
View source
How do decimal prefixes increase in value?
They go up in
powers of ten
View source
What is an example of a decimal prefix?
1
kilogram
View source
Why are binary prefixes not used as frequently as decimal prefixes?
They have similar
orders of magnitude
View source
What are the binary prefixes and their values?
Kibi
(Ki):
2
10
=
2^{10} =
2
10
=
1024
1024
1024
Mebi
(Mi):
2
20
=
2^{20} =
2
20
=
1048576
1048576
1048576
Gibi
(Gi):
2
30
=
2^{30} =
2
30
=
1073741824
1073741824
1073741824
Tebi
(Ti):
2
40
≈
1.0995
×
1
0
12
2^{40} \approx 1.0995 \times 10^{12}
2
40
≈
1.0995
×
1
0
12
View source
What are the decimal prefixes and their values?
Kilo
(K):
1
0
3
=
10^{3} =
1
0
3
=
1000
1000
1000
Mega
(M):
1
0
6
=
10^{6} =
1
0
6
=
1000000
1000000
1000000
Giga
(G):
1
0
9
=
10^{9} =
1
0
9
=
1000000000
1000000000
1000000000
Tera
(T):
1
0
12
=
10^{12} =
1
0
12
=
1
×
1
0
12
1 \times 10^{12}
1
×
1
0
12
View source
How many bits are in 1 Kib?
1024
bits
1024 \text{ bits}
1024
bits
View source
How many bytes are in 1 KiB?
1024
bytes
1024 \text{ bytes}
1024
bytes
View source
How many bits are in 1 KiB?
8192
bits
8192 \text{ bits}
8192
bits
View source
How many bytes are in 1 GB?
1
0
9
bytes
10^{9} \text{ bytes}
1
0
9
bytes
View source
How many bits are in 1 GB?
8
×
1
0
9
bits
8 \times 10^{9} \text{ bits}
8
×
1
0
9
bits
View source
What is the relationship between bytes and bits for binary prefixes?
1 Kib =
2
10
bits
2^{10} \text{ bits}
2
10
bits
1 KiB =
2
10
bytes
=
2^{10} \text{ bytes} =
2
10
bytes
=
8192
bits
8192 \text{ bits}
8192
bits
1 GB =
1
0
9
bytes
=
10^{9} \text{ bytes} =
1
0
9
bytes
=
8
×
1
0
9
bits
8 \times 10^{9} \text{ bits}
8
×
1
0
9
bits
View source
What is a character code?
A
decimal
digit representing a character
View source
How does a primitive information coding system assign numbers to letters?
It
assigns
numbers 1 to 26
to A to Z
View source
What binary representation corresponds to the decimal digit 13?
1101
View source
What does ASCII stand for?
American Standard Code for Information Interchange
View source
How many bits does ASCII use to represent characters?
7
bits
View source
See all 141 cards