01 - Computer Basics | 04. Units of Measure In Computing Flashcards

Learn about how computer features are measured and compared.

1
Q

What is the smallest unit of data for computers?

A

A bit, the binary digit.

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

What are the values a bit can have?

A

This unit of data can only have one of two values: 0 or 1, usually to represent if an electronic signal is off or on.

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

A grouping of 8 bits is also called what?

A

A byte

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

A kilobyte is what abbreviation?

A

Kilobyte (kB)

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

How many bytes is a kB and what is an example size?

A

1000 Bytes and an example size is a typical email (~2kB)

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

A megabyte is what abbreviation?

A

Megabyte (MB)

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

How many bytes is a MB and what is an example size?

A

1000^2 Bytes and an example size is a novel (~1.5MB) or 1 song (~5MB)

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

A gigabyte is what abbreviation?

A

Gigabyte (GB)

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

How many bytes is a GB and what is an example size?

A

1000^3 Bytes and an example size is a 1080p movie (5GB)

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

A terabyte is what abbreviation?

A

Terabyte (TB)

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

How many bytes is a TB and what is an example size?

A

1000^4 Bytes and an example size is entire major libraries

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

A petabyte is what abbreviation?

A

Petabyte (PB)

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

How many bytes is a PB and what is an example size?

A

1000^5 Bytes and an example size is all the data held by a major tech company.

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

T/F | Modern drives are faster for storage performance?

A

TRUE.
If hard drives only had a speed of 1 megabyte per second (MBps), then the example song above would take 5 seconds to load before playing! No user would consider that acceptable!

Luckily, modern drives are much faster than that. The storage of most devices today are solid state drives. For portable devices such as phones, they are usually able to read files at about 1500 MBps and write new files at 500 MBps. Desktop devices are able to reach read and write speeds of over 5000 MBps!

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

What is Throughput for data?

A

Throughput is the total amount of data that can be transferred during a given amount of time.

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

What is Latency for data?

A

Latency, the amount of delay before that transfer of data begins.

17
Q

Why is knowing latency helpful?

A

This is helpful when many small files need to be transferred and the data seeking and accessing processes needs to be repeated many times.

18
Q

What is SSD?

A

Solid-State Drives

19
Q

What is ISP?

A

Internet Service Provider

20
Q

Data speed not only applies to storage data but also to what?

A

These types of data speeds don’t apply to just storage devices. It is true for any appliance that transfers data.

Internet bandwidth and latency are measured the same way. However, instead of representing the speed of a specific device, measures of Internet devices consist of the entire “pipe” that attempts to bring the data to a device.

Everything from the speed of the server providing the data, the miles of cables connecting it to an Internet service provider (ISP), and all of the similar connections until it reaches the desired device make up this measure. Most importantly, these speeds are decided by the slowest device along the entire chain. Even if a consumer owns the fastest routers and computers, if the server is an ancient turtle connected with shoestring to the Internet, the entire connection will be slow.

21
Q

What is the next step for all of this data that is brought to the computer?

A

It needs to be processed by the central processing unit, CPU.

22
Q

T/F | Each CPU has a clock speed for determining how quickly it can do computations.

A

TRUE

23
Q

What are the common speeds of a CPU?

A

Each CPU has a clock speed for determining how quickly it can do computations. This is commonly about 3.5GHz or 3.5 billion operations per second, and will likely stay around that number for the foreseeable future to physical limitation in the durability of silicon.

24
Q

What is a more important measure than CPU?

A

A more important measure going forward is the number of cores a CPU contains. Each core within a CPU can do one computation at a time. Therefore a CPU with four cores can simultaneously do four times as many computations as a CPU with one core. So need to make a computationally heavy task four times faster? Just get a processor with four times as many cores! For well-threaded programs it’s really that simple.

25
Q

What is GPU?

A

Graphical Processing Unit

26
Q

How are CPU and GPU similar and different?

A

Graphical processing units (GPUs) are similarly measured to CPUs, as they are both devices focused on computations. However, with the GPU’s different goal of computing graphics comes different implementations. They tend to have many more computational cores (up to 80!), but with much slower clock speeds (around 2GHz).

27
Q

Energy is measured in?

A

Watts

28
Q

Why is it important to measure electricity usage?

A

More powerful devices tend to use more energy.

This is an important measure because over time the cost of electricity can eclipse the cost of the actual device. So much so that it is common for servers to be completely replaced by newer models not because of speed improvements, but because of improvements in power consumption.

Power consumption has other effects as well. All of the energy taken in by a device is dissipated as heat, so more powerful devices will typically need complex cooling solutions to best maintain performance.

29
Q

T/F | Throughput is the total amount of data that can be transferred in a given amount of time.

A

TRUE

30
Q

T/F | Latency is the amount of delay before that transfer of data begins.

A

TRUE

31
Q

T/F | The smallest unit of data is the byte

A

FALSE

The smallest unit of data is the bit

32
Q

T/F | The performance of any data transfer, be it long-term storage devices, short-term RAM, or Internet devices is measured in the throughput and latency of this data.

A

TRUE

33
Q

T/F | Both CPUs and GPUs have similar measures for computation performance. Each is made up of cores that can do one operation at a time, and these cores have set clock speeds that determine how often they can perform these operations.

A

TRUE

34
Q

T/F | The energy devices use is measured in watts. The greater the wattage, the greater the amount of heat the device creates. Electricity costs can be a substantial part of the cost over the lifetime of the device.

A

TRUE