Conversions and Binary Flashcards

1
Q

1 bit

A

1 letter, number, or symbol

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

8 bits equals ___.

A

1 byte

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

1,024 bytes equals ___.

A

1 kilobyte (KB)

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

1,024 kilobytes (KB) equals __.

A

1 megabyte (MB).

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

1,024 megabytes equals ___.

A

1 gigabyte (GB).

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

1,024 gigabytes equals ____.

A

1 terabyte (TB)

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

What is the order of bytes from “byte” to “terabyte”?

A

byte, kilobyte, megabyte, gigabyte, terabyte

Smallest to largest by 1,024.

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

What is binary?

A

The communication that a computer uses.
Also known as a base 2 numerical system.
Binary has binary data, called “bits”, which are combinations of 1 and 0.
The 1’s are considered “on” and the 0’s are considered “off”.
We group 8 bits together to equal a byte.

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

How many possible values can we have with 8 bits?

A

256.

Bits use the binary system, which is the base 2 numerical system.

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

UTF-8 replaced the ASCII because ___.

A

The UTF-8 can store a character in more than a single byte.
This allows us to represent a lot more character types, like emoji. UTF-8 is now the unicode standard.

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

The highest decimal value we can represent with a byte is ___.

A
  1. There are 256 values in a byte, from the decimal number 0 to 255.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are logic gates?

A

They are allow transistors to do more complex tasks like deciding where to send electrical signals. They deal with boolean logic (true or false-type) and choosing where to send signals based on that.

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

What is a transistor?

A

Transistors are the primary building blocks of all microchips and CPU for the motherboard. They create the binary 1’s and 0’s for the computer, so it can communicate with logic gates and send data different places.

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