Data Flashcards

1
Q

what is binary

A

information represented by only two values

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

what is digital

A

information represented by certain fixed values

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

what is an analogue

A

using signals or information represented by quantity that is constantly variable

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

what is binary digit (bits)

A

the smallest unit of data that is represented in a computer. it has a single binary value, either 1 or 0

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

what is byte

A

the basic combination of bits used to represent an item of information a byte typically consists of 8 bits

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

what is an integer

A

a whole number

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

what is Most Significant Bit (MSB)

A

the bit with the highest value in a multiple-bit binary number

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

what is binary shift

A

an operation done on all the bits of a binary value in which they are moved by a specific number of places to either the left or right

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

what is an arithmetic shift

A

used for signed binary numbers. when performing a right shift the bits at the left are replaced by copies of the most significant bit.

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

what is hexadecimal

A

a base-16 number system. there are 16 digits and the place values increase in powers of 16

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