Save
As Computer Science
Fundamentals of Data Representation
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
mer flynn
Visit profile
Cards (115)
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
Can zero be considered a rational number?
Yes
View source
What is the definition of an irrational number?
Cannot be expressed as a
fraction
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 are ordinal numbers typically indexed 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
What type of numbers can be used for counting?
Natural numbers
View source
What type of numbers should be used for measurement?
Real numbers
View source
What is the fundamental unit of information?
Bit
View source
How many bits are in a byte?
8
bits
View source
How many different values can be represented with n bits?
2
n
^n
n
View source
What is a nybble?
Half a
byte
(4
bits
)
View source
How is a bit notated?
Lowercase
b
View source
How is a byte notated?
Uppercase
B
View source
How many bits are in 3 bytes?
24
bits
View source
What happens to the number of values represented as bits increase?
The
number of
values increases
View source
How many different values can be represented with 2 bits?
4
values
View source
What is the range of values dependent on?
Number of
bits
View source
What are the two types of prefixes used to describe quantities of bytes?
Binary
and
decimal
prefixes
View source
How do binary prefixes differ from decimal prefixes?
Binary prefixes use
powers of 2
View source
What is the binary prefix for 1024 bytes?
Kibi (Ki)
View source
What is the decimal prefix for 1000 bytes?
Kilo
(k)
View source
What is the binary prefix for 1,048,576 bytes?
Mebi
(Mi)
View source
What is the decimal prefix for 1,000,000 bytes?
Mega
(M)
View source
What is the binary prefix for 1,073,741,824 bytes?
Gibi
(Gi)
View source
What is the decimal prefix for 1,000,000,000 bytes?
Giga (G)
View source
What is the binary prefix for approximately 1.0995×10
12
^{12}
12
bytes?
Tebi (Ti)
View source
What is the decimal prefix for 1,000,000,000,000 bytes?
Tera (T)
View source
How many bits are in 1 kibibyte?
8192
bits
View source
See all 115 cards