Flashcards - Computer Systems Week 3_ Digital Data Concepts

1
Q

What is the base of binary numbers?

A

2

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

How many bits are in a byte?

A

8

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

What does ‘N bits’ mean in terms of possibilities?

A

2^N

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

What is the decimal equivalent of the binary number 11001?

A

25

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

What representation uses a base of 16?

A

Hexadecimal

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

How many possible colors can 24 bits represent?

A

16777216

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

What does 1 byte represent in bits?

A

8 bits

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

How would you represent the decimal number 10 in hexadecimal?

A

A

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

What operation is performed to convert binary to hexadecimal?

A

Grouping of 4 binary digits

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

What is the hexadecimal representation for 32 in decimal?

A

20

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

What do binary digits represent in physical hardware?

A

High or low voltage or polarity

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

What is a group of 8 bits called?

A

Byte

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

How many distinct values can 4 bits represent?

A

16

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

What is the significance of more bits in binary representation?

A

More accuracy

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

What is the decimal equivalent of the binary number 1010?

A

10

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

Which number base do humans primarily use?

17
Q

How is hex base 16 typically denoted?

A

0-9 and A-F

18
Q

What is represented by the binary digit ‘1’?

A

A high signal

19
Q

What is the conversion process from decimal to binary based on?

A

Subtracting the largest possible power of two

20
Q

What does the process of parity checking relate to?

A

Error detection in digital data

21
Q

What does a word typically represent in bits?

A

16 bits (or 2 bytes)

22
Q

Which base do computers predominantly use?

23
Q

What is the range of colors for an 8-bit image?

A

256 colors

24
Q

How many possible values can 8 bits represent?