Digital Information: Bits and Bytes + Binary Numbers Flashcards

1
Q

Binary Data

A

1s and 0s

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

What parts of a computer contain all the info

A

wires + circuits

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

How is information stored in computers using electricity

A

using bits

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

Bit

A

the smallest piece of information a computer can store

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

What are Bits made of

A

(2 options) 0s OR 1s
BITS ONLY HOLD ONE PIECE OF INFO

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

Bits are stored in what

A

wires

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

How many bits are in 1 wire

A

1 ( a 0 and 1)

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

The binary number system

A

only 2 digits: 0 and 1 where each position multiplies by 2

(so like instead of ones position, tenths position, hundredths position, etc. you get ones position, twos position, fourth position, etc.)

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

how can you calculate a number with 1s and 0s

A

multiply 1 or 0 by the exponent number thingie whatever place its in

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

how do you calculate the binary system numbers of 1001

A

(12^3) + (02^2) + (02^1) + (12^0) = 9

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

How are texts represented with binary Data

A

assign numbers (and therefore binary thingies)

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

How are images represented with binary Data

A

pixels that have colors that are represented with different numbers

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

sound

A

a series of vibrations in the air

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

how is sound represented in binary Data

A

each point on a graph of a sound waveform is represented by a different set of binary Data

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

when sound is recorded in a graph what is it called

A

a sound waveform

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

higher quality sound has ____ (more/less) bits

A

more

17
Q

What does a single bit represent

A

two different values (can be on or off, red or yellow, etc.etc.)

18
Q

Which of the settings can be stored in a single bit?
User name – type in
Birthdate – drop down
Primary language – drop down
Sound effects – check box

and why

A

sound effects bc they’re either on or off

19
Q

how do you determine how many different ways a set of bits can be interpreted

A

do 2 to the power of how many bits there are because each bit has 2 different options

20
Q

Binary digit

A

represents either the value 0 or 1

21
Q

Byte

A

a unit of digital information that consists of 8 bits

22
Q

how to convert from bits to bytes

A

multiply by 8

23
Q

how to convert from bytes to bits

A

divide by 8

24
Q

why is there a specific name for bytes

A

because computers like to process bits in groups of 8 and they are also the smallest addressable memory unit of memory in most modern computers

25
Q

if a computer has byte addressable memory can it store memory in a single bit

A

no

26
Q

nibble

A

4 bits

27
Q

byte

A

4 bits

28
Q

crumb

A

2 bits

29
Q

Hint for writing binary numbers that are odd

A

the last digit always has to be a 1

30
Q

formula for highest number that can be represented by a certain AMT of bits

A

2^n - 1